Davide
b4caa26a47
Improve layout of installed profile ( #953 )
...
When none, fill the whitespace with an informational placeholder.
2024-11-27 14:49:23 +01:00
Davide
f13a292b4b
Refactor String identifiers ( #920 )
...
- Group all views under "views.*"
- Split global strings into actions and nouns
- Use underscores
- Clean up unused
Fixes #835
2024-11-23 20:31:22 +01:00
Davide
2790a2aac2
Merge AppLibrary into CommonLibrary ( #806 )
...
CommonLibrary barely used as standalone, almost always together with
AppLibrary.
2024-11-03 13:16:13 +01:00
Davide
070b661c43
Refactor library targets ( #799 )
...
Renames:
- AppUI → UILibrary
- AppUIPlatform → AppUI (conditional umbrella) + AppUI[Main|TV]
- APILibrary/CommonLibrary/UtilsLibrary → Common[API|Library|Utils]
Dependencies:
- AppUI → UILibrary
- UILibrary → AppLibrary, CommonAPI
- AppLibrary → CommonLibrary, CommonUtils
2024-11-02 10:11:59 +01:00
Davide
944d6f8c28
Refactor AppUI for TV target ( #775 )
...
Split AppUI into AppUI and AppUIMain to allow for a new, simplified
AppUITV target tailored for the Apple TV.
As a PoC, present a view with a list of the shared profiles.
2024-10-29 14:30:41 +01:00