Skip to content
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

Small changes following faster global search pr #1320

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

Soopyboo32
Copy link
Contributor

What the colour looks like for loading stuff:
image

@@ -163,7 +163,7 @@ const initialAppSettings: AppSettings = {
const initialBrowseSettings: BrowseSettings = {
showMyAnimeList: true,
showAniList: true,
globalSearchConcurrency: 1,
globalSearchConcurrency: 3,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most phones should be able to handle 3 and the first few concurrency increases makes a massive difference in loading time so may as well increase default

import { useAppSettings } from '@hooks/persisted';
import { interpolateColor } from 'react-native-reanimated';

const useLoadingColors = (theme: ThemeColors) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed to use cus of the useAppSettings inside

@@ -68,7 +68,7 @@ const NovelInformation = memo(() => (
</View>
));

const ChapterItem = memo(({ index }: { index: number }) => (
const ChapterItem = memo(() => (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint was mad at unused variable so i removed it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe lint gives problems because Traitor latest commit bypassed lint verification.

@Palloxin
Copy link
Contributor

Palloxin commented Nov 20, 2024

Screenshot_4_1

I dont think it's good looking, why blue?

YouCut_20241120_230513570.mp4

Even here it seems out of place.

@Soopyboo32
Copy link
Contributor Author

I dont think it's good looking, why blue?

its just a blend of the existing colors
image
maybe those are blueish

@nyagami nyagami merged commit cdc4ddc into LNReader:master Nov 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants