Skip to content

Commit

Permalink
refactor: modules structure (#11)
Browse files Browse the repository at this point in the history
* wip inlined conditions

* wip extract sub-modules from the main app

* add missing params docs

* wip add views and scenes

* add build and run, move render

* completed working prototype

* complete cleanup

* assign better event names

* update docs
  • Loading branch information
Th3Un1q3 committed Jan 17, 2023
1 parent fa63582 commit 70e3a71
Show file tree
Hide file tree
Showing 19 changed files with 628 additions and 306 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ App(
appid="flipp_pomodoro",
name="Flipp Pomodoro",
apptype=FlipperAppType.EXTERNAL,
entry_point="flipp_pomodoro_main",
entry_point="flipp_pomodoro_app",
requires=["gui", "notification", "dolphin"],
stack_size=1 * 1024,
fap_category="Productivity",
Expand Down
Loading

0 comments on commit 70e3a71

Please sign in to comment.