Skip to content

Commit

Permalink
Endre på areal for hver kvadrant (#1)
Browse files Browse the repository at this point in the history
Kort oppsummert:

Fikk ChatGPT til å hjelpe meg med å skrive om quadrant komponenten til å
kunne:
- Endre ratio for hvor mye plass hver dybde har i hver kvadrant.
- Plassere blipsa i midten utover 3 rader, i stedet for 1 som blir for
trang.


Før:
<img width="1670" alt="image"
src="https://github.com/user-attachments/assets/1a303560-313d-4f54-a6c3-1f59ff70a42e">


Etter:
<img width="1922" alt="image"
src="https://github.com/user-attachments/assets/1838b214-21d5-4f68-8707-7b0d6030831b">
  • Loading branch information
brehen authored Nov 19, 2024
1 parent 78c1f13 commit e195388
Show file tree
Hide file tree
Showing 7 changed files with 527 additions and 325 deletions.
3 changes: 2 additions & 1 deletion capra-fagradar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"react-tooltip": "^5.28.0"
"react-tooltip": "^5.28.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@mdx-js/rollup": "^3.0.1",
Expand Down
Loading

0 comments on commit e195388

Please sign in to comment.