-
Notifications
You must be signed in to change notification settings - Fork 1
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
IS-2728: Combine filterpanel to one #550
Conversation
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.
Burde denne renames? Nå når dette ikke egentlig er et panel? 😊
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.
Godt poeng - enig!
Regner med det er avklart at disse panelene ikke lenger skal være expandable/collapsable? :) Ser ingen grunn til at de trenger være det egentlig. |
/> | ||
</div> | ||
</Ekspanderbartpanel> | ||
<div className="flex flex-col gap-4"> |
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.
Kan evt endre til å bruke VStack
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.
Godt tenkt!
bba0c44
to
39b8f77
Compare
<TextField | ||
size="small" | ||
label={texts.undertittel} | ||
value={filterState.tekstFilter} | ||
onChange={(e) => { |
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.
Snakket med Peter om å fjerne description her? Tenker at nå som vi får søk, så burde det være tydelig at dette ikke er et søk, men et filter. Man kunne beholdt samme description som før, men bare endret teksten fra Søk på navn eller fødselsnummer
-> Filtrer på navn eller fødselsnummer
eller noe sånt?
Hva har blitt lagt til✨🌈
Lagt alle filtrene i oversikten i samme panel for å spare plass og muligens synliggjøre filtermulighetene i morra. Vi måler allerede bruk av hendelsesfilteret, alder og dato i amplitude, så det blir spennende å se om bruken øker.
Screenshots 📸✨