mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
Feature/onboarding Quick tour (#5247)
* enhance(ui): polish elements of left sidebar * enhance(ui): active state of nav item from left sidebar * enhance(ui): active state of nav item from left sidebar * enhance(ui): WIP quick tour tips * enhance(ui): WIP quick tour tips * enhance(ui): WIP quick tour tips * enhance(ux): add quick tour palette command * enhance(ui): add step dots for quick tour tips * enhance(ux): title hints for sidebar link items * fix(ui): active state for journals from left sidebar * enhance(ux): support quick tour command when initial app * fix(ui): position of journal page quick tour tip box * fix: cljs lint * fix: remove unused method * fix(e2e): e2e test for new left sidebar
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
[frontend.components.sidebar :as sidebar]
|
||||
[frontend.handler.search :as search-handler]
|
||||
[frontend.handler.notification :as notification]
|
||||
[frontend.components.onboarding.quick-tour :as quick-tour]
|
||||
[frontend.handler.plugin :as plugin-handler]))
|
||||
|
||||
(rum/defc route-view
|
||||
@@ -87,6 +88,7 @@
|
||||
(state/setup-electron-updater!)
|
||||
(ui/inject-document-devices-envs!)
|
||||
(ui/inject-dynamic-style-node!)
|
||||
(quick-tour/init)
|
||||
(plugin-handler/host-mounted!)
|
||||
(assoc state ::teardown (setup-fns!) ))
|
||||
:will-unmount (fn [state]
|
||||
|
||||
Reference in New Issue
Block a user