enso/app/dashboard/e2e/actions
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
..
BaseActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
contextMenuActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
DrivePageActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
EditorPageActions.ts Fixes (including downloading Local projects from nested directories) (#10585) 2024-07-22 09:40:14 +00:00
goToPageActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
LoginPageActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
NewDataLinkModalActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
openUserMenuAction.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
PageActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
SettingsPageActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
SetUsernamePageActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
StartModalActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00
userMenuActions.ts Inline modules in app/ide-desktop/ (#10305) 2024-07-17 09:10:42 +00:00