"Dashboard updates every 7 minutes" is developer-facing language that doesn't add user value. It's also gray-on-white and barely visible.
Recommendation
Remove this text entirely, or replace with a last-refreshed timestamp if needed.
Acceptance Criteria
"Dashboard updates every 7 minutes" text is removed from the dashboard
No developer-facing implementation details visible to the user
Tested on mobile (320px, 768px) and desktop (1920px)
Relates to #162
## Severity: Minor
## Problem
"Dashboard updates every 7 minutes" is developer-facing language that doesn't add user value. It's also gray-on-white and barely visible.
## Recommendation
Remove this text entirely, or replace with a last-refreshed timestamp if needed.
## Acceptance Criteria
- "Dashboard updates every 7 minutes" text is removed from the dashboard
- No developer-facing implementation details visible to the user
- Tested on mobile (320px, 768px) and desktop (1920px)
chore: remove dashboard auto-refresh footer text (refs #178)
Test Criteria
No "Dashboard updates every ..." text visible on the dashboard
Dashboard layout is clean without the footer
Auto-refresh functionality still works (just the text is removed)
Verify on mobile (320px, 768px) and desktop (1920px) viewports
Branch
Work on branch issue-162-ux-design-audit-cleanup (shared with all #162 sub-issues)
## Implementation Plan (from #162 -- Milestone 9)
**Phase**: 4 (Dashboard improvements) | **Priority**: Minor | **Depends on**: None | **Blocks**: None
### Context
The dashboard shows a footer text "Dashboard updates every 2 minutes" which is developer-facing information that users don't need to see.
### Implementation
**1. In `frontend/src/features/dashboard/components/DashboardScreen.tsx`:**
- Delete the footer div at lines ~139-143 containing the "Dashboard updates every 2 minutes" text
- Remove the entire containing element, not just the text
### Files
- `frontend/src/features/dashboard/components/DashboardScreen.tsx`
### Commit Convention
```
chore: remove dashboard auto-refresh footer text (refs #178)
```
### Test Criteria
- No "Dashboard updates every ..." text visible on the dashboard
- Dashboard layout is clean without the footer
- Auto-refresh functionality still works (just the text is removed)
- Verify on mobile (320px, 768px) and desktop (1920px) viewports
### Branch
Work on branch `issue-162-ux-design-audit-cleanup` (shared with all #162 sub-issues)
Removed the "Dashboard updates every 2 minutes" footer div from DashboardScreen.tsx
Confirmed no other instances of this text exist in the frontend
Auto-refresh functionality is untouched (only the visible text was removed)
Verification
TypeScript type-check: PASS
Grep for "updates every" / "auto-refresh": 0 matches remaining
Commit: 0dc273d on branch issue-162-ux-design-audit-cleanup
Verdict: PASS | Next: Continue to next milestone
## Milestone: Implementation Complete
**Phase**: Execution | **Agent**: Developer | **Status**: PASS
### Changes
- Removed the "Dashboard updates every 2 minutes" footer div from `DashboardScreen.tsx`
- Confirmed no other instances of this text exist in the frontend
- Auto-refresh functionality is untouched (only the visible text was removed)
### Verification
- TypeScript type-check: PASS
- Grep for "updates every" / "auto-refresh": 0 matches remaining
- Commit: `0dc273d` on branch `issue-162-ux-design-audit-cleanup`
*Verdict*: PASS | *Next*: Continue to next milestone
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Relates to #162
Severity: Minor
Problem
"Dashboard updates every 7 minutes" is developer-facing language that doesn't add user value. It's also gray-on-white and barely visible.
Recommendation
Remove this text entirely, or replace with a last-refreshed timestamp if needed.
Acceptance Criteria
Implementation Plan (from #162 -- Milestone 9)
Phase: 4 (Dashboard improvements) | Priority: Minor | Depends on: None | Blocks: None
Context
The dashboard shows a footer text "Dashboard updates every 2 minutes" which is developer-facing information that users don't need to see.
Implementation
1. In
frontend/src/features/dashboard/components/DashboardScreen.tsx:Files
frontend/src/features/dashboard/components/DashboardScreen.tsxCommit Convention
Test Criteria
Branch
Work on branch
issue-162-ux-design-audit-cleanup(shared with all #162 sub-issues)Milestone: Implementation Complete
Phase: Execution | Agent: Developer | Status: PASS
Changes
DashboardScreen.tsxVerification
0dc273don branchissue-162-ux-design-audit-cleanupVerdict: PASS | Next: Continue to next milestone