feat(ui): Add About dialog with app info and credits#49
Merged
Conversation
…action - Integrated AboutDialog component to provide version information. - Updated VersionDisplay to include an onClick handler for version display, allowing users to open the AboutDialog. - Improved layout structure in PanelFooter for better user experience.
Add About dialog and make footer version button open app info and credits in
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an About dialog accessible by clicking the version text in the panel footer, showing app icon, version, and credits with external links.
Description
AboutDialogcomponent with app icon, name, version badge, and credits sectionMade with Cursor
Note
Low Risk
Low risk UI-only change that adds a modal and external link handling via Tauri
openUrl; main risk is minor UX/regression around close behavior and event listeners.Overview
Adds a new
AboutDialogmodal that displays app icon/name, the current version, and credit links opened via Tauri’sopenUrl.Updates the panel footer so the version label becomes clickable to open the dialog, and introduces dialog close behaviors (ESC, backdrop click, and
visibilitychangewhen the panel hides).Written by Cursor Bugbot for commit 26d6294. This will update automatically on new commits. Configure here.
Summary by cubic
Adds an About dialog accessible from the panel footer version text, showing app info and credits. Improves discoverability of the version and provides quick links to the author and GitHub.
Written for commit 26d6294. Summary will update on new commits.