Skip to content

fix(web): compact plan questionnaire navigation buttons#508

Closed
nassimna wants to merge 1 commit intopingdotgg:mainfrom
nassimna:t3code/plan-questionnaire-icon-buttons
Closed

fix(web): compact plan questionnaire navigation buttons#508
nassimna wants to merge 1 commit intopingdotgg:mainfrom
nassimna:t3code/plan-questionnaire-icon-buttons

Conversation

@nassimna
Copy link
Copy Markdown
Contributor

@nassimna nassimna commented Mar 8, 2026

Summary

  • replace the plan questionnaire's text-heavy previous/next controls with compact icon buttons in the composer footer
  • keep the final action explicit with a compact Submit button that includes a check icon
  • add a narrow-viewport browser regression to verify the questionnaire controls stay inside the composer bounds

Problem

The plan questionnaire footer was using full text labels like Previous, Next question, and Submit answers inside the composer action row. On narrower widths, those controls could push outside the composer container and break the layout.

Solution

Switch the intermediate questionnaire navigation to icon-only chevron buttons with accessible aria-labels, and shorten the final action to Submit with a check icon. This preserves the existing questionnaire behavior and disabled states while reducing the action row footprint enough to stay within the composer on narrow viewports.

Testing

  • bun lint
  • bun typecheck
  • bun run test:browser -- src/components/ChatView.browser.tsx

Screenshots

Provided in the request context during PR preparation.
image
image

Included states:

  • step 2 of 3 showing the compact chevron next button inside the composer footer
  • step 3 of 3 showing the compact previous chevron plus Submit button inside the composer footer

Note

Make compact questionnaire navigation in ChatView render icon-only previous/next controls with aria-labels and a Submit button at narrow widths in ChatView.tsx

Update pending-user-input controls to use ChevronLeftIcon and ChevronRightIcon with aria-labels, reduce gap from 2 to 1.5, and show CheckIcon with "Submit" on the final step; add snapshot/test utilities and an integration test in ChatView.browser.tsx.

📍Where to Start

Start with the pending-user-input controls in ChatView in ChatView.tsx, then review the compact UI test in ChatView.browser.tsx.

Macroscope summarized 260c0ec.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 8, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 54be89dd-963e-4cd8-9fa4-da877e0c6a60

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the vouch:unvouched PR author is not yet trusted in the VOUCHED list. label Mar 9, 2026
@maria-rcks
Copy link
Copy Markdown
Collaborator

#706

@maria-rcks maria-rcks closed this Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants