enso/app/ide-desktop/lib/dashboard
somebody1234 2cc35fde01
Fix IDE bug on cloud backend (#7564)
Fixes cloud projects not being able to be opened.
The cause is because the IDE React component was calling `document.body.removeChild()`, but the script was being added to `document.head`. The `removeChild()` has now been replaced with `child.remove()` to prevent this from happening again.

# Important Notes
None
2023-08-11 12:42:11 +00:00
..
src Fix IDE bug on cloud backend (#7564) 2023-08-11 12:42:11 +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 Background translucency (#7386) 2023-07-27 10:53:00 +02:00
tailwind.config.ts New context menu (#7431) 2023-08-10 15:31: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