Stefan Nenzén stne3960
  • Joined on 2023-01-12
stne3960 pushed to button-component at DMC/studentportalen 2025-12-01 10:47:48 +01:00
617492a87f Merge branch 'main' into button-component
e2a263ee03 Update automatic deployment action (#13)
Compare 2 commits »
stne3960 pushed to main at DMC/studentportalen 2025-12-01 10:45:16 +01:00
e2a263ee03 Update automatic deployment action (#13)
stne3960 2025-12-01 10:45:14 +01:00
stne3960 approved DMC/studentportalen#13 2025-12-01 10:45:13 +01:00
Update automatic deployment action

👍

stne3960 pushed to list_item at DMC/studentportalen 2025-11-30 22:39:56 +01:00
5715b286dc Add example of SearchResultList
be9b621737 Refactor Comboxbox, break out dropdown into it's own component SearchResultList
Compare 2 commits »
stne3960 created pull request DMC/studentportalen#31 2025-11-30 17:55:28 +01:00
List components
stne3960 created branch list_item in DMC/studentportalen 2025-11-30 17:48:30 +01:00
stne3960 pushed to list_item at DMC/studentportalen 2025-11-30 17:48:30 +01:00
4a981d4724 Add examples to ComponentLibrary
1b71fbec60 Create ParticipantPicket component
50801b22bf Create ListCard component
09b2e8ef44 Fix issue where footer was behind combobox
9ac2ef95b0 Create combobox component
Compare 10 commits »
stne3960 created pull request DMC/studentportalen#30 2025-11-30 17:47:50 +01:00
Text input component
stne3960 created branch text_input in DMC/studentportalen 2025-11-30 17:44:41 +01:00
stne3960 pushed to text_input at DMC/studentportalen 2025-11-30 17:44:41 +01:00
bcbf17432b Add TextInput examples to component library
8690658ac8 Create TextInput component
91e7d0f770 Add font family and text styles
Compare 3 commits »
stne3960 created pull request DMC/studentportalen#29 2025-11-30 17:38:57 +01:00
button-component
stne3960 created branch button-component in DMC/studentportalen 2025-11-30 17:36:21 +01:00
stne3960 pushed to button-component at DMC/studentportalen 2025-11-30 17:36:21 +01:00
2b4236550c Add more colors
4b851595fd Add component library page
15b50844cb Create button component
354c923773 Add color and size variables
7bf1c01d10 Use tailwind
Compare 5 commits »
stne3960 commented on issue DMC/studentportalen#16 2025-11-14 16:45:17 +01:00
Design system colors (light/dark mode)

We could add an additional layer. Could you elaborate on what the benefits of that would be?

This code would map directly to the color aliases linked in this issue which also map to the colors…

stne3960 commented on issue DMC/studentportalen#16 2025-11-14 15:40:44 +01:00
Design system colors (light/dark mode)

@jare2473 I think I've found a viable solution to this. By defining the colors to the main css like this

@theme {
  --color-su-primary: #05305D;
  --color-su-base-canvas: #FFFFFF;
 
stne3960 closed issue DMC/studentportalen#14 2025-11-12 10:56:49 +01:00
Test issue
stne3960 opened issue DMC/studentportalen#14 2025-11-12 10:55:26 +01:00
Test issue
stne3960 deleted branch fix-pathitem-bug from DMC/apimposter 2025-11-11 10:59:32 +01:00
stne3960 pushed to main at DMC/apimposter 2025-11-11 10:59:27 +01:00
8aca735f8a Fix PathItem bug (#7)