enso/app/ide-desktop/lib
somebody1234 657be61c30
(even more) Dashboard fixes (#7877)
- Fixes display of the assets table in Firefox. Before this fix, the table header grows instead of the table footer.
It seems like the correct behavior for tables is to [not be valid flex children](https://stackoverflow.com/a/41421700/3323231), so the correct fix is to add a `flex` wrapper div.
- Fixes missing error toast notification when `startup.project` is invalid
- Fixes #7589
- Enter (incorrectly) causes projects to be opened when the name is being edited
- Gracefully fail when `projectState` is missing from an asset
- Avoid opening editor for previously opened project, when `startup.project` is provided
- Fixes https://github.com/enso-org/cloud-v2/issues/688
- Fixes CSS for search bar
- Fixes https://github.com/enso-org/cloud-v2/issues/689
- Adds "New <X>" entries back to context menus for regular assets
- Fixes https://github.com/enso-org/cloud-v2/issues/692
- Fix `z-index` of top left (page switcher) icons
- Fixes https://github.com/enso-org/cloud-v2/issues/693
- Fix restoring local projects after closing and reopening
- Adds blur to top right menu bars for extra visibility

# Important Notes
Testing should test Firefox and Chrome (testing on Safari is optional) to make sure the following is working correctly:
- The table looks normal
- The context menu still triggers below the table (both with and without items being selected)
- There is no scrollbar if the table is shorter than the viewport
2023-09-29 13:40:02 +00:00
..
assets Trash and Recent categories (#7682) 2023-09-27 07:22:48 +00:00
client (even more) Dashboard fixes (#7877) 2023-09-29 13:40:02 +00:00
common Improve assets table display (#7500) 2023-08-28 18:01:40 +00:00
content Trash and Recent categories (#7682) 2023-09-27 07:22:48 +00:00
content-config [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
dashboard (even more) Dashboard fixes (#7877) 2023-09-29 13:40:02 +00:00
esbuild-plugin-copy-directories [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
icons Extract SVGs to files (#7076) 2023-06-23 10:47:04 +02:00
types Trash and Recent categories (#7682) 2023-09-27 07:22:48 +00:00