6 Commits
Author SHA1 Message Date
rkw6086 d6104bd45b Fix macOS distribution bundles 2026-08-26 12:36:05 -05:00
Ryan Ward 596614e0d3 Updating install and deploy commands for new potential way of distribution 2026-08-26 12:12:09 -05:00
Ryan Ward 82eed08683 Add Galaxy build and deployment workflows 2026-08-26 12:07:32 -05:00
Ryan Ward 3e08f76c9b Add browser OAuth for ChatGPT subscriptions 2026-08-24 14:16:00 -05:00
Ryan Ward e9a9a4c30f Bump version to 2.0.0 and upload install-galaxy.sh in deploy script
- Update version from 1.6.3 to 2.0.0 in app/Cargo.toml and Cargo.lock
- Add install-galaxy.sh upload step to build-and-deploy-hermes script
- Include pending AI provider and agent changes
2026-07-15 16:17:13 -05:00
Ryan Ward 148c97eab1 Fix View Options popup not responding to clicks
Remove duplicate popup rendering from render_vertical_tabs_panel.
The popup was rendered both inside the panel's stack AND at the
workspace level in a Dismiss overlay, causing event dispatch conflicts
due to shared MouseStateHandle instances between the two identical
popup trees.
2026-06-23 15:28:59 -05:00