-
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
128 add form input checkbox select #140
Merged
+871
−24
Merged
Changes from 1 commit
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
0e38b9b
feat: add form
damgat 4687b99
feat: add checkbox
damgat 0ea3355
feat: add label
damgat 03bea4c
feat: add placeholder
damgat 7855952
feat: add page form
damgat 231a723
feat: form index fix
damgat 4eb7885
feat: proper export done
damgat 67f8631
style: add forms plugin and styles
damgat e861a0e
style: style bg color text
damgat f812b6b
style: add aside next to form
damgat b24c3ce
feat: add section with img and chart
damgat 329ed52
feat: add hexagon
damgat 9fb9184
style: icons contact
damgat 893735e
feat: add svg icons
damgat 94277fd
style: style section 1 2
damgat cf87dae
style: 2 section
damgat 7462413
style: align element in form layout
damgat 0e7b768
feat: add form events support
damgat ee96bd7
feat: add checkbox logic to form
damgat 8582a09
style: button aside style
damgat a487737
feat: fix logic in checkbox form
damgat decc805
fix: checkbox logic fix
damgat 214ef42
style: style 1 section
damgat 41668a1
feat: yup add and style
damgat 4725d26
feat: r h f update
damgat 7480d7d
style: form input width
damgat 304bc3e
style: card recruit text
damgat ba9a046
feat: add card recruit process component
damgat 07a28c3
feat: add props to card recruit component
damgat a450aa5
style: image join us fix
damgat 551d6d6
feat: move svg graphic to public root
damgat 9061fde
fix: loading img to card recruit
damgat 6970f99
fix: load image
damgat 701f969
feat: add image
damgat 2b95dc7
style: padding form
damgat 9846a28
feat: image loading fix
damgat 44dd043
style: form style fix
damgat 9f98570
feat: fix image bug
damgat 09b3f80
style: style recruit card
damgat 9260853
style: styling mobile view width
damgat 8ad61f0
fix: styling fixes
damgat 5fb55e6
style: section dlaczego warto align text and icons + responive
ErfoJS fd8967f
chore: deleted Test.tsx
ErfoJS e62498f
chore: remove test.tsx from ts.config
ErfoJS 961583f
chore: changed function name from Formular to Rekrutacja
ErfoJS 5909a40
chore: import paths for Koperta and Pinezka are correct now
ErfoJS bf1154f
chore: deleted unnecessary space at SectionWrapper -> className
ErfoJS afb6ef7
chore: deleted unnecessary space
ErfoJS 741ebd1
chore: comment deleetd
ErfoJS 40707ea
chore: more unnecessary spaces deleted
ErfoJS 0308070
chore: unnecessary item-aligns deleted
ErfoJS eef120f
chore: privacyPolicy and rodo rename
ErfoJS e0e4a72
chore: checkboxes values are stored directly in useForm now, onSubmit…
ErfoJS ae8f893
chore: koperta typo
ErfoJS 7a15f8a
chore: przejdz do formularza style corretion
ErfoJS 379558c
chore: code formated correctly
ErfoJS 1c01578
chore: delete unnecessary className
ErfoJS da50a27
chore: formField color formated (upper case)
ErfoJS bac01e8
chore: deleted unused styles and div
ErfoJS d1361f1
chore: imports change
ErfoJS fb3d7e3
chore: imports correction
ErfoJS 2a2614c
feat: add FormInput component and refactoring
ErfoJS f9d8375
chore: register type correction
ErfoJS d48add3
refactor: add FormTextarea component and FormCheckbox component + cod…
ErfoJS 307205d
chore: FormText replaced by FormUsername and FormEmail
ErfoJS 1050f6b
feat: add Username validation
ErfoJS 5f6dd2a
feat: add email validation, red-cross UI, FormUsername refactor
ErfoJS 37a324e
fix: propper styling on FormUsername + refactor FormJoin, FormTextare…
ErfoJS fa2f199
feat: add red cross UI to FormTextarea
ErfoJS 5548398
feat: add red border if checkbox is empty after submition
ErfoJS eb7cf9e
feat: add fields chceck graphic and email red cross / green check ind…
ErfoJS a649c93
refactor: field indicator optimalization
ErfoJS 7ee9e05
refactor: created separate component for FieldStateIndicator
ErfoJS 5bb043d
feat: add FieldStateIndicator to message formField
ErfoJS f34d832
feat: add FieldStateIndicator to username formField
ErfoJS 1c4129a
refactor: changed way of showing errors
ErfoJS a55d61a
fix: form validation
ErfoJS 55bbc23
fix: message fied error message corretion
ErfoJS e736fd4
fix: username content corretion
ErfoJS 105e46e
style: changed cheboxes position
ErfoJS e7340a7
style: add responsive designe for form aside section
ErfoJS 888a1c7
fix: add responsive design to asaide
ErfoJS 6dacbbb
refactor: dlaczego warto section 4 list points insted of 3
ErfoJS 7fc9a2d
style: add zespol image responsive
ErfoJS bff02b1
style: add grey background in proces rekrutacji
ErfoJS f775426
style: text in dlaczego warto correct position
ErfoJS cc03704
style: nasz proces add responsive design
ErfoJS 5af774a
fix: dlaczego warto svg width fix
ErfoJS 28551cb
fix: proper display Nasz proces rekrutacyjny section
ErfoJS 3da9dca
fix: setup space for error message nad indicator element
ErfoJS d6f3732
Merge branch 'main' into 128-add-form-input-checkbox-select
ErfoJS 3814033
fix: margin fix
ErfoJS 0d6aac3
fix: add zod to dependencies
ErfoJS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: proper export done
commit 4eb78858a1e07228d916be72464b941846a54652
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { FormJoin } from './FormJoin'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { SectionWrapper } from '@/components'; | ||
import { FormJoin } from '@/components/FormJoin'; | ||
|
||
export const FormBody = () => ( | ||
<SectionWrapper className="grid items-center justify-center gap-18 overflow-hidden lg:grid-cols-[1fr,min-content]"> | ||
<div className="flex flex-col "> | ||
<FormJoin /> | ||
</div> | ||
</SectionWrapper> | ||
); |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove div and put all styles to SectionWrapper. This grid isn't doing anything probably
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding flex to SectionWrapper will also do nothing in that case