Commit 18f3876
feat: restyle and sort meeting cards (#526)
* feat: β¨ resdesign meeting cards + add query
* chore: π§ remove dead hardcoded groups display
* feat: mobile notifs entry point (#464)
* chore: π§ pull notifs into page
* chore: π§ create mobile notif drawer
* chore: π§ hook notifs up into groups and meetings
* chore: π§ hook meetings up to notifs
* chore: π§ add select all / mark as read functions
* chore: π§ use styled components, remove sx
* fix: π only render finished message when no unreads
* chore: π§ only render mark as read when notifs are selected
* fix: π merge conflict typo
* fix: π duplicate groups headers, add indicator for notifs
* fix: π realign headers
* chore: π§ switch from iconbutton to MUI button (remove boxshadow)
* refactor: β»οΈ pull out notif utils/actions
* refactor: β»οΈ use inline sx and use MUIBottomSheet
* style: π¨ buttons
---------
Co-authored-by: Arshia Aravinthan <aravinta@uci.edu>
Co-authored-by: ethancha0 <ethanchao2005@gmail.com>
* fix: π non-admins can now invite members to meetings on desktop (#524)
* fix: π non-admins can now invite members to meetings on desktop
* fix: π verify that user is a meeting member or host before allowing them to invite others
* feat: β¨ hosts can toggle whether members are allowed to invite others to a meeting
* fix: π updated earlier membership check logic for inviting members
* fix: π disable toggle while invite permissions are being updated in the DB
* feat: β¨ revalidatePath, consolidated types
---------
Co-authored-by: ethancha0 <ethanchao2005@gmail.com>
* fix: π inline sx
* fix: π dup name
* fix: π merge typo
* chore: allow filters to update when online between days
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* chore: π§ move functions into utils
---------
Co-authored-by: Arshia Aravinthan <aravinta@uci.edu>
Co-authored-by: ethancha0 <ethanchao2005@gmail.com>
Co-authored-by: Arya Mhaiskar <43621944+amhaiskar0921@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>1 parent f7b217f commit 18f3876
8 files changed
Lines changed: 389 additions & 317 deletions
File tree
- src
- app/summary
- components
- summary
- ui
- lib
- meeting-card
- meetings
- server/data/meeting
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 49 | + | |
57 | 50 | | |
58 | 51 | | |
59 | 52 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
| 65 | + | |
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
| |||
67 | 77 | | |
68 | 78 | | |
69 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
70 | 83 | | |
71 | 84 | | |
72 | 85 | | |
73 | 86 | | |
74 | 87 | | |
75 | 88 | | |
76 | 89 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 90 | | |
115 | 91 | | |
116 | 92 | | |
| |||
121 | 97 | | |
122 | 98 | | |
123 | 99 | | |
124 | | - | |
| 100 | + | |
125 | 101 | | |
126 | 102 | | |
127 | 103 | | |
| |||
137 | 113 | | |
138 | 114 | | |
139 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
140 | 124 | | |
141 | 125 | | |
142 | | - | |
143 | | - | |
144 | | - | |
| 126 | + | |
| 127 | + | |
145 | 128 | | |
146 | 129 | | |
147 | | - | |
| 130 | + | |
148 | 131 | | |
149 | 132 | | |
150 | | - | |
| 133 | + | |
151 | 134 | | |
152 | 135 | | |
153 | 136 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 137 | + | |
| 138 | + | |
158 | 139 | | |
159 | | - | |
| 140 | + | |
160 | 141 | | |
161 | | - | |
| 142 | + | |
162 | 143 | | |
163 | 144 | | |
164 | | - | |
165 | | - | |
| 145 | + | |
| 146 | + | |
166 | 147 | | |
167 | 148 | | |
168 | 149 | | |
| |||
209 | 190 | | |
210 | 191 | | |
211 | 192 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
| 193 | + | |
239 | 194 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
262 | 206 | | |
263 | 207 | | |
264 | 208 | | |
265 | | - | |
266 | 209 | | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
| 210 | + | |
| 211 | + | |
276 | 212 | | |
277 | 213 | | |
278 | 214 | | |
279 | 215 | | |
280 | 216 | | |
281 | 217 | | |
| 218 | + | |
282 | 219 | | |
283 | 220 | | |
284 | 221 | | |
| |||
341 | 278 | | |
342 | 279 | | |
343 | 280 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
363 | 290 | | |
364 | 291 | | |
365 | 292 | | |
| |||
0 commit comments