List components #31

Open
stne3960 wants to merge 57 commits from list_item into main

57 Commits

Author SHA1 Message Date
f0ba8fe1a4
Focus state on selected
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 4m18s
2025-12-04 11:39:46 +01:00
1012b0e889
Style Participant picker according to documentation
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m25s
2025-12-03 22:54:37 +01:00
43141d29cf
Use base-ink-max for text input 2025-12-03 13:03:56 +01:00
9e9f386871
Make combobox behavior align better with W3C pattern. Improve focus behavior
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m31s
2025-12-02 23:24:19 +01:00
d1d3330032
Merge branch 'list_item' of gitea.dsv.su.se:DMC/studentportalen into list_item
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m30s
2025-12-02 21:48:45 +01:00
377594d7b7
Add example of SearchResultList 2025-12-02 21:47:37 +01:00
8333607680
Refactor Comboxbox, break out dropdown into it's own component SearchResultList 2025-12-02 21:47:37 +01:00
07f2e0ead7
Add examples to ComponentLibrary 2025-12-02 21:47:37 +01:00
df382965f2
Create ParticipantPicket component 2025-12-02 21:47:36 +01:00
28d506c004
Create ListCard component 2025-12-02 21:47:36 +01:00
614695ab46
Fix issue where footer was behind combobox 2025-12-02 21:47:36 +01:00
29ef47d8fd
Create combobox component 2025-12-02 21:47:36 +01:00
fed638772e
Add combobox example to component library 2025-12-02 21:46:33 +01:00
af74c7070a
Create combobox 2025-12-02 21:46:32 +01:00
57e895ac99
Add focused prop 2025-12-02 21:46:32 +01:00
2f95516606
Add examples of list item to component library 2025-12-02 21:46:32 +01:00
bc2caeca19
Create list item component 2025-12-02 21:46:32 +01:00
2f9dbc08aa
Add no placeholder example
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m35s
2025-12-02 21:44:22 +01:00
24d0db7045
Fix text colors, focus state, outline 2025-12-02 21:43:52 +01:00
91f694b1c3
Fix merge conflict
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m32s
2025-12-02 15:10:23 +01:00
edca5aec6f
Merge branch 'text_input' of gitea.dsv.su.se:DMC/studentportalen into text_input 2025-12-02 15:09:29 +01:00
c640e4b54f
Add TextInput examples to component library 2025-12-02 15:08:22 +01:00
7bfad4d8e8
Create TextInput component 2025-12-02 15:08:22 +01:00
cb74baacee
Add font family and text styles 2025-12-02 15:08:01 +01:00
ed7fb36745
Fix borders and text style, run prettier
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m27s
2025-12-02 14:54:54 +01:00
f37e55f34d
Reconverted fonts
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m30s
2025-12-02 14:09:00 +01:00
69cb86d417
Add text styles
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 5m42s
2025-12-02 14:08:23 +01:00
5f9e62569d
Add correct font
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 4m9s
2025-12-02 13:43:47 +01:00
6a9f8ed9af
Fix cursor, text style and focus 2025-12-02 13:43:06 +01:00
e51115fdfa
Add component library to index, until routing is fixed
All checks were successful
Remove branch deployment from branch.dsv.su.se / cleanup (pull_request) Successful in 5s
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m34s
2025-12-01 13:27:56 +01:00
67f45746ca
Add component library to index, until routing is fixed
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m32s
2025-12-01 13:27:01 +01:00
32376bf9ac
Remove import
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 4m4s
2025-12-01 13:18:07 +01:00
f2a5cd9d26
Add component library to index, until routing is fixed
Some checks failed
Deploy to branch.dsv.su.se / deploy (pull_request) Failing after 33s
2025-12-01 13:16:30 +01:00
035ab0408d
Merge branch 'main' into list_item
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 5m52s
2025-12-01 10:48:33 +01:00
3d93230d9a
Merge branch 'main' into text_input
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m25s
2025-12-01 10:48:11 +01:00
617492a87f
Merge branch 'main' into button-component
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 5m26s
2025-12-01 10:47:32 +01:00
5715b286dc
Add example of SearchResultList
Some checks failed
Deploy to branch.dsv.su.se / deploy (pull_request) Failing after 6s
2025-11-30 22:39:46 +01:00
be9b621737
Refactor Comboxbox, break out dropdown into it's own component SearchResultList 2025-11-30 22:39:22 +01:00
4a981d4724
Add examples to ComponentLibrary
Some checks failed
Deploy to branch.dsv.su.se / deploy (pull_request) Failing after 5s
2025-11-30 15:33:39 +01:00
1b71fbec60
Create ParticipantPicket component 2025-11-30 15:33:18 +01:00
50801b22bf
Create ListCard component 2025-11-30 15:32:13 +01:00
09b2e8ef44
Fix issue where footer was behind combobox 2025-11-30 15:31:50 +01:00
9ac2ef95b0
Create combobox component 2025-11-30 15:31:10 +01:00
5c759fc5dd
Fix issue where input expanded outside of wrapper div 2025-11-30 15:30:07 +01:00
1a3e2440f1
Add combobox example to component library 2025-11-30 14:15:07 +01:00
507e2b2d55
Create combobox 2025-11-30 14:14:34 +01:00
d2a2ab167f
Add focused prop 2025-11-30 14:14:01 +01:00
26395cf4b2
Add examples of list item to component library 2025-11-30 13:31:58 +01:00
1d5fc77fcd
Create list item component 2025-11-30 13:31:38 +01:00
bcbf17432b
Add TextInput examples to component library
Some checks failed
Deploy to branch.dsv.su.se / deploy (pull_request) Failing after 6s
2025-11-30 06:15:24 +01:00
8690658ac8
Create TextInput component 2025-11-30 06:14:35 +01:00
91e7d0f770
Add font family and text styles 2025-11-30 06:13:58 +01:00
2b4236550c
Add more colors
Some checks failed
Deploy to branch.dsv.su.se / deploy (pull_request) Failing after 38s
2025-11-30 03:37:54 +01:00
4b851595fd
Add component library page 2025-11-30 03:32:18 +01:00
15b50844cb
Create button component 2025-11-30 03:29:16 +01:00
354c923773
Add color and size variables 2025-11-30 03:25:00 +01:00
7bf1c01d10
Use tailwind 2025-11-30 03:23:57 +01:00