-
Notifications
You must be signed in to change notification settings - Fork 320
Library & NovelScreen state & hook refactor #1571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
CD-Z
wants to merge
59
commits into
lnreader:master
Choose a base branch
from
CD-Z:useNovel_Refactor
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* switched to pnpm * upgraded packages * resolve package.json conflicts * react native upgrade * it is building * fix reanimated * resolve tsconfig.json conflicts * change workflows to pnpm * fix build issue * fixed easy type issues * fix tabView in bottomsheets * change to expo-file-system/legacy
* 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 <[email protected]>
99b5a95 to
4239696
Compare
… JS, removing deprecated customCSS and customJS settings from the state and UI. Cleaned up related settings and modal components.
…tings. Refactor related types and remove deprecated RepoSettings components.
…navigation logic. Update SettingsCustomCodeScreen to manage app bar visibility and enhance ripple effect on buttons.
4239696 to
3f28e0d
Compare
* fix lint issues * refactor splash screen handling by moving LottieSplashScreen.hide() to MainNavigator on navigation ready * add custom menu component * refactor FilterBottomSheet to use Suspense and BottomSheetFlashList for improved performance; update FilterItem component to handle various filter types more efficiently * Switched paper menu with custom menu * new pagination * added Settings context * fixed rozenite plugins * fixed novelscreen filter * fix eslint * Refactor chapter sorting and filtering logic; integrate sortAndFilterChapters into NovelChaptersContext and update relevant components for improved state management and performance. * fix lint --------- Co-authored-by: CD-Z <[email protected]>
fix broken Bionic Reading
* Improve ‘remove extra paragraphs’ feature * fix lint * fix little mistake * lil edit of code comment * a little bit faster regex * forgot to add final \s*
… is displayed correctly when user is not onboarded; comment out NavigationBar color change functionality.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.