mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
657be61c30
- 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 |
||
---|---|---|
.. | ||
.vscode | ||
lib | ||
.gitignore | ||
debugGlobals.ts | ||
eslint.config.js | ||
package.json | ||
tsconfig.json | ||
utils.ts |