feat(core): appstate

This commit is contained in:
2025-05-19 08:48:50 +02:00
parent 4eda4d335b
commit cbeed4003a
14 changed files with 454 additions and 103 deletions

View File

@@ -0,0 +1,4 @@
pub const Action = union(enum) {
GoUp,
Enter,
};