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

chore: adjust bg color on scan page #1578

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

dennyscode
Copy link
Contributor

Copy link

vercel bot commented Dec 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jumper-exchange ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 10:28am

Copy link

github-actions bot commented Dec 9, 2024

Test results (2/4)

passed  4 passed
skipped  1 skipped

Details

stats  5 tests across 1 suite
duration  31.4 seconds
commit  8bf59c6

Skipped tests

chromium › e2e.spec.ts › Jumper full e2e flow › Should be able to open quests mission page and switch background color

Copy link

github-actions bot commented Dec 9, 2024

Test results (4/4)

passed  5 passed

Details

stats  5 tests across 2 suites
duration  1 minute, 11 seconds
commit  8bf59c6

Copy link

github-actions bot commented Dec 9, 2024

Test results (1/4)

passed  5 passed
skipped  1 skipped

Details

stats  6 tests across 2 suites
duration  1 minute, 2 seconds
commit  8bf59c6

Skipped tests

chromium › e2e.spec.ts › Jumper full e2e flow › Should be able to navigate to profile and open first Mission

Copy link

github-actions bot commented Dec 9, 2024

Test results (3/4)

passed  5 passed

Details

stats  5 tests across 2 suites
duration  1 minute, 9 seconds
commit  8bf59c6

@dennyscode dennyscode changed the title chore: ditch scan partner-theme chore: adjust bg color on page Dec 9, 2024
@dennyscode dennyscode changed the title chore: adjust bg color on page chore: adjust bg color on scan page Dec 9, 2024
@tcheee
Copy link
Contributor

tcheee commented Dec 12, 2024

image Issue on the menu if the user is coming from a dark theme

@@ -70,7 +69,7 @@ export const useMainMenuContent = () => {

let mainMenu: any[] = [];

if (configTheme?.hasThemeModeSwitch) {
if (configTheme?.hasThemeModeSwitch && !disableThemeSwitch) {
Copy link
Contributor

Choose a reason for hiding this comment

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

won't be enough as the dark theme does not exist so we have to force the light theme on this page

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