Bug: Inconsistent header styling across Active Downloads, Recently Completed, and Requests tabs #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related Issue: #69 (Requests tab layout alignment)
Priority: Low
Status: Open
Description
After the layout improvements in #69, the card and list styling in the Requests tab now matches the Active Downloads and Recently Completed tabs. However, the tab headers remain visually inconsistent.
Current Inconsistencies:
This makes the interface feel less polished and professional, especially when switching between tabs.
Goal
Make the header styling (title, subtitle, icon, spacing, and typography) consistent across all three tabs:
Suggested Approach
Identify the common header component or styles used in:
.downloads-header.history-header.requests-headerCreate or update a shared header style (e.g.,
.tab-headeror.section-header) that includes:Apply the unified header style to all three tabs.
Impact
Suggested Labels
Kind/EnhancementPriority: LowArea/UIGood First IssueCross-References
This is a low-effort, high-visibility polish task. It would be a good candidate for a quick win in the next minor release.
Resolved in commit
b9c8c0b.