Commit 46b52d3
authored
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 #EnvironmentObject1 parent a2f9e8e commit 46b52d3
File tree
70 files changed
+263
-25
lines changed- App
- Features/Setting
- Lib
- Resources
- Assets.xcassets
- AppIcon.appiconset
- logo.imageset
- ar.lproj
- cs.lproj
- da.lproj
- de.lproj
- en.lproj
- es.lproj
- fa.lproj
- fr.lproj
- gl.lproj
- hi.lproj
- hr.lproj
- html-ressources
- hu.lproj
- it.lproj
- ja.lproj
- ko.lproj
- nb-NO.lproj
- nl.lproj
- oc.lproj
- pl.lproj
- pt.lproj
- ro.lproj
- ru.lproj
- sv.lproj
- th.lproj
- tr.lproj
- uk.lproj
- wallabag.xcdatamodeld
- wallabagStore.xcdatamodeld/wallabagStore.xcdatamodel
- zh-Hans.lproj
- zh-Hant.lproj
- ar.lproj
- da.lproj
- fa.lproj
- gl.lproj
- hi.lproj
- hu.lproj
- ko.lproj
- nb-NO.lproj
- oc.lproj
- pl.lproj
- pt.lproj
- ro.lproj
- sv.lproj
- th.lproj
- uk.lproj
- wallabag.xcodeproj
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+263
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
21 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
| |||
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
| 47 | + | |
38 | 48 | | |
39 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments