Skip to content

refactor(feed): rename "Chronological" tab to "Latest"#14414

Merged
dylanjeffers merged 2 commits into
mainfrom
claude/rename-chronological-feed-1UAKU
May 27, 2026
Merged

refactor(feed): rename "Chronological" tab to "Latest"#14414
dylanjeffers merged 2 commits into
mainfrom
claude/rename-chronological-feed-1UAKU

Conversation

@dylanjeffers
Copy link
Copy Markdown
Contributor

Summary

  • Renames the Feed page's "Chronological" tab to "Latest" on web and mobile. "Latest" reads more naturally next to "For You" and matches the convention used by other social/music apps.
  • Renames FeedTab.CHRONOLOGICALFeedTab.LATEST and updates the surrounding doc comments.
  • Migrates the persisted localStorage value ('CHRONOLOGICAL'FeedTab.LATEST) so existing users land on the same tab they had selected.

Unrelated dictionary uses of "chronological" elsewhere in the repo (governance docs, analytics ordering, repost-feed test comments, fan-club section comment) are intentionally left untouched.

Test plan

  • Visit /feed on web → tab pill reads "Latest" next to "For You", switching tabs still drives the lineup
  • Open the Feed screen on mobile → pill reads "Latest", switching tabs still drives the lineup
  • Existing user with localStorage['feed-page:tab'] = 'CHRONOLOGICAL' lands on the Latest tab after this change (one-time migration)
  • New selection persists across reload as 'LATEST'

Generated by Claude Code

"Latest" reads more naturally next to "For You" and matches the convention
used by other social/music apps. Migrates the persisted localStorage value
so existing users land on the same tab they had selected.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 27, 2026

🦋 Changeset detected

Latest commit: b90f0aa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@audius/web Patch
@audius/mobile Patch
@audius/common Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pull-request-size pull-request-size Bot added size/M and removed size/S labels May 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 27, 2026

🌐 Web preview ready

Preview URL: https://audius-web-preview-pr-14414.audius.workers.dev

Unique preview for this PR (deployed from this branch).
Workflow run

@dylanjeffers dylanjeffers merged commit b52d005 into main May 27, 2026
13 checks passed
@dylanjeffers dylanjeffers deleted the claude/rename-chronological-feed-1UAKU branch May 27, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants