diff --git a/artifacts/tx-os/src/locales/ar.json b/artifacts/tx-os/src/locales/ar.json index 9ef68ace..88e5c060 100644 --- a/artifacts/tx-os/src/locales/ar.json +++ b/artifacts/tx-os/src/locales/ar.json @@ -753,7 +753,8 @@ }, "highlight": { "title": "تمييز الاجتماع الحالي", - "hint": "تظليل الاجتماع الذي يقع وقته الآن." + "hint": "تظليل الاجتماع الذي يقع وقته الآن.", + "reset": "إعادة إلى الافتراضي" }, "dragRow": "اسحب لإعادة الترتيب", "editMeetingTitle": "تعديل عنوان الاجتماع", diff --git a/artifacts/tx-os/src/locales/en.json b/artifacts/tx-os/src/locales/en.json index 4a721106..8ceab72e 100644 --- a/artifacts/tx-os/src/locales/en.json +++ b/artifacts/tx-os/src/locales/en.json @@ -706,7 +706,8 @@ }, "highlight": { "title": "Highlight current meeting", - "hint": "Outline the meeting whose time is now." + "hint": "Outline the meeting whose time is now.", + "reset": "Reset to default" }, "dragRow": "Drag to reorder", "editMeetingTitle": "Edit meeting title", diff --git a/artifacts/tx-os/src/pages/executive-meetings.tsx b/artifacts/tx-os/src/pages/executive-meetings.tsx index 9612d2d8..ffe34f22 100644 --- a/artifacts/tx-os/src/pages/executive-meetings.tsx +++ b/artifacts/tx-os/src/pages/executive-meetings.tsx @@ -1274,7 +1274,7 @@ function ColumnsCustomizer({

{t("executiveMeetings.highlight.hint")}

-
+
{HIGHLIGHT_COLOR_SWATCHES.map((c) => { const selected = highlightPrefs.color === c; return ( @@ -1297,6 +1297,16 @@ function ColumnsCustomizer({ /> ); })} +
@@ -1686,9 +1696,10 @@ function MeetingCard({
{showMeeting && ( <> -
- {title} -
+
{meeting.location && (
{meeting.location}