Commit 39f26b1
authored
Feature/dynamic settings (#20)
* added flake.nix
* started
* Working Display Mode and Items per row
* finished general setting screen (except show last update)
* added all desciptions to generalsettigs
* added Appearance settings themePicker
* added Pure black dark mode
* added useKeyboardHeight hook
* Working accentColorModal
* finished appearance screen
* removed console.log
* added dragable readersettings webview
* added dynamic SettingsStack
* progress on reader settings
* added TextArea settings
* added display settings
* extracted types from Settings.ts
* upadted imports
* changed folderstructure
* added TTS setting
* added repos
* added Tracking setting
* added InfoItem
* renamed DefaultModal to selectionModal
* reorganization
* animated modal placement
* added subgroup ids
* new reader bottomsheet
* fixed dependant issue
* added quickSettings compatibility
* deleted unused imports
* prepare for mass deletion
* deleted old settings files
* removed lint errors
* deleted comments
* Better modal animation
* deleted tracker screen
* fix custom js
* minimum height for reader settings
* fix lint
* make bigger
* switched to react native reanimated animation
* fixed dependents not showing
* fix dependents issue for real
* changed animation
* changed bottomsheet style
* changed draggable
* fixed browseTabs redirection
* fix BottomSheet
* extractected webview from readerSettings
* complete settings
* remove @react-navigation/stack
* added preload
* move advancedScreen and add scrollview
* update reposettings
* inline function
* fix badge setting
* remove redundant defaultValue
* improve SettingsWebview
* remove gridSize enum
* Only use dynamic ColorPickerModal
* Fixed ColorPicker TextInput
* Added gap to switch
* fix ReaderThemeSelector
* ability to save empty text
* fix lint
* fix ReaderTheme
* merge settings categories
* fix ReaderBottomSheet
* fix ColorPicker
* Change autoScrollOffset to autoScrollOffsetPercent
* fix --readerSettings-theme css variable
* fix type issues
* fix backgroundColor select
* Settings not crashing
* fix modal settings crashing
* renaming
* fix type and lint issues
* update lockfile
* simplified code
* performance improvements
* fix lint and type issues
---------
Co-authored-by: CD-Z <github.verify097@passmail.com>1 parent 4460515 commit 39f26b1
128 files changed
Lines changed: 4924 additions & 3483 deletions
File tree
- android/app/src/main/assets/js
- src
- components
- ColorPickerModal
- ColorPreferenceItem
- Context
- List
- Skeleton
- Switch
- TextInput
- ThemePicker
- hooks
- common
- persisted
- screens
- Categories/components
- GlobalSearchScreen
- components
- hooks
- browse
- components
- loadingAnimation
- settings
- modals
- history/components
- library
- components/LibraryBottomSheet
- constants
- hooks
- more
- novel/components
- Info
- LoadingAnimation
- reader
- ChapterLoadingScreen
- components
- ChapterDrawer
- ReaderBottomSheet
- hooks
- settings
- SettingsGeneralScreen
- modals
- SettingsLibraryScreen
- SettingsReaderScreen
- Modals
- Settings
- SettingsRepositoryScreen
- components
- constants
- dynamic
- components
- modals
- backup
- utils
- settingsGroups
- settingsScreens
- updates/components
- services
- epub
- updates
- utils
- constants
- strings
- languages/en
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
178 | | - | |
| 177 | + | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
55 | | - | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
140 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
Lines changed: 0 additions & 52 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
24 | | - | |
25 | 20 | | |
26 | 21 | | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
0 commit comments