-
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
Chore: Bytt ut bruk av familie-form-elements med komponenter fra Aksel #1639
Merged
Merged
Changes from 20 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9de0b72
Bytt ut Grid og Cell som er deprecated med HStack
idaame beaca24
Bytt ut FamilieSelect med Select fra Aksel for feilutbetaling fakta p…
idaame 7e630cf
FamilieInput -> TextField
idaame 179a9db
FamilieSelect -> Select for Opprett Behandling modal
idaame fd40d08
FamilieSelect -> Select for Verge-type
idaame 7b72830
FamilieSelect -> Select for andel som skal tilbakekreves
idaame 81ef990
Erstatt FamilieTilbakeTextArea.tsx med Textarea fra Aksel
idaame 5eb9c1d
FamilieRadioGruppe -> RadioGroup fra Aksel
idaame c496cea
FamilieRadioGruppe -> RadioGroup for den horisontale radiogruppen
idaame 0668f18
FamilieCheckbox -> Checkbox fra Aksel + slett ubrukt styling
idaame 168de4a
Slett familie-form-elements som ikke brukes lenger
idaame 9468f2a
Lag lesevisningsversjon så radiogruppe ikke rendres når den er i read…
idaame 9736177
ikke map om options, men bruk verdi fra feltet direkte for grovt uaks…
idaame ab96a91
ikke vis radiogruppe hvis man ikke kan endre den
idaame 304c0d7
kun vis tekst hvis lesevisning for hendelsesårsak + underårsak
idaame 29c332e
slett linje i test som ikke gir mening lenger når vi har textarea med…
idaame 8c7eed6
ikke bruk readonly fra aksel på radio buttons for totrinnskontroll
idaame 5776cc8
Oppdater test nå som vi viser inputfelter i lesevisning
idaame a15fec5
Oppdater test nå som vi viser inputfelter i lesevisning
idaame ea4c65a
Oppdater skjult legend for totrinnskontroll for å ikke gå i beina på …
idaame f22e0dd
Alltid la verdien til radiogruppen være lik skjemaverdien
idaame fc5a239
Sett verdi på radiogrup for foreldelsesskjema riktig også for lesevis…
idaame edda9d5
Sett riktig verdi på radiogrup ved lesevisning for aktsomhetsvurdering
idaame 27b73b2
Bruk riktig skjema-felt for å vise lesevisning-verdi
idaame 8f62e5f
Bruk skjema-feltet sin verdi også i lesevisning for GradUaktsomhetSkj…
idaame efae649
Bruk skjema-feltet sin verdi også i lesevisning for ReduksjonAvBeløpS…
idaame de38966
Ikke vis label for ReduksjonAvBeløpSkjema.tsx
idaame cdfe342
Rename label på select så test er happy (skal ikke finnes flere eleme…
idaame 78aaaf8
reverter endringer
idaame a069e7b
trekk radio group for å tillegge renter ut i egen komponent
idaame 7bdcbc0
forenkle hva man sender inn som prop for å styre om man viser feilmel…
idaame 8e2b927
skjemafelt -> felt
idaame 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
There are no files selected for viewing
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
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🙌