Commit 5fe502d
committed
fix: switch to imported space after ZIP import completes
The SpaceImportDialog's onImportComplete callback was ignoring the
spaceId and spaceName parameters, so after importing a space from ZIP
the app would only refresh the manifest but never actually switch to
the imported space — leaving the user on the old space with stale data.
Now properly saves current space state, updates the manifest, and
switches to the newly imported space.
https://claude.ai/code/session_01WsFd9hPNmHcP9kJCj7fZHM1 parent 6f2843f commit 5fe502d
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
1092 | | - | |
1093 | | - | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
1094 | 1095 | | |
1095 | 1096 | | |
| 1097 | + | |
| 1098 | + | |
1096 | 1099 | | |
1097 | 1100 | | |
1098 | 1101 | | |
| |||
0 commit comments