enso/app/ide-desktop/lib
somebody1234 db425e7a77
Rename trash to delete; fix search bar autofocus (#7710)
- Renames "Move To Trash" to "Delete" on local backend
- This is because the local backend does not have a trash category (or categories at all)
- Fix search bar autofocus
- The "delete" hotkey was focusing the search bar - this was because the shortcuts handler, and the autofocus handler, were both registered on the same `EventTarget`. The fix is to do `stopImmediatePropagation()` to stop running any other event handler, even ones on the same `EventTarget`.

# Important Notes
None
2023-09-07 13:06:54 +00:00
..
assets Async execution controls (#7592) 2023-09-07 12:36:03 +00:00
client Bump electron version (#7707) 2023-09-06 12:02:16 +00:00
common Improve assets table display (#7500) 2023-08-28 18:01:40 +00:00
content Revert "Handle wasm panics, display a message and allow a restart (#7507)" (#7708) 2023-08-31 13:30:01 +02:00
content-config Display user-provided project name in the top bar (#7533) 2023-08-11 12:32:46 +00:00
dashboard Rename trash to delete; fix search bar autofocus (#7710) 2023-09-07 13:06:54 +00:00
esbuild-plugin-copy-directories Enable require-jsdoc lint and add two lints related to React (#6403) 2023-05-19 19:55:29 +00:00
icons Extract SVGs to files (#7076) 2023-06-23 10:47:04 +02:00
types Allow configuring Project Manager server host and port (#6774) 2023-08-25 07:33:31 +00:00