enso/app/ide-desktop/lib/dashboard
somebody1234 94d3a05905
Check asset name uniqueness (#8018)
- Implements frontend component of https://github.com/enso-org/cloud-v2/issues/702
- Ensures that the new name is not already present in a sibling in the directory
- Only compares between directories when renaming a directory
- Only compares between files/projects/connectors when renaming one of those

# Important Notes
- This has not been implemented for connectors and files as currently there is no backend endpoint to rename those.
- Secrets are also not implemented yet, AFAIK, so there is no behavior related to secrets.
2023-10-11 10:17:33 +00:00
..
src Check asset name uniqueness (#8018) 2023-10-11 10:17:33 +00:00
bundle.ts [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
esbuild-config.ts [gui2] Shortcut manager + shortcuts for selecting nodes (#7893) 2023-10-02 09:03:47 +00:00
package.json [GUI2] Fix and add tests for delta format translation. (#7968) 2023-10-04 10:53:54 +00:00
tailwind.config.ts (even more) Dashboard fixes (#7877) 2023-09-29 13:40:02 +00:00
test.ts Fix validation regexes (#7499) 2023-08-17 10:32:53 +00:00
tsconfig.json [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
watch.ts Disable opening projects that are already opened by other users (#7660) 2023-08-28 13:21:36 +00:00