Files
ios-app/App/Resources/Assets.xcassets/logo.imageset/Contents.json
T
Ben Hughes 46b52d3c75 Feature: user-selectable theme (#460)
* Fix #457 - Persist entry sorting preferences across app launches
Changed sorting state from @State to @AppStorage in EntriesView to ensure user preferences are saved to UserDefaults. Also made sorting criteria mutually exclusive for a better UX.

* Add option to pick theme (light/dark/auto).
Moved language files and other resources into a sub-folder to clean up the structure a little.

* use #EnvironmentObject
2026-02-25 21:28:46 +01:00

23 lines
385 B
JSON

{
"images" : [
{
"filename" : "logo-icon-black-no-bg-lg.png",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "logo-icon-white-no-bg-lg.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}