Skip to content

Commit

Permalink
Add new-modal using new-statemachine
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Sep 26, 2021
1 parent 775bb8d commit ff9b5ec
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 5 deletions.
1 change: 1 addition & 0 deletions core.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Returns nil. This function causes side-effects.
:apps
:lib.bind
:lib.modal
:lib.new-modal
:lib.apps])

(defadvice get-config-impl
Expand Down
7 changes: 7 additions & 0 deletions lib/modal.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,11 @@ switching menus in one place which is then powered by config.fnl.


{:init init
: modal-alert ;; DELETEME: Temporary for PR
: timeout ;; DELETEME: Temporary for PR
: by-key ;; DELETEME: Temporary for PR
: activate-modal ;; DELETEME: Temporary for PR
: deactivate-modal ;; DELETEME: Temporary for PR
: previous-modal ;; DELETEME: Temporary for PR
: proxy-app-action ;; DELETEME: Temporary for PR
:activate-modal activate-modal}
Loading

0 comments on commit ff9b5ec

Please sign in to comment.