Skip to content

Commit

Permalink
feat: ✨ create summary page (#9)
Browse files Browse the repository at this point in the history
* feat: ✨ create summary page

* style: 🎨 restyle meeting componentt

* feat: ✨ extract GroupList component to lib

* feat: ✨ add radiogroup confirmation, styling

* feat: ✨ add tabs

* style: 🎨 add border to groups heading

* style: 🎨 mobile styling for tabs

* chore: 🔧 add iconify icon set

* style: 🎨 add icons

* style: 🎨 left-align attendance radio on mobile

* refactor: ♻️ meeting to scheduledmeeting

* style: 🎨 adjust card style

* feat: ✨ add unscheduled

* fix: 🐛 correct timezone

* refactor: ♻️ rename profile to summary

* style: 🎨 add hover style

* style: 🎨 slightly restyle groups

* style: 🎨 meeting cards are more muted in color

* refactor: ♻️ rename GroupList to GroupsCarousel

* style: 🎨 extract Groups heading into parent

* style: 🎨 show scrollbar

* feat: ✨ move meeting link to title

* style: 🎨 apply styling changes to unscheduled meetings

* refactor: ♻️ extract meeting list components and time utilities

* refactor: ♻️ extract types to lib

* refactor: ♻️ extract data to stores

* feat: ✨ create helper functions for sorting

* style: 🎨 center radio on small screens

* style: 🎨 adjust tabs
  • Loading branch information
KevinWu098 authored Dec 23, 2023
1 parent d62a4d7 commit 3c35cfc
Show file tree
Hide file tree
Showing 11 changed files with 551 additions and 60 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
"test:unit": "vitest"
},
"dependencies": {
"@iconify/json": "^2.2.160",
"@lucia-auth/adapter-prisma": "3.0.2",
"@prisma/client": "5.6.0",
"lucia": "2.7.4"
"lucia": "2.7.4",
"unplugin-icons": "^0.18.1"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
Expand Down
Loading

0 comments on commit 3c35cfc

Please sign in to comment.