enhance(ui): remove all of the classic modal components

This commit is contained in:
charlie
2024-10-12 15:17:32 +08:00
parent 7167e56f8c
commit eb4cb0609f
13 changed files with 43 additions and 180 deletions

View File

@@ -831,9 +831,7 @@
[]
nil)
(rum/defcs ^:large-vars/cleanup-todo root-container <
(mixins/modal :modal/show?)
rum/reactive
(rum/defcs ^:large-vars/cleanup-todo root-container < rum/reactive
(mixins/event-mixin
(fn [state]
(mixins/listen state js/window "pointerdown" hide-context-menu-and-clear-selection)
@@ -959,7 +957,6 @@
[:div#app-single-container]]
(ui/notification)
(ui/modal)
(shui-toaster/install-toaster)
(shui-dialog/install-modals)