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

feat(components): refactor components and remove tailwind prefix #7

Merged
merged 8 commits into from
Jan 23, 2024

Conversation

devjoaov
Copy link
Contributor

No description provided.

Copy link

linear bot commented Jan 22, 2024

CLICK-565

@devjoaov devjoaov self-assigned this Jan 22, 2024
case "boolean":
return (
<Badge variant={value ? "default" : "secondary"}>
{value ? "True" : "False"}
Copy link
Contributor

Choose a reason for hiding this comment

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

😬 this is a bit odd, right? I'd even use emojis ❌ and ✅ instead of True and False strings. I think only technical users would digest that 😅

encType?: string;
method?: "post" | "get";
}) => {
// const csrfToken = ReactOnRails.authenticityToken();
const csrfToken = useRailsApp();
Copy link
Contributor

@ribeirojose ribeirojose Jan 22, 2024

Choose a reason for hiding this comment

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

#would try to not make this mandatory here so that we could use this project in bleu's nextjs projects as well

Copy link
Contributor

@ribeirojose ribeirojose left a comment

Choose a reason for hiding this comment

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

LGTM.

As a note, I don't think we needed a separate task for this as it was part of your other tasks.

Also, I sent 1ff1b4d

@devjoaov devjoaov changed the title Joao/click 565 update bleu UI tailwind configuration feat(components): refactor components and remove tailwind prefix Jan 23, 2024
@devjoaov devjoaov merged commit 9c14986 into main Jan 23, 2024
1 of 2 checks passed
@ribeirojose ribeirojose deleted the joao/click-565-update-bleu-ui-tailwind-configuration branch March 26, 2024 16:52
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