enso/app/gui/src
Stijn ("stain") Seghers 8e62ed60e9
Add dashboard button (#6474)
Closes #6399: Adding a button to the top bar in the project view to return to the dashboard.

Note that this just fires a DOM event (see #6399). To test it, you can add an event listener: `document.addEventListener('show-dashboard', console.log)`

https://user-images.githubusercontent.com/607786/235687669-ab04339f-0f07-439a-9cd3-59d96815edaa.mp4
2023-05-23 14:23:23 +00:00
..
controller Fix #6521: Main module function calls shouldn't use project namespace (#6719) 2023-05-22 14:50:25 +00:00
ide Add dashboard button (#6474) 2023-05-23 14:23:23 +00:00
model Reloading file in LS after desynchronization. (#6752) 2023-05-23 08:19:27 +00:00
presenter Add dashboard button (#6474) 2023-05-23 14:23:23 +00:00
transport Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
config.rs Project Sharing (#6077) 2023-04-06 15:26:37 +02:00
constants.rs Linting codebase 2022-03-10 05:32:33 +01:00
controller.rs Dynamic dropdown support (#4072) 2023-02-04 00:50:24 +00:00
ide.rs Revert "Show spinner when opening/creating a project (#6321)" (#6712) 2023-05-16 22:53:59 +02:00
integration_test.rs Revert "Show spinner when opening/creating a project (#6321)" (#6712) 2023-05-16 22:53:59 +02:00
lib.rs Drop method exported from WASM + removing leaks. (#6365) 2023-04-25 15:38:29 +00:00
model.rs Implement documentation IR (#4024) 2023-01-12 14:50:33 +00:00
presenter.rs Revert "Show spinner when opening/creating a project (#6321)" (#6712) 2023-05-16 22:53:59 +02:00
profile_workflow.rs Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
sync.rs Implement documentation IR (#4024) 2023-01-12 14:50:33 +00:00
test.rs Reloading file in LS after desynchronization. (#6752) 2023-05-23 08:19:27 +00:00
tests.rs Revert "Show spinner when opening/creating a project (#6321)" (#6712) 2023-05-16 22:53:59 +02:00
transport.rs Linting codebase 2022-03-10 05:32:33 +01:00