Feed Density issue #2
Labels
No labels
auth
bug
composer
correctness
database
durability
enhancement
feeds
interactions
notifications
performance
reliability
safety
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
starsetbyte/peregrine#2
Loading…
Reference in a new issue
No description provided.
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?
Summary
The feed density regressed during Phase 6 development. Posts take up more vertical space than they should — padding between elements and body text size both need to come down.
Problem
Comparing before/after screenshots of the home feed:
The previous version nailed the density: compact text, tight spacing, more posts visible per viewport. The current version feels like it's optimizing for "comfortable" at the expense of utility.
Why it matters
This is a power-user app built around scrolling 85K+ post profiles. Density = information per screen = better experience for the core use case. Every pixel of unnecessary padding is a post you can't see without scrolling.
Proposed changes