mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: modularize dialog
This commit is contained in:
parent
baad8254a2
commit
3e9545fe26
17 changed files with 171 additions and 173 deletions
|
|
@ -3,7 +3,7 @@
|
|||
(info "A session grid.")
|
||||
|
||||
(keys
|
||||
(layer-if :is-editing "./keys_editor.edn")
|
||||
(layer-if :focus-editor "./keys_editor.edn")
|
||||
(layer-if :focus-message "./keys_message.edn")
|
||||
(layer-if :focus-device-add "./keys_device_add.edn")
|
||||
(layer-if :focus-browser "./keys_browser.edn")
|
||||
|
|
@ -26,6 +26,6 @@
|
|||
(bsp/s :view-tracks-devices
|
||||
(bsp/s :view-tracks-outputs
|
||||
(bsp/s :view-tracks-names
|
||||
(fill/xy (either :is-editing
|
||||
(fill/xy (either :focus-editor
|
||||
(bsp/e :view-scenes-names :view-editor)
|
||||
:view-scenes)))))))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue