Conversation
- Add sectioned navigation with subviews and help overlay - Implement search filtering, secret input, provider and binding forms - Extract rendering into internal/ui/dashboard/views package - Introduce key constants and update onboarding/tui usage - Update help text and move docs to spec/ with new plans - Add .gocache to .gitignore
This commit introduces GEMINI.md, a comprehensive project overview generated to provide instructional context for AI interactions. It summarizes the BobaMixer project's purpose, technologies, architecture, building/running instructions, and development conventions based on the existing README.md.
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.
This pull request introduces a suite of new reusable UI components for the BobaMixer terminal user interface (TUI), each encapsulated in its own file within the
internal/ui/componentsdirectory. These components provide structured, themed rendering for common UI patterns such as lists, informational messages, help overlays, and configuration panels. Additionally, a newGEMINI.mddocumentation file is added to provide a comprehensive project overview for instructional purposes.New UI Components for TUI:
List and Panel Components:
BindingList,BindingDetailsPanel,ConfigFileList,HookList,BulletList, andParagraphcomponents for rendering various types of lists and detail panels, each supporting selection, theming, and contextual information. [1] [2] [3] [4] [5] [6]Help Overlay Components:
HelpHeader,HelpFooter,HelpBar,HelpSectionList,ShortcutList,HelpLinks, andHelpTipsto standardize the rendering of help overlays, documentation links, shortcut hints, and user tips within the TUI. [1] [2] [3] [4] [5] [6] [7]Informational and Message Components:
InfoMessagefor rendering muted informational text, such as form hints or status messages, using the shared theme.Documentation Improvements:
GEMINI.md, a comprehensive instructional document summarizing the BobaMixer project’s purpose, architecture, technologies, and development practices, intended for future interactions with Gemini.