aboutsummaryrefslogtreecommitdiffstats
path: root/src/StaticStack.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement a return app stackRiku Isokoski2023-01-051-0/+38
Each opened app (screen) is pushed on a stack, which is then popped from when returning instead of hard coded "previous apps". Return swipe and refresh directions are automatically determined from the app transition.