enso/app/ide-desktop/lib/dashboard
somebody1234 37c487f530
Fix restoring cloud projects that have been closed (e.g. from inactivity) (#7584)
Fix issues restoring cloud projects that have been closed.
On current develop, the frontend assumes cloud projects are still open from the last time they were open. If this is not the case, it tries to open WebSocket endpoints that no longer exist

# Important Notes
For a relatively easy way to test:
- Run `Enso.dmg` or `./ide run watch`
- Open a cloud project
- Refresh Electron to make sure restoration is working
- Go to `localhost:8080`
- Close the project
- Refresh Electron to make sure startup + restoration is working

Should also test restoring local projects to make sure that didn't break.

I was unable to properly test cloud projects (the one I tested with opened, but was blank with just the IDE background and no cursor and no nodes, for some reason)
2023-08-25 13:19:31 +00:00
..
src Fix restoring cloud projects that have been closed (e.g. from inactivity) (#7584) 2023-08-25 13:19:31 +00:00
bundle.ts Extract SVGs to files (#7076) 2023-06-23 10:47:04 +02:00
esbuild-config.ts Background translucency (#7386) 2023-07-27 10:53:00 +02:00
package.json Fix validation regexes (#7499) 2023-08-17 10:32:53 +00:00
tailwind.config.ts New user menu (#7581) 2023-08-21 15:05:57 +00:00
test.ts Fix validation regexes (#7499) 2023-08-17 10:32:53 +00:00
tsconfig.json Cognito auth 3/7 - add registration (#5864) 2023-03-17 15:26:59 +00:00
watch.ts Help chat (#7151) 2023-07-18 13:23:41 +02:00