CodeNomad/packages
Pascal André a3231c3da5
fix(ui): return to active projects from home (#411)
## Summary
- Return to an existing open project when users choose that from the
already-open folder dialog.
- When users click a recent folder that is already open, ask whether to
switch to the open project or intentionally open another instance.
- Surface a prominent Return to Active Project action so leaving the
home screen no longer depends on the subtle top-right close affordance.
- Keep multi-instance workflows available without requiring users to
remember a separate row-level button.

Fixes #281

## Why
Users can accidentally open the same workspace several times from the
add-project screen. The app now detects that ambiguity when the
already-open folder is clicked and asks what should happen, instead of
making the user remember a special alternate button ahead of time.

The dialog keeps the copy short: the title states that the project is
already open, and the buttons carry the actual choices.

## Verification
- `git diff --check`
- `npm run typecheck --workspace @codenomad/ui`
- `npm run build --workspace @codenomad/ui`
- `npm run build:tauri`
2026-05-10 18:36:49 +01:00
..
cloudflare Bump version to 0.15.0 2026-05-03 19:51:52 +01:00
electron-app fix(desktop): keep remote window server titles (#429) 2026-05-10 18:20:11 +01:00
opencode-config Bump version to 0.15.0 2026-05-03 19:51:52 +01:00
server Add clone repository workspace flow (#397) 2026-05-08 21:27:55 +01:00
tauri-app fix(desktop): keep remote window server titles (#429) 2026-05-10 18:20:11 +01:00
ui fix(ui): return to active projects from home (#411) 2026-05-10 18:36:49 +01:00