-
Notifications
You must be signed in to change notification settings - Fork 0
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/40 form components #36
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ary/react @testing-library/dom vite-tsconfig-paths @see https://nextjs.org/docs/app/building-your-application/testing/vitest
natemate90
force-pushed
the
feature/40-form-components
branch
3 times, most recently
from
December 30, 2024 14:15
a2a7cc5
to
b6ed2e9
Compare
natemate90
force-pushed
the
feature/40-form-components
branch
from
December 30, 2024 14:16
b6ed2e9
to
ec8366f
Compare
Merged
MauricioKruijer
added a commit
that referenced
this pull request
Jan 3, 2025
* feat: Add color option to CardImage, SectionCardWide components (#31) * feat: Create responsive SectionQuote (#32) * Feature/detail pages (#34) * feat (strapi): media type for icon card * feat (strapi): logo card collection * feat (strapi): add image to event-card * feat (strapi): news (detail) page * feat (strapi): event (detail) page * feat (strapi): category url * feat (strapi): rename resources only display names * feat (strapi): rename solutions page fields * feat (strapi): add components to solutions page * fix (strapi): remove cards from sections props component * fix (strapi): remove unused component * fix (strapi): blog content blocks * feat (strapi): relational components * feat (strapi): SLA components * refactor (strapi): change name to card image * feat (strapi): KPI components * fix (strapi): project card component image * feat (strapi): SLA components * feat (frontend): solutions overview page * fix (frontend): homepage data structure * feat (frontend): solutions detail page * fix (do app platform): build * fix (do app platform): build * Feature/40 form components (#36) * chore: Exec npm i formik yup * chore: WIP Forms * fix: Remove legacy and typo * chore: WIP form components with formik * refactor: Add support for tailwind jit rgb opacity * chore: Add dark mode support for form input * chore: WIP Update styling forms * feat: Add checkbox styling for checkbox * feat: Add correct validation * refactor: Extract locale to hook * chore: npm i vitest --save-dev * chore: Update tailwind * chore: npm audit fix * chore: npm install -D vitest @vitejs/plugin-react jsdom @testing-library/react @testing-library/dom vite-tsconfig-paths @see https://nextjs.org/docs/app/building-your-application/testing/vitest * chore: config vitest * refactor: Add typesafe locales for form props * test: Add unit test for standard-form * chore: Remove unused import * test: Add vitest on pull-requests * chore: Use client for form components * chore: changelog and version --------- Co-authored-by: Nathan Alder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.