enso/app/ide-desktop/lib/dashboard/e2e
somebody1234 ccfeac1c02
Move to the Tab layout for Dashboard (#9918)
⚠️ This PR depends on #9896 and MUST NOT be merged before that one.

- Close #9898
- Move right menu to Drive View
- Use new icon for toggling the menu
- Move Search Bar into Drive View
- both of these changes come with free simplifications to the code.
- Refactor entire Top Bar to show pages as tabs
- Fix https://github.com/enso-org/cloud-v2/issues/1301
- Remove grey background from arrow icon visible when hovering over directory rows

# Important Notes
- Fonts containing slight variants have been added to make it match more closely with the Figma design. HOWEVER:
- They have been added in `app/gui2` instead of the Dashboard codebase, because that is where the existing Enso font is located.
- While it's definitely possible to put them in the Dashboard codebase, I think it's preferable to avoid that, otherwise we will have two separate mechanisms for loading/packaging fonts.
- However, this problem SHOULD go away if (if not when) the entrypoints for the desktop app (in `app/gui2`) and cloud.enso.org (in `app/ide-desktop/lib/dashboard`) are merged.
2024-06-19 15:24:11 +00:00
..
actions.ts Move to the Tab layout for Dashboard (#9918) 2024-06-19 15:24:11 +00:00
api.ts Frontend adjustments for Stripe refactoring (#10054) 2024-05-31 09:59:25 +00:00
assetPanel.spec.ts impr(enso/cloud-v2#912): Add organization_id and user_id fields to SimpleUser (#9508) 2024-03-27 15:58:08 +01:00
assetSearchBar.spec.ts Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
assetsTableFeatures.spec.ts Move to the Tab layout for Dashboard (#9918) 2024-06-19 15:24:11 +00:00
changePassword.spec.ts Move "change password" to settings (#9079) 2024-02-26 15:50:00 +00:00
copy.spec.ts Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
createAsset.spec.ts "Keyboard shortcuts" settings page (#9071) 2024-02-27 12:52:21 +00:00
delete.spec.ts Update dashboard to design v122 (Part 1) (#9896) 2024-06-12 10:20:07 +00:00
driveView.spec.ts Update dashboard to design v122 (Part 1) (#9896) 2024-06-12 10:20:07 +00:00
editAssetName.spec.ts More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +00:00
labels.spec.ts Refactor CSS; address some design issues (#9260) 2024-03-13 10:32:05 +00:00
labelsPanel.spec.ts More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +00:00
loginLogout.spec.ts More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +00:00
loginScreen.spec.ts More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +00:00
pageSwitcher.spec.ts Update dashboard to design v122 (Part 1) (#9896) 2024-06-12 10:20:07 +00:00
signUpFlow.spec.ts New Terms of Service Dialog (#9975) 2024-05-23 07:53:55 +00:00
signUpWithOrganizationId.spec.ts New Terms of Service Dialog (#9975) 2024-05-23 07:53:55 +00:00
signUpWithoutOrganizationId.spec.ts New Terms of Service Dialog (#9975) 2024-05-23 07:53:55 +00:00
sort.spec.ts Refactor CSS; address some design issues (#9260) 2024-03-13 10:32:05 +00:00
startModal.spec.ts Update dashboard to design v122 (Part 1) (#9896) 2024-06-12 10:20:07 +00:00
userMenu.spec.ts More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +00:00