Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: custom feed navigation adjustments #4124

Merged
merged 4 commits into from
Jan 31, 2025
Merged

Conversation

capJavert
Copy link
Contributor

@capJavert capJavert commented Jan 29, 2025

Changes

  • custom feeds above network in sidebar
  • always show default feed in the first place
    • on mobile tabs as well
  • show star in sidebar for default feed to differentiate
    • no need for mobile

Events

Did you introduce any new tracking events?

Experiment

Did you introduce any new experiments?

Manual Testing

Caution

Please make sure existing components are not breaking/affected by this PR

Preview domain

https://custom-feed-improvements-1.preview.app.daily.dev

Copy link

vercel bot commented Jan 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
daily-webapp ✅ Ready (Inspect) Visit Preview Jan 31, 2025 7:43am
1 Skipped Deployment
Name Status Preview Updated (UTC)
storybook ⬜️ Ignored (Inspect) Jan 31, 2025 7:43am

Comment on lines +12 to +14
export const useSortedFeeds = ({
edges,
}: UseSortedFeedsProps): UseSortedFeeds => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made this as a hook vs API because on API defaultFeedId is on user so sorting over that would just be complicated and this sounds like something product will change often so this flow is better.

Copy link
Contributor

@rebelchris rebelchris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, non blocking comment on styles

@capJavert capJavert enabled auto-merge (squash) January 31, 2025 07:42
@capJavert capJavert merged commit 3a9c188 into main Jan 31, 2025
10 checks passed
@capJavert capJavert deleted the custom-feed-improvements-1 branch January 31, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants