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

docs(VTable): Add description to hover prop #16823

Merged
merged 11 commits into from
Mar 21, 2023
Merged

Conversation

worldpwn
Copy link
Contributor

@worldpwn worldpwn commented Mar 3, 2023

Description

Add a description to hover props in the documentation.

@@ -3,6 +3,6 @@
"fixedHeader": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
"fixedFooter": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
"height": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
"hover": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
"hover": "If hover is true it will add a transition effect to a table's row when the mouse is over it."
Copy link
Member

Choose a reason for hiding this comment

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

I think transition is the wrong word to use here. It should simply say we apply a hover effect, or a different background

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, yes it makes sense. Changed the word in the next commit.

Co-authored-by: Albert Kaaman <albert@kaaman.nu>
@worldpwn worldpwn requested a review from nekosaur March 5, 2023 17:46
@worldpwn
Copy link
Contributor Author

worldpwn commented Mar 5, 2023

@nekosaur the failing tests are not related to my changes and I cannot rerun them

@KaelWD KaelWD added this to the v3.1.x milestone Mar 21, 2023
@KaelWD KaelWD changed the title docs(VTable): Add description to hover props docs(VTable): Add description to hover prop Mar 21, 2023
@KaelWD KaelWD merged commit 7b7ca3c into vuetifyjs:master Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants