-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add jwt-parser extension #17982
base: main
Are you sure you want to change the base?
Add jwt-parser extension #17982
Conversation
- added screenshots and updated package naming - added screenshots and updated package naming - adding raycast extension
Congratulations on your new Raycast extension! 🚀 Due to our current reduced availability, the initial review may take up to 10-15 business days Once the PR is approved and merged, the extension will be available on our Store. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR adds a new JWT Parser extension that provides a user-friendly interface for decoding and validating JWT tokens, with features like clipboard detection and color-coded token visualization.
- The extension needs a
metadata
folder for the screenshots since it has aview
command inpackage.json
- see Raycast Documentation - The
screenshots
inpackage.json
referenceassets/screenshot-1.png
but the README showsassets/png/screenshot-1.png
- paths should be consistent - Consider adding
subtitle: "JWT Parser"
to the command inpackage.json
to match extension title - Consider wrapping
launchCommand
in a try-catch block for better error handling - Consider using
showFailureToast
from@raycast/utils
instead of manual error handling in try-catch blocks
💡 (2/5) Greptile learns from your feedback when you react with 👍/👎!
9 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile
checked all the comments, I don't know if I have to check anything else to reopen the review |
Description
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder