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

[#3053] grid/reset deprecated alert color changed #3130

Conversation

aluarius
Copy link
Contributor

@aluarius aluarius commented Mar 7, 2023

Closes: #3053

Description

  • deprecated color changed to danger.

image

Types of changes

  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

@aluarius aluarius requested a review from m0ksem March 7, 2023 10:08
@aluarius aluarius self-assigned this Mar 7, 2023
@m0ksem
Copy link
Collaborator

m0ksem commented Mar 7, 2023

I would make it solid, but blue.

@aluarius
Copy link
Contributor Author

aluarius commented Mar 7, 2023

image

@@ -9,6 +9,10 @@ const props = defineProps({
color: {
type: String,
default: 'info'
},
outline: {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Always prefer boolean props to be false by default. So it must be solid true. But it is minor.

@aluarius aluarius merged commit fde837d into epicmaxco:develop Mar 7, 2023
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.

For vuesic grid make it more visible it's deprecated
2 participants