status-desktop/libs/StatusQ/qml/Status/Core/Theme
Stefan 16b866ccbd chore(CPP): Enhance type safety using phantom types
Important changes:

- Converted the easy to mix strings to named types as phantom types
- Renamed `AccountDto`s to `MultiAccount` to better match the status-go
domain knowledge.
- Renamed MultiAccount to ChatOrWalletAccount to better match its multi
purpose and don't confuse with the MultiAccount domain knowledge.
- Remove libs/CMakeLists.txt

Note: Tried to use the fluent::NamedType but it doesn't work with
nlohmann_json, gave up finding why. Therefore I extracted only
the needed functionality for the simple types we use.

Updates: #6321
2022-07-19 16:56:06 +02:00
..
CMakeLists.txt chore(CPP): Enhance type safety using phantom types 2022-07-19 16:56:06 +02:00
StatusColors.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
StatusDarkPalette.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
StatusDarkTheme.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
StatusLayouting.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
StatusLightPalette.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
StatusLightTheme.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
StatusPalette.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
StatusTheme.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
Style.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
Theme.qml chore(CPP): base for the window and layouting system 2022-07-01 16:57:51 +02:00
Utils.qml chore(CPP): foundation for user onboarding 2022-07-07 23:23:09 +02:00