Skip to content
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

feat: ✨ create summary page #9

Merged
merged 29 commits into from
Dec 23, 2023
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9adcd96
feat: ✨ create summary page
KevinWu098 Dec 10, 2023
70600f1
style: 🎨 restyle meeting componentt
KevinWu098 Dec 11, 2023
0ed6724
feat: ✨ extract GroupList component to lib
KevinWu098 Dec 20, 2023
0fb4c85
feat: ✨ add radiogroup confirmation, styling
KevinWu098 Dec 20, 2023
986ace0
feat: ✨ add tabs
KevinWu098 Dec 20, 2023
27f9f9d
style: 🎨 add border to groups heading
KevinWu098 Dec 20, 2023
3a837c4
style: 🎨 mobile styling for tabs
KevinWu098 Dec 20, 2023
2f80f62
chore: 🔧 add iconify icon set
KevinWu098 Dec 20, 2023
e380bb9
style: 🎨 add icons
KevinWu098 Dec 20, 2023
dc17154
style: 🎨 left-align attendance radio on mobile
KevinWu098 Dec 20, 2023
241703a
refactor: ♻️ meeting to scheduledmeeting
KevinWu098 Dec 20, 2023
c3b395f
style: 🎨 adjust card style
KevinWu098 Dec 20, 2023
01b06a4
feat: ✨ add unscheduled
KevinWu098 Dec 20, 2023
8fe48d6
fix: 🐛 correct timezone
KevinWu098 Dec 20, 2023
28fb1ee
refactor: ♻️ rename profile to summary
KevinWu098 Dec 20, 2023
b9e56ae
style: 🎨 add hover style
KevinWu098 Dec 20, 2023
edb2a60
style: 🎨 slightly restyle groups
KevinWu098 Dec 20, 2023
bd592fc
style: 🎨 meeting cards are more muted in color
KevinWu098 Dec 22, 2023
9fd391d
refactor: ♻️ rename GroupList to GroupsCarousel
KevinWu098 Dec 22, 2023
c7f6975
style: 🎨 extract Groups heading into parent
KevinWu098 Dec 22, 2023
bab6026
style: 🎨 show scrollbar
KevinWu098 Dec 22, 2023
6a82de1
feat: ✨ move meeting link to title
KevinWu098 Dec 22, 2023
4e43d7e
style: 🎨 apply styling changes to unscheduled meetings
KevinWu098 Dec 22, 2023
1fe3afd
refactor: ♻️ extract meeting list components and time utilities
KevinWu098 Dec 22, 2023
ce4bbda
refactor: ♻️ extract types to lib
KevinWu098 Dec 22, 2023
d3c3560
refactor: ♻️ extract data to stores
KevinWu098 Dec 22, 2023
7b14bef
feat: ✨ create helper functions for sorting
KevinWu098 Dec 22, 2023
f252a90
style: 🎨 center radio on small screens
KevinWu098 Dec 22, 2023
3e8be86
style: 🎨 adjust tabs
KevinWu098 Dec 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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