Add prisma-cli-commands extension#8564
Conversation
|
Congratulation on your new Raycast extension! 🚀 We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store. |
|
This pull request has been automatically marked as stale because it did not have any recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊 |
| export const prismaSections: Section[] = [ | ||
| { | ||
| title: "Common", | ||
| category: Category.COMMON, | ||
| tintColor: "#4757e6", | ||
| icon: Icon.Terminal, | ||
| }, | ||
| { | ||
| title: "DB", | ||
| category: Category.DB, | ||
| tintColor: "#24db67", | ||
| icon: Icon.HardDrive, | ||
| }, | ||
| { | ||
| title: "Migrate", | ||
| category: Category.MIGRATE, | ||
| tintColor: "#f3538b", | ||
| icon: Icon.Cloud, | ||
| }, | ||
| { | ||
| title: "Studio", | ||
| category: Category.STUDIO, | ||
| tintColor: "#0d9aff", | ||
| icon: Icon.AppWindowSidebarLeft, | ||
| }, | ||
| ]; |
There was a problem hiding this comment.
| export const prismaSections: Section[] = [ | |
| { | |
| title: "Common", | |
| category: Category.COMMON, | |
| tintColor: "#4757e6", | |
| icon: Icon.Terminal, | |
| }, | |
| { | |
| title: "DB", | |
| category: Category.DB, | |
| tintColor: "#24db67", | |
| icon: Icon.HardDrive, | |
| }, | |
| { | |
| title: "Migrate", | |
| category: Category.MIGRATE, | |
| tintColor: "#f3538b", | |
| icon: Icon.Cloud, | |
| }, | |
| { | |
| title: "Studio", | |
| category: Category.STUDIO, | |
| tintColor: "#0d9aff", | |
| icon: Icon.AppWindowSidebarLeft, | |
| }, | |
| ]; | |
| export const prismaSections: Section[] = [ | |
| { | |
| title: "Common", | |
| category: Category.COMMON, | |
| tintColor: Color.Purple, | |
| icon: Icon.Terminal, | |
| }, | |
| { | |
| title: "DB", | |
| category: Category.DB, | |
| tintColor: Color.Green, | |
| icon: Icon.HardDrive, | |
| }, | |
| { | |
| title: "Migrate", | |
| category: Category.MIGRATE, | |
| tintColor: Color.Magenta, | |
| icon: Icon.Cloud, | |
| }, | |
| { | |
| title: "Studio", | |
| category: Category.STUDIO, | |
| tintColor: Color.Blue, | |
| icon: Icon.AppWindowSidebarLeft, | |
| }, | |
| ]; |
Would this be okay? Since Raycast can be themed it's much better to use variables for colours
There was a problem hiding this comment.
@pernielsentikaer It makes sense. Updated the colors to Raycast theme colors as you suggested.
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 Such a great contribution deserves a reward, but unfortunately we couldn't find your Raycast account based on your GitHub username. |
Description
Quickly search and use Prisma CLI Commands along with command details.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder