summaryrefslogtreecommitdiff
path: root/internal/fsm
AgeCommit message (Collapse)Author
2022-07-12State + FSM: Add an easy way to go back to the previous 'Main' statejwijenbergh
The 'Main' state here is a main UI menu, e.g. the intial state, the server search page, the configuring server page or the connected/has config page
2022-07-07Secure Internet: Implement the Ask Location transition callbackjwijenbergh
2022-07-05FSM: Set default mermaid graph generation scale to 4jwijenbergh
2022-06-21FSM: Add the search server statejwijenbergh
2022-06-20Refactor: Errors to have one custom type that is to be wrappedjwijenbergh
- For this an `internal/types` package is created with a custom error type - This custom error type can give back the cause and traceback of an error
2022-09-20Server: Implement function for checking renewal button visibilityjwijenbergh