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

refactor: update project listing depending on the dev mode #442

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

enesozturk
Copy link
Contributor

@enesozturk enesozturk commented Feb 20, 2024

Description

Refactor the dev badge on the app card and project listings depending on the developer mode status.

Type of change

  • New feature (non-breaking change which adds functionality)

Fixes/Resolves (Optional)

Closes #441
Closes #440

Checklist:

  • [] I have performed a self-review of my own code
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Additional Information (Optional)

Slack conv

Copy link

vercel bot commented Feb 20, 2024

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

Name Status Preview Comments Updated (UTC)
app-web3inbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2024 11:09pm

@chris13524
Copy link
Member

Sorry I didn't explain this very well, I wanted something different. See Slack conversation

@@ -61,7 +68,7 @@ const useNotifyProjects = () => {
}

fetchNotifyProjects()
}, [setProjects, filterAppDomain])
}, [isDevModeEnabled, setProjects, filterAppDomain])
Copy link
Member

Choose a reason for hiding this comment

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

I think this can be reverted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants