Commit 6a76a03
authored
ENG-984 Add DiscourseContextOverlay support in ResultsTable (#505)
* feat: Add DiscourseContextOverlay support in ResultsTable
- Integrated DiscourseContextOverlay to display context suggestions in ResultRow.
- Updated uid handling for actions to ensure proper functionality.
- Introduced CONTEXT_OVERLAY_SUGGESTION constant for better maintainability in predefined selections.
* refactor: Clean up imports and enhance uid handling in ResultsTable
- Removed unnecessary imports for improved code clarity.
- Simplified uid generation for DiscourseContextOverlay to ensure consistent behavior.
- Updated conditional logic for better readability and maintainability.1 parent e386761 commit 6a76a03
File tree
2 files changed
+22
-8
lines changed- apps/roam/src
- components/results-view
- utils
2 files changed
+22
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
| |||
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
| 22 | + | |
| 23 | + | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
211 | 208 | | |
212 | 209 | | |
213 | 210 | | |
214 | | - | |
| 211 | + | |
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
218 | 215 | | |
219 | 216 | | |
220 | 217 | | |
221 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
222 | 233 | | |
223 | 234 | | |
224 | 235 | | |
| |||
227 | 238 | | |
228 | 239 | | |
229 | 240 | | |
230 | | - | |
| 241 | + | |
231 | 242 | | |
232 | 243 | | |
233 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
| |||
522 | 524 | | |
523 | 525 | | |
524 | 526 | | |
| 527 | + | |
525 | 528 | | |
526 | 529 | | |
527 | 530 | | |
| |||
0 commit comments