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

Finding a bug #2549 #1

Merged
merged 3 commits into from
Oct 25, 2024
Merged

Conversation

Greeva48
Copy link
Owner

What does this PR do?

This PR resolves a bug in the Root Keys tab within the settings page of the Unkey app, where an error occurred upon visiting the tab. The issue was documented in Issue #2549. This fix ensures the Root Keys tab is accessible without triggering errors, improving user experience in the settings.

Fixes unkeyed#2549

Type of change

  • [✅] Bug fix (non-breaking change which fixes an issue)

How should this be tested?

  • Test A - Access the Root Keys tab in the settings page after deploying the fix to confirm that the error no longer appears.
  • Test B - Verify that navigating to other settings tabs does not trigger any new issues or errors.

Checklist

  • [✅] Filled out the "How to test" section in this PR
  • [✅] Read Contributing Guide
  • [✅] Self-reviewed my own code
  • [✅] Commented on my code in hard-to-understand areas
  • [✅] Ran pnpm build
  • [✅] Ran pnpm fmt
  • [✅] Checked for warnings, there are none
  • [✅] Removed all console.logs
  • [✅] Merged the latest changes from main onto my branch with git pull origin main
  • [✅] My changes don't cause any responsiveness issues

p6l-richard and others added 3 commits October 25, 2024 13:57
* v0 for glossary

* add terms page /w basic terms navigation

* `<TermsNavigationDesktop>` &  `<TermsNavigationMobile>`

* WIP: add desktop navigation

* feat(glossary): implement glossary page and related components

- UI: Add `faq`, `takeaway` & `relatedTerms` components (_faq.tsx, takeaways.tsx, page.tsx)
- shadcn: Added new UI components (badge.tsx, card.tsx)
- Updated content collections (content-collections.ts) for more frontmatter schema on glossary (reviewed by, takeaways, faq, etc.)
- Add glossary content (check `mime-types.mdx`) for mocking
- Update related configurations and utilities

* [autofix.ci] apply automated fixes

* remove twitter image from glossary

* remove `api-design` entry

* fix build by removing opengraph image and the image from glossary entries

* empoty states, search functionality, updated glossary cards

* remove `template` components in the glossary

* Merge branch 'main' of https://github.com/unkeyed/unkey into richard/glossary

* Update apps/www/content/glossary/mime-types.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* clean up

* last change

* fix types

* remove `reviewedby`

* `pnpm fmt`

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@Greeva48 Greeva48 merged commit 1cc0292 into Greeva48:git-switch--c-MY_DEMO_UNKEY Oct 25, 2024
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