summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/context/dialog.tsx
AgeCommit message (Collapse)Author
2026-04-02cleanup event listeners with solid-primitives/event-listener (#20619)Brendan Allan
2026-01-31Revert "feat: Transitions, spacing, scroll fade, prompt area update ↵Adam
(#11168)" (#11461) Co-authored-by: adamelmore <[email protected]>
2026-01-30chore: generateopencode-agent[bot]
2026-01-30feat: Transitions, spacing, scroll fade, prompt area update (#11168)Aaron Iker
Co-authored-by: Github Action <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: aaroniker <[email protected]>
2026-01-29fix(app): dialog not closingadamelmore
2026-01-26fix(ui): prevent double-close and fix dialog replacementDavid Hill
2026-01-26feat(ui): add optional transition animations to dialogDavid Hill
2026-01-25fix(app): escape should always close dialogsadamelmore
2026-01-23fix(app): enable dialog dismiss on model selector (dialog.tsx) (#10203)Rahul A Mistry
2026-01-06fix(app): code splitting for web load perf gainsAdam
2025-12-30feat(app): change serverAdam
2025-12-27feat(desktop): permissionsAdam
2025-12-16fix(desktop): focus prompt input after dialog closeAdam
2025-12-15tui: refactor dialog system to use single active dialog instead of stackDax Raad
2025-12-15tui: fix dialog replacement to prevent nested dialogs from showing ↵Dax Raad
simultaneously
2025-12-15tui: fix model selection dialog to properly replace current dialog instead ↵Dax Raad
of creating nested dialogs
2025-12-15fix dialog root complexityDax Raad
2025-12-14wip(desktop): progressAdam