Commit 376e9ae
committed
fix(conversations): Fix TS errors, lint issues, and remove unused drawer files
- Add conversationId to ParamKeys for useParams type safety
- Remove unnecessary non-null assertions in conversationDetail and layout
- Fix Flex justify/align values to use design system tokens
- Fix IconUser to use variant prop instead of removed color prop
- Fix padding token from "none" to "0"
- Delete unused conversationDrawer and useUrlConversationDrawer files
- Remove unused useConversationDrawerQueryState export1 parent 9978f7e commit 376e9ae
File tree
9 files changed
+6
-421
lines changed- static/app
- utils
- views/insights/pages/conversations
- components
- hooks
- utils
9 files changed
+6
-421
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 0 additions & 63 deletions
This file was deleted.
Lines changed: 0 additions & 159 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
Lines changed: 0 additions & 84 deletions
This file was deleted.
0 commit comments