Skip to content

Add feedback dialog and reorganize app bar menu#63

Merged
TimMikeladze merged 3 commits intomainfrom
claude/add-feedback-menu-CtBxF
Feb 20, 2026
Merged

Add feedback dialog and reorganize app bar menu#63
TimMikeladze merged 3 commits intomainfrom
claude/add-feedback-menu-CtBxF

Conversation

@TimMikeladze
Copy link
Owner

Summary

This PR adds a new feedback dialog component that provides users with multiple channels to submit feedback, report bugs, and request features. The app bar menu has been reorganized to include a feedback option and renamed from "Settings" to "More" for better clarity.

Key Changes

  • New FeedbackDialog component (src/components/layout/feedback-dialog.tsx):

    • Displays contact options including GitHub issues, Twitter, Bluesky, and email
    • Provides clear descriptions for each feedback channel
    • Uses consistent styling with the existing dialog components
  • Updated AppBar component (src/components/layout/app-bar.tsx):

    • Renamed "Settings" menu button to "More" with updated icon (EllipsisVertical)
    • Added "Feedback" menu item that opens the new FeedbackDialog
    • Integrated FeedbackDialog state management and rendering
    • Updated imports to include new icons and components

Implementation Details

  • The FeedbackDialog follows the existing dialog pattern used in the application
  • Social media links include Twitter, Bluesky, and direct email contact
  • The dialog is accessible via the "More" dropdown menu in the app bar
  • All external links open in new tabs with proper security attributes (noopener noreferrer)

https://claude.ai/code/session_01UGMF3Qro7TWof3AsFACt79

Rename the Settings button to "More" with an ellipsis icon, and add a
Feedback menu item under the Info section that opens a dialog with links
to open a GitHub issue, contact on Twitter/Bluesky, or send an email.

https://claude.ai/code/session_01UGMF3Qro7TWof3AsFACt79
@vercel
Copy link

vercel bot commented Feb 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
floppy Ready Ready Preview, Comment Feb 20, 2026 7:44pm

Switch to hamburger Menu icon for the More button, remove the
Preferences menu item/dialog, and fix import ordering for Biome.

https://claude.ai/code/session_01UGMF3Qro7TWof3AsFACt79
@TimMikeladze TimMikeladze merged commit 3bf5050 into main Feb 20, 2026
4 checks passed
@TimMikeladze TimMikeladze deleted the claude/add-feedback-menu-CtBxF branch February 25, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants