-
- {buildName(thread.resolved_by_user)}
-
+
{formatTimeBasedOnYear(thread.resolved_at)}
diff --git a/services/web/frontend/js/features/review-panel-new/context/changes-users-context.tsx b/services/web/frontend/js/features/review-panel-new/context/changes-users-context.tsx
index e755f77aec..780f15d520 100644
--- a/services/web/frontend/js/features/review-panel-new/context/changes-users-context.tsx
+++ b/services/web/frontend/js/features/review-panel-new/context/changes-users-context.tsx
@@ -10,7 +10,7 @@ import { getJSON } from '@/infrastructure/fetch-json'
import { useProjectContext } from '@/shared/context/project-context'
import { UserId } from '../../../../../types/user'
-type ChangesUser = {
+export type ChangesUser = {
id: UserId
email: string
first_name?: string
diff --git a/services/web/frontend/stylesheets/app/editor/review-panel-new.less b/services/web/frontend/stylesheets/app/editor/review-panel-new.less
index 150d14e55a..57b4549d77 100644
--- a/services/web/frontend/stylesheets/app/editor/review-panel-new.less
+++ b/services/web/frontend/stylesheets/app/editor/review-panel-new.less
@@ -68,7 +68,7 @@
justify-content: space-between;
.review-panel-entry-user {
- color: @blue;
+ color: @content-primary;
font-size: 110%;
}
@@ -101,6 +101,14 @@
}
}
+ .review-panel-entry-user-color-badge {
+ display: inline-block;
+ width: @spacing-04;
+ height: @spacing-04;
+ margin-right: @spacing-02;
+ border-radius: @border-radius-small;
+ }
+
.review-panel-change-body {
display: flex;
align-items: flex-start;
diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss
index 66e86adb1c..279407c2bb 100644
--- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss
+++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss
@@ -74,7 +74,7 @@
margin-bottom: var(--spacing-01);
.review-panel-entry-user {
- color: var(--bg-info-01);
+ color: $content-primary;
font-size: 110%;
}
@@ -112,6 +112,14 @@
}
}
+ .review-panel-entry-user-color-badge {
+ display: inline-block;
+ width: $spacing-04;
+ height: $spacing-04;
+ margin-right: $spacing-02;
+ border-radius: 2px;
+ }
+
.review-panel-change-body {
display: flex;
align-items: flex-start;