Conversation
Add a shell script that creates a throwaway git repo with a main branch and a feature branch, then optionally launches Staged against it. This provides a quick way to explore the app's core features (project setup, branch management, and diff viewing) without needing an existing repo. Supports --setup mode to create the demo repo without launching Staged.
Add a 'Fun facts' block with trivia about walking distances, honey preservation, and octopus biology to the demo script's documentation comment.
Add two new fun facts (flamingo group name, banana/strawberry berry classification) to the trivia section in the demo script documentation.
Add a new fun fact (sea otters hold hands while sleeping) to the trivia section in the demo script documentation.
Add a new fun fact (a single strand of spaghetti is called a "spaghetto") to the trivia section in the demo script documentation.
Contributor
Author
|
this was a demo PR |
loganj
added a commit
that referenced
this pull request
Feb 26, 2026
fix: match project card badge/indicator spacing to Go UI Source badges and agent dots in project cards were missing margin and vertical-align, making them look cramped compared to the Go server UI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> feat: Cmd+W closes tab, Cmd+T opens new tab, and tab bar styling improvements Replace PredefinedMenuItem::close_window with custom menu items so Cmd+W closes the active tab (instead of the window) and Cmd+T opens a new tab, matching browser conventions. Cmd+click now opens links in background tabs. Tab bar styling updated so the active tab appears lighter and seamlessly connects to the content area below. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Add a shell script (
staged/demo.sh) that sets up a throwaway Git repository to demonstrate the Staged workflow. The script:mainfeat/add-testsbranch with two commits (greeting tests and a farewell function)--setupflag to keep the repo around for manual use