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: add madvue banner #2911

Open
wants to merge 2 commits into
base: v3
Choose a base branch
from
Open

feat: add madvue banner #2911

wants to merge 2 commits into from

Conversation

IsraelOrtuno
Copy link

Add MadVue 2025 banner

Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for pinia-official ready!

Name Link
🔨 Latest commit 64ba5e1
🔍 Latest deploy log https://app.netlify.com/sites/pinia-official/deploys/67ac7dc2ed89be0008611dbd
😎 Deploy Preview https://deploy-preview-2911--pinia-official.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

}

onMounted(() => {
isVisible.value = !localStorage.getItem(nameStorage)
Copy link
Member

Choose a reason for hiding this comment

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

Let's check all keys in localStorage that include FREEWEEKEND25. There must at least be one of them

const keys = Object.keys(localStorage).filter(key => key.includes('FREEWEEKEND25') $$ key.endsWith('_CLOSED'));

if (keys.length > 0 && keys.every(key => localStorage.getItem(key) != null)) {
    // ...
}

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