aboutsummaryrefslogtreecommitdiffstats
path: root/src/StaticStack.h
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Always break template declarationsRiku Isokoski2023-02-161-5/+10
| | | | | I find this format easier to read, because the definitions are at the expected indentation, making it easier to find what I'm looking for.
* 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.