enso/app/ide-desktop
somebody1234 e35bc17794
Disable cloud backend for unverified users; use local backend as default backend; minor bugfixes (#6779)
* Disable cloud backend for unverified users

* Use local backend as default backend

* Try to fix Project Manager reconnection logic

* Set default backend to remote backend when local backend is not available

* Attempt to suppress WebSocket error console message

* Minor fix for loading spinner

* Hide "Open as folder" context menu option, when on local backend

* Remove duplicate `onSubmit` handler

* Fix live-reload

* Remove debug `console.log`

* Minor refactor; properly unset modals on click

* "created" project state for local backend, for parity with remote backend

* Hide directory path when on local backend

* Undo minor refactor

* set newDashboard & authentication flags to true

* Revert "set newDashboard & authentication flags to true"

This reverts commit 5974170866.

---------

Co-authored-by: Paweł Buchowski <pawel.buchowski@enso.org>
2023-05-23 11:05:10 +02:00
..
lib Disable cloud backend for unverified users; use local backend as default backend; minor bugfixes (#6779) 2023-05-23 11:05:10 +02:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
eslint.config.js Enable require-jsdoc lint and add two lints related to React (#6403) 2023-05-19 19:55:29 +00:00
package-lock.json Dashboard directory interactivity (#6279) 2023-04-26 11:52:13 +02:00
package.json Dashboard directory interactivity (#6279) 2023-04-26 11:52:13 +02:00
tsconfig.json Fixes for URL and file handling (#6407) 2023-04-28 02:21:23 +00:00
utils.ts Enable require-jsdoc lint and add two lints related to React (#6403) 2023-05-19 19:55:29 +00:00