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

feat: Custom storage key names #84

Merged
merged 12 commits into from
Jul 14, 2024
Merged

feat: Custom storage key names #84

merged 12 commits into from
Jul 14, 2024

Conversation

huntabyte
Copy link
Member

Closes: #75

You can now pass themeStorageKey and modeStorageKey props to <ModeWatcher> to customize the key used in local storage for the theme and mode.

Copy link

changeset-bot bot commented Jul 14, 2024

🦋 Changeset detected

Latest commit: 738f70a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
mode-watcher Minor
mode-watcher-docs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Jul 14, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
mode-watcher ✅ Ready (View Log) Visit Preview 738f70a

@shyakadavis
Copy link
Contributor

Hey, Hunter 👋

Curious, why aren't you using pnpm/action-setup@v4? Cause v4 saves you the trouble of not having to configure all that stuff of setting up cache and what-have-you.

@huntabyte
Copy link
Member Author

Hey, Hunter 👋

Curious, why aren't you using pnpm/action-setup@v4? Cause v4 saves you the trouble of not having to configure all that stuff of setting up cache and what-have-you.

I didn't know this was the case tbh!

@shyakadavis
Copy link
Contributor

@shyakadavis
Copy link
Contributor

Some time back, all my CI's started failing with no warning, and turns out the mandate was to upgrade. 😅

@huntabyte
Copy link
Member Author

Some time back, all my CI's started failing with no warning, and turns out the mandate was to upgrade. 😅

Thank you! Just updated all the pipelines! Appreciate it!

@huntabyte huntabyte merged commit f8276a4 into main Jul 14, 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.

Local storage key configuration
2 participants