- Progress indicator as a compact circle at the bottom right of the CardView, with percent display - Jump-to-progress button in detail view, using ScrollPosition logic (removed iOS 17 mention) - Archive/Unarchive button with flexible parameter and label - Various bugfixes and refactoring (progress, mock, WebView, strings) - Improved reading progress logic and display - Code cleanup: removed debug prints, mutated properties directly
39 lines
689 B
JSON
39 lines
689 B
JSON
{
|
|
"colors" : [
|
|
{
|
|
"color" : {
|
|
"color-space" : "srgb",
|
|
"components" : {
|
|
"alpha" : "1.000",
|
|
"blue" : "0x5A",
|
|
"green" : "0x4A",
|
|
"red" : "0x1F"
|
|
}
|
|
},
|
|
"idiom" : "universal"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "dark"
|
|
}
|
|
],
|
|
"color" : {
|
|
"color-space" : "srgb",
|
|
"components" : {
|
|
"alpha" : "1.000",
|
|
"blue" : "0x5A",
|
|
"green" : "0x4A",
|
|
"red" : "0x1F"
|
|
}
|
|
},
|
|
"idiom" : "universal"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|