summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/shared/RadioButtonSelect.tsx
AgeCommit message (Expand)Author
2025-08-16Revert "Update semantic color tokens" (#6365)Jacob Richman
2025-08-15Update semantic color tokens (#6253)Miguel Solorio
2025-08-14Fix bug where RadioButtonSelect treated an omitted isFocus parameter (#6274)Jacob Richman
2025-08-12Switch from useInput to useKeypress. (#6056)Jacob Richman
2025-07-17Add numbers to selection list (#4320)Miguel Solorio
2025-07-13feat: Invert scroll arrow default in RadioButtonSelect (#4006)N. Taylor Mullen
2025-07-12Add scrolling to theme dialog (#3895)Miguel Solorio
2025-06-23Polish Theme Dialog (#1356)Jacob Richman
2025-06-19Fix flicker issues by ensuring all actively changing content fits in the view...Jacob Richman
2025-06-11feat: External editor settings (#882)Leo
2025-06-05Allow themes to theme the UI (#769)Miguel Solorio
2025-05-15Update color styles for yes/no questions (#369)Miguel Solorio
2025-05-08UI Polish for theme selector (#294)Miguel Solorio
2025-05-01Save settings to ~/.gemini/settings.json and optionally /your/workspace/.gemi...Jacob Richman
2025-04-24Add a theme preview and update the theme when highlight changes. (#151)Jacob Richman
2025-04-22Refactor tool confirmation radio buttons to own component.Taylor Mullen