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

Dark Mode fix #59

Merged

Conversation

NDruce
Copy link

@NDruce NDruce commented Apr 18, 2024

No description provided.

@NDruce NDruce mentioned this pull request Apr 18, 2024
@scosman
Copy link
Contributor

scosman commented Apr 18, 2024

Thanks! Will take a look soon.

src/app.html Outdated Show resolved Hide resolved
PUBLIC_SUPABASE_URL,
PRIVATE_SUPABASE_SERVICE_ROLE,
{ auth: { persistSession: false } },
PUBLIC_SUPABASE_URL,
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to run prettier, formatting is breaking CI.

Copy link
Author

Choose a reason for hiding this comment

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

Done

@@ -37,19 +36,4 @@ const setSession: Handle = async ({ event, resolve }) => {
return name === "content-range"
},
})
}

const insertTheme: Handle = async ({ event, resolve }) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@scosman scosman merged commit b452f32 into CriticalMoments:extension/dark_mode Apr 19, 2024
4 checks 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.

2 participants