enso/app/ide-desktop/client
somebody1234 5bc873178a
Fixes (including downloading Local projects from nested directories) (#10585)
- Address part of https://github.com/enso-org/cloud-v2/issues/1350
- Turns out the reason downloads were broken were (I assume) the query string was getting lost - so the Electron server never passed the correct parent directory to the backend.
- Fix "Escape" key using old project ID and navigating to a nonexistent tab
- Fix validation for tab names (previously all strings were passing validation due to an incorrect custom predicate being passed to `zod`)
- Add clip path to entire tab bar so that the bottoms of tabs are cut off on hover if they are next to the currently selected tab.
- Add s-shaped curve to hovered tabs, so that their edges match the edges of the currently selected tab.
- Avoid navigating back to "Data Catalog" page when closing a project tab, when the project tab is not the currently open page.
- Fix size of paywall icons in "Shared With" column (16px to be consistent with all other icons)

# Important Notes
None
2024-07-22 09:40:14 +00:00
..
src Fixes (including downloading Local projects from nested directories) (#10585) 2024-07-22 09:40:14 +00:00
tasks Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
build-info.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
bundle.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
dist.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
electron-builder-config.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
entitlements.mac.plist Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
esbuild-config.ts Still more dashboard fixes (#10573) 2024-07-17 23:52:27 +00:00
file-associations.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
package.json Still more dashboard fixes (#10573) 2024-07-17 23:52:27 +00:00
paths.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
tsconfig.json Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
watch.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00