Customizable Accessory Bar - Add more custom config and options to the accessory bar - #49
Draft
bhoffman20 wants to merge 3 commits into
Draft
Customizable Accessory Bar - Add more custom config and options to the accessory bar#49bhoffman20 wants to merge 3 commits into
bhoffman20 wants to merge 3 commits into
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Rework the accessory bar on top of the grouped-keys model from jossephus#55. The chuchu, files, and settings buttons were fixed trailing buttons that could not be moved or removed. They are ordinary catalog entries now, so they take part in the layout editor like any other key. SettingsRepository backfills them once into layouts saved before the change, since those layouts do not list them and the keys would otherwise vanish on upgrade — taking the only route to settings with them. Add a termux-style bar behind a setting. Where the default bar draws bordered, content-sized keys that wrap across two rows, the termux style divides the width into equal, borderless columns so keys line up on a grid. Labels shrink to fit, since those keys are sized off the bar width rather than their text. Groups keep working in both styles.
The bar is tight on horizontal room, and Paste is the only word-length label among the punctuation and symbol keys it sits beside.
Folding the files button into the catalog carried over an older codepoint (U+E5FE) instead of the one the fixed button rendered (U+E5FF).
bhoffman20
force-pushed
the
feat/accessory-bar-redesign
branch
from
July 13, 2026 23:36
3e134d4 to
88bf5cb
Compare
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.
Not ready yet, opening this PR as a reference point.
Will add more detail soon
Add Termux-style accessory bar