mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 17:03:32 +03:00
5bc873178a
- 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 |
||
---|---|---|
.. | ||
BaseActions.ts | ||
contextMenuActions.ts | ||
DrivePageActions.ts | ||
EditorPageActions.ts | ||
goToPageActions.ts | ||
LoginPageActions.ts | ||
NewDataLinkModalActions.ts | ||
openUserMenuAction.ts | ||
PageActions.ts | ||
SettingsPageActions.ts | ||
SetUsernamePageActions.ts | ||
StartModalActions.ts | ||
userMenuActions.ts |