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

fix: prevent flickering by removing auto color scheme and default background color #1299

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

Meierschlumpf
Copy link
Member

@Meierschlumpf Meierschlumpf commented Oct 15, 2024


Homarr

Thank you for your contribution. Please ensure that your pull request meets the following pull request:

  • Builds without warnings or errors (pnpm buid, autofix with pnpm format:fix)
  • Pull request targets dev branch
  • Commits follow the conventional commits guideline
  • No shorthand variable names are used (eg. x, y, i or any abbrevation)

Closes https://discord.com/channels/972958686051962910/1295792744601616414

@Meierschlumpf Meierschlumpf added the bug Something isn't working label Oct 15, 2024
@Meierschlumpf Meierschlumpf self-assigned this Oct 15, 2024
@Meierschlumpf Meierschlumpf requested a review from a team as a code owner October 15, 2024 19:04
Copy link

deepsource-io bot commented Oct 15, 2024

Here's the code health analysis summary for commits bb0026a..ef2a964. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

github-actions bot commented Oct 15, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 38.96% 14521 / 37267
🔵 Statements 38.96% 14521 / 37267
🔵 Functions 35.94% 376 / 1046
🔵 Branches 70.79% 1287 / 1818
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/layout.tsx 0% 0% 0% 0% 1-2, 4-7, 9, 11-15, 17-24, 26-29, 31-48, 50-55, 57-61, 63-72, 74, 76-83, 85-95, 97
apps/nextjs/src/app/[locale]/_client-providers/mantine.tsx 0% 0% 0% 0% 1, 4, 6-7, 9-11, 13-14, 16-24, 26-28, 30, 32-42, 44, 46-50, 52-54, 56-62, 64-75, 77-83, 85-86, 88-90, 92-96
packages/auth/callbacks.ts 75.47% 100% 66.66% 75.47% 30-42
packages/db/schema/mysql.ts 100% 100% 100% 100%
packages/db/schema/sqlite.ts 100% 100% 100% 100%
packages/definitions/src/user.ts 100% 100% 100% 100%
Generated in workflow #3266 for commit ef2a964 by the Vitest Coverage Report Action

@Meierschlumpf Meierschlumpf merged commit cd77acd into dev Oct 16, 2024
11 checks passed
@Meierschlumpf Meierschlumpf deleted the color-scheme-flickering branch October 16, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants