Skip to content

Add prisma-cli-commands extension#8564

Merged
raycastbot merged 4 commits intoraycast:mainfrom
rajmasha:ext/prisma-cli-commands
Oct 16, 2023
Merged

Add prisma-cli-commands extension#8564
raycastbot merged 4 commits intoraycast:mainfrom
rajmasha:ext/prisma-cli-commands

Conversation

@rajmasha
Copy link
Contributor

@rajmasha rajmasha commented Sep 25, 2023

Description

Quickly search and use Prisma CLI Commands along with command details.

Screencast

prisma-cli-commands-2

Checklist

@raycastbot raycastbot added the new extension Label for PRs with new extensions label Sep 25, 2023
@raycastbot
Copy link
Collaborator

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.

@raycastbot
Copy link
Collaborator

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 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label Oct 9, 2023
Comment on lines +5 to +30
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,
},
];
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pernielsentikaer It makes sense. Updated the colors to Raycast theme colors as you suggested.

@raycastbot raycastbot removed the status: stalled Stalled due inactivity label Oct 10, 2023
@pernielsentikaer pernielsentikaer self-assigned this Oct 10, 2023
Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

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

Hi 👋

Looks good to me, approved 🔥

@raycastbot raycastbot merged commit 3a3a7db into raycast:main Oct 16, 2023
@raycastbot
Copy link
Collaborator

Published to the Raycast Store:
https://raycast.com/raj_asha/prisma-cli-commands

@raycastbot
Copy link
Collaborator

🎉 🎉 🎉

Such a great contribution deserves a reward, but unfortunately we couldn't find your Raycast account based on your GitHub username.
Please link your GitHub account to your Raycast account to receive your credits and soon be able to exchange them for some swag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new extension Label for PRs with new extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants