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

feature/update-label #282

Merged
merged 4 commits into from
Jul 31, 2020
Merged

feature/update-label #282

merged 4 commits into from
Jul 31, 2020

Conversation

zuzannaszymanda
Copy link

No description provided.

@vercel
Copy link

vercel bot commented Jul 3, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/snowdog/alpaca-ui/h0guqc8z0
✅ Preview: https://alpaca-ui-git-feature-update-label.snowdog1.vercel.app

@zuzannaszymanda zuzannaszymanda changed the title update label Feature/update-label Jul 3, 2020
@zuzannaszymanda zuzannaszymanda changed the title Feature/update-label WIP: Feature/update-label Jul 3, 2020
@szafran89
Copy link
Contributor

Please check unit test issue

@@ -0,0 +1,15 @@

Copy link
Contributor

Choose a reason for hiding this comment

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

remove this empty line. I will add some lint for this file

@@ -2,7 +2,7 @@
export default {
props: {
/**
* Label tag
* To use another tag instead of 'label'
*/
tag: {
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO custom tag is unnecessary, WDYT is there any use case for custom tag?

Copy link
Author

Choose a reason for hiding this comment

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

not really, I'll change component to label

@@ -10,4 +10,4 @@ export default {
}
</script>

<style lang="scss" src="./Label.scss" />
<style lang="css" src="./Label.css" />
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove lang attr

@apply block;
@apply mb-1;
@apply text-gray-600 font-normal text-base font-sans leading-relaxed;
@apply transition-none;
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm.. do we need this line?

@zuzannaszymanda zuzannaszymanda merged commit 56f1e5c into feature/update Jul 31, 2020
@zuzannaszymanda zuzannaszymanda deleted the feature/update-label branch March 26, 2021 12:55
@ofrankowska ofrankowska linked an issue Jul 16, 2021 that may be closed by this pull request
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.

2 participants