Skip to content

Commit 70e3a71

Browse files
authored
refactor: modules structure (#11)
* 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
1 parent fa63582 commit 70e3a71

19 files changed

+628
-306
lines changed

application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ App(
22
appid="flipp_pomodoro",
33
name="Flipp Pomodoro",
44
apptype=FlipperAppType.EXTERNAL,
5-
entry_point="flipp_pomodoro_main",
5+
entry_point="flipp_pomodoro_app",
66
requires=["gui", "notification", "dolphin"],
77
stack_size=1 * 1024,
88
fap_category="Productivity",

0 commit comments

Comments
 (0)