fix(filters): remove redundant sort options and rename for consistency (closes #140) - #142
Conversation
closes niharika-mente#140) - Drop duplicate/confusing date labels - Standardize labels: Date (Newest First), Date (Oldest First), Popularity (Most Booked), Name (A–Z), Name (Z–A)
|
@arcgod-design is attempting to deploy a commit to the niharika-mente's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe sort dropdown labels now use “Date (Newest First)” and “Date (Oldest First)”. Sorting values and behavior remain unchanged. ChangesSort label cleanup
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Removes redundant/duplicate sort options and renames the remaining ones for consistency.
Changes
Before
After
Verification
The default empty-value option still maps to
date_descvia the API switch statement (app/api/events/route.ts), so the existing "newest events by default" behaviour is preserved.Closes #140
Summary by CodeRabbit