I've restructured the header metrics layout: Rep Score now displays as a prominent circular indicator with a large border and background color based on the score, Outcome and Next Step are combined in one unified box for better visual grouping, Sentiment remains separate, and tags have been removed from the header and will only appear in the Summary tab below. This creates a much clearer visual hierarchy with the circular score as the hero metric.
Let's modify the Call list view
Now I'll update both files with the requested changes:
I've completely refactored the calls list view with all requested features: simplified filters to only CE Score, Sentiment, Date Range, and Agent Name with streamlined dropdown menu. Added Save Filter functionality with a dialog to name and store filters, which are then accessible from a "Saved Filters" dropdown in the top right. The "Needs Attention" metric is now clickable and applies a CE Score ≤ 2 filter automatically. Added a Reset button with icon next to filters when any filter is active. The table now displays only Day (no time), removed Outcome column, and maintains a clean 6-column layout. All filter logic works together seamlessly.