Commit 7f9defa
feat(timestamped-comments): enable timestamp handling in sidebar (#4275)
* feat(timestamped-comments): feature enabled timesetamp support
* feat(timestamped-comments): updating stories and adding toggle form
* feat(timestamped-comments): fixing flow errors
* feat(timestamped-comments): removing unnecessary prop
* feat(timestamped-comments): removing formatting
* feat(timestamped-comments): removing async modifier
* feat(timestamped-comments): removing unnecssary import
* feat(timestamped-comments): passing down file prop to BaseComment
* feat(metadata-instance-editor): remove ai agent selector split and fi… (#4226)
* feat(metadata-instance-editor): remove ai agent selector split and fix styling
* fix: tests
* fix: tests
* feat: use new box ai agent selector with alignment
* feat(metadata-view): Implement metadata sidepanel (#4230)
* feat(metadata-view): Implement metadata sidepanel
* feat(metadata-view): resolve comments
* feat(metadata-view): resolve comments
* feat(metadata-view): resolve nits
* feat(timestamped-comments): addressing PR feedback
* feat(timestamped-comments): addressing PR comments
* feat(timestamped-comments): addressing PR feedback
* feat(video-annotations): initial commit
* feat(timestamped-commments): reverting annotations related changes
* feat(timestamped-commments): reverting unnecessary properties
* feat(timestamped-comments): adding storybook support updating UI
* feat(timestamped-comments): fixing test failures
* feat(timestamped-comments): fixing styling
* feat(timestamped-comments): adding unit tests
* feat(timestamped-comments): removing text
* feat(timestamped-comments): styling, behavior, test updates
* feat(timestamped-comments): removing unnecessary prop
* feat(timestamped-comments): adding ariaMultiline attribute back
* feat(timestamped-comments): removing unnecessary prop
* feat(timestamped-comments): code cleanup
* feat(timestamped-comments): feature enabled timesetamp support
* feat(timestamped-comments): updating stories and adding toggle form
* feat(timestamped-comments): fixing flow errors
* feat(timestamped-comments): updating from PR comments
* feat(timestamped-comments): removing unnecessary code
* feat(timestamped-comments): reverting tagged mesage formatting
* feat(timestamped-comments): fixes
* feat(timestamped-comments): removing space
* feat(timestamped-comments): restoring yarn.lock file
* feat(timestamped-comments): adding space
* feat(timestamped-comments): fixing space issue from merge
* feat(timestamped-comments): fixing merge issue
* feat(timestamped-comments): adding comments, css changes
* feat(timestamped-comments): fixing flow issues
* feat(timestamped-comments): addressing pr comments adding internationalization
* feat(timestamped-comments): removing unnecssary message
* feat(timestamped-comments): code updates
feat(timestamped-comments): updating code logic
feat(timestamped-comments): refactoring, preventing multiple ts from being prependded
feat(timestamped-comments): initial commit
feat(timestamped-comments): addressing pr comments
feat(timestamped-comments): renaming scss file
feat(timestamped-comments): fixing name
feat(timstamped-comments): addressing PR comments
feat(timestamped-comments): code updates for activity sidebar timestamped comments
feat(timestamped-comments): fixing unit tests
feat(timestamped-comments): fixing unit tests
feat(timestamped-comments): updating timesamp component and unit tests
feat(timestamped-comments): adding scss file
feat(timestamped-comments): adding version support
feat(timestamped-comments): updates for modifying comments with timestamps
feat(timestamped-comments): udpate to handle toggle state when editing
feat(timestamped-comments): fixing flow errors
fix(classification): use AsyncLoad for AppliedByAiClassificationReason (#4274)
* fix(classification): use AsyncLoad for AppliedByAiClassificationReason
* fix(classification): test nits
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
feat(timestamped-comments): removing console log statement
Revert "feat(timestamped-comments): renaming scss file"
This reverts commit 24b962e.
* feat(timestampd-comments): reverting changes
* feat(timestampd-comments): reverting changes
* feat(timestamped-comments): revrting changes
* feat(timestamped-comments): addresing nits from previous commit
* feat(timestamped-comments): moving files, updating timestamp format
* feat(timestamped-comments): changing class names
* feat(timestamped-comments): fixing flow issues
* feat(timestamped-comments): fixing flow error
* feat(timestampd-comment): reworking message timestamp button
* feat(timestamped-comments): adding aria label to button
* feat(timestamped-comments): fixing broken test
* feat(timestamped-comments): removing null check
* feat(timestamped-comments): fixing tests
* feat(timestamped-comments): fixing flow issues
* feat(timestamped-comments): addressing PR comment
* feat(timestamped-comments): addressing pr feedback
* feat(timestamped-comments): addressing PR comments
* feat(timestamped-comments): fixing token import and flow issues
* feat(timestamped-comments): using blueprint tokens for colors
* feat(timestamped-comments): addressing PR comments
* feat(timestamped-comments): scss style change
* feat(timestamped-comments): addressing PR comments
* feat(timestamped-comments): adding comments as pre PR comment
* feat(timestamped-comments): fixed flow error
* feat(timestamped-comments): addressing PR comments
* feat(timestamped-comment): adding data-target-id for observability
* Update src/components/form-elements/draft-js-mention-selector/DraftJSMentionSelector.js
Co-authored-by: Trevor <[email protected]>
* Update src/components/form-elements/draft-js-mention-selector/__tests__/DraftJSMentionSelector.test.js
Co-authored-by: Trevor <[email protected]>
* Update src/utils/__tests__/timestamp.test.js
Co-authored-by: Trevor <[email protected]>
* feat(timestamped-comments): addressing PR comments
* feat(timestamped-comments): replacing create fragment call with jsx
* feat(timestamped-comments): addressing pr feedback
* feat(timestamped-comments): removing test classname
---------
Co-authored-by: jlandisBox <[email protected]>
Co-authored-by: Jerry Jiang <[email protected]>
Co-authored-by: Trevor <[email protected]>1 parent 540a957 commit 7f9defa
File tree
24 files changed
+697
-144
lines changed- i18n
- src
- components/form-elements/draft-js-mention-selector
- __tests__
- elements/content-sidebar/activity-feed
- activity-feed
- comment-form
- comment/__tests__
- common/activity-message
- utils
- __tests__
- utils
- __tests__
24 files changed
+697
-144
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
235 | 237 | | |
236 | 238 | | |
237 | 239 | | |
| |||
Lines changed: 66 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
38 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
120 | 129 | | |
121 | 130 | | |
122 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
123 | 152 | | |
124 | 153 | | |
125 | 154 | | |
| |||
145 | 174 | | |
146 | 175 | | |
147 | 176 | | |
148 | | - | |
| 177 | + | |
149 | 178 | | |
150 | 179 | | |
151 | 180 | | |
| |||
197 | 226 | | |
198 | 227 | | |
199 | 228 | | |
200 | | - | |
| 229 | + | |
201 | 230 | | |
202 | 231 | | |
203 | 232 | | |
204 | 233 | | |
205 | 234 | | |
206 | | - | |
| 235 | + | |
| 236 | + | |
207 | 237 | | |
208 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
209 | 242 | | |
210 | | - | |
| 243 | + | |
211 | 244 | | |
212 | 245 | | |
213 | | - | |
| 246 | + | |
214 | 247 | | |
215 | 248 | | |
216 | 249 | | |
217 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
218 | 253 | | |
219 | 254 | | |
220 | 255 | | |
221 | 256 | | |
222 | 257 | | |
223 | | - | |
| 258 | + | |
224 | 259 | | |
225 | 260 | | |
226 | 261 | | |
| |||
229 | 264 | | |
230 | 265 | | |
231 | 266 | | |
232 | | - | |
| 267 | + | |
233 | 268 | | |
234 | 269 | | |
235 | 270 | | |
| |||
238 | 273 | | |
239 | 274 | | |
240 | 275 | | |
241 | | - | |
| 276 | + | |
242 | 277 | | |
243 | 278 | | |
244 | 279 | | |
| |||
339 | 374 | | |
340 | 375 | | |
341 | 376 | | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
342 | 381 | | |
343 | 382 | | |
344 | 383 | | |
345 | 384 | | |
346 | 385 | | |
347 | 386 | | |
348 | | - | |
349 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
350 | 391 | | |
351 | 392 | | |
352 | 393 | | |
| |||
381 | 422 | | |
382 | 423 | | |
383 | 424 | | |
384 | | - | |
| 425 | + | |
385 | 426 | | |
386 | 427 | | |
387 | 428 | | |
| |||
421 | 462 | | |
422 | 463 | | |
423 | 464 | | |
424 | | - | |
| 465 | + | |
425 | 466 | | |
426 | 467 | | |
427 | 468 | | |
428 | 469 | | |
429 | | - | |
430 | | - | |
| 470 | + | |
431 | 471 | | |
432 | | - | |
433 | | - | |
434 | | - | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
435 | 479 | | |
436 | | - | |
| 480 | + | |
437 | 481 | | |
438 | 482 | | |
439 | 483 | | |
| |||
496 | 540 | | |
497 | 541 | | |
498 | 542 | | |
| 543 | + | |
499 | 544 | | |
500 | 545 | | |
501 | 546 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
Lines changed: 27 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
474 | 476 | | |
475 | 477 | | |
476 | 478 | | |
| |||
483 | 485 | | |
484 | 486 | | |
485 | 487 | | |
486 | | - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
487 | 491 | | |
488 | 492 | | |
489 | | - | |
| 493 | + | |
490 | 494 | | |
491 | 495 | | |
492 | 496 | | |
| |||
496 | 500 | | |
497 | 501 | | |
498 | 502 | | |
499 | | - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
500 | 506 | | |
501 | 507 | | |
502 | 508 | | |
| |||
509 | 515 | | |
510 | 516 | | |
511 | 517 | | |
512 | | - | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
513 | 521 | | |
514 | 522 | | |
515 | 523 | | |
516 | 524 | | |
517 | | - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
518 | 531 | | |
519 | 532 | | |
520 | 533 | | |
| |||
536 | 549 | | |
537 | 550 | | |
538 | 551 | | |
539 | | - | |
| 552 | + | |
540 | 553 | | |
541 | 554 | | |
542 | 555 | | |
543 | 556 | | |
544 | 557 | | |
545 | 558 | | |
546 | 559 | | |
547 | | - | |
| 560 | + | |
548 | 561 | | |
549 | | - | |
| 562 | + | |
550 | 563 | | |
551 | 564 | | |
552 | 565 | | |
| |||
558 | 571 | | |
559 | 572 | | |
560 | 573 | | |
561 | | - | |
| 574 | + | |
562 | 575 | | |
563 | 576 | | |
564 | 577 | | |
| |||
569 | 582 | | |
570 | 583 | | |
571 | 584 | | |
572 | | - | |
| 585 | + | |
573 | 586 | | |
574 | 587 | | |
575 | 588 | | |
| |||
584 | 597 | | |
585 | 598 | | |
586 | 599 | | |
587 | | - | |
| 600 | + | |
| 601 | + | |
588 | 602 | | |
589 | 603 | | |
590 | 604 | | |
| |||
0 commit comments