Issue Importance: LOW (P3)
Summary
The status summary bar (StatusSummaryRow.tsx) currently includes a static label מקור עמדות: מאגר הנתונים. This label is redundant and clutters the summary row.
Sub-Issues & Sub-Task Importance Ratings
- [LOW - P3] Component Label Removal:
- In
ui/src/components/StatusSummaryRow.tsx (line 23), remove the line:
<span>מקור עמדות: מאגר הנתונים</span>
- [LOW - P3] CSS Cleanups:
- Clean up any related CSS styles or flex gaps in
ui/src/styles/index.css (.status-row).
Affected Files
ui/src/components/StatusSummaryRow.tsx (line 23)
ui/src/styles/index.css (lines 260-268)
Issue Importance: LOW (P3)
Summary
The status summary bar (
StatusSummaryRow.tsx) currently includes a static labelמקור עמדות: מאגר הנתונים. This label is redundant and clutters the summary row.Sub-Issues & Sub-Task Importance Ratings
ui/src/components/StatusSummaryRow.tsx(line 23), remove the line:ui/src/styles/index.css(.status-row).Affected Files
ui/src/components/StatusSummaryRow.tsx(line 23)ui/src/styles/index.css(lines 260-268)