enso/app/ide-desktop/lib
Paweł Grabarz b7a8909818
Vue dependency update, better selection performance, visible quotes in text inputs (#9204)
- Improved performance by batching simulatenous node edits, including metadata updates when dragging many selected nodes together.
- Updated Vue to new version, allowing us to use `defineModel`.
- Fixed #9161
- Unified all handling of auto-blur by making `useAutoBlur` cheap to register - all logic goes through a single window event handler.
- Combined all `ResizeObserver`s into one.
- Fixed the behaviour of repeated toast messages. Now only the latest compilation status is visible at any given time, and the errors disappear once compilation passes.
- Actually fixed broken interaction of node and visualization widths. There no longer is a style feedback loop and the visible node backdrop width no longer jumps or randomly fails to update.
2024-03-06 15:34:07 +00:00
..
assets "Keyboard shortcuts" settings page (#9071) 2024-02-27 12:52:21 +00:00
client Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
common Fix chat styling; fix focus issues in chat (#8988) 2024-02-12 12:48:08 +00:00
content Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
content-config Re-enable vibrancy and add support for Linux (#9003) 2024-02-28 13:01:03 +00:00
dashboard Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
esbuild-plugin-copy-directories Make (almost) all interfaces readonly (#8800) 2024-02-07 11:26:59 +00:00
icons Extract SVGs to files (#7076) 2023-06-23 10:47:04 +02:00
ts-plugin-namespace-auto-import More E2E tests; export default classes from modules (#8730) 2024-01-31 11:35:41 +00:00
types Switch to AJV for validating JSON Schema (#9191) 2024-02-29 10:36:47 +00:00