mirror of
https://github.com/wallabag/ios-app.git
synced 2026-05-19 15:10:34 +00:00
46b52d3c75
* 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
23 lines
385 B
JSON
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
|
|
}
|
|
}
|