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

fix: my feed edit feed #4021

Merged
merged 3 commits into from
Dec 23, 2024
Merged

fix: my feed edit feed #4021

merged 3 commits into from
Dec 23, 2024

Conversation

rebelchris
Copy link
Contributor

@rebelchris rebelchris commented Dec 23, 2024

Changes

Ensure we can render my feed as a background for when editing it.
Otherwise return custom feed background as feed.

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://hotfix-my-feed-edit.preview.app.daily.dev

Copy link

vercel bot commented Dec 23, 2024

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

Name Status Preview Updated (UTC)
daily-webapp ✅ Ready (Inspect) Visit Preview Dec 23, 2024 2:00pm
1 Skipped Deployment
Name Status Preview Updated (UTC)
storybook ⬜️ Ignored (Inspect) Dec 23, 2024 2:00pm

@@ -27,7 +30,10 @@ export type MainFeedPageProps = {
isFinder?: boolean;
} & Pick<MainFeedLayoutProps, 'searchChildren'>;

const getFeedName = (path: string): string => {
const getInternalFeedName = (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Renaming because it confused me which one was called for 10 minutes (same as above import)

@rebelchris rebelchris merged commit 015fb2d into main Dec 23, 2024
10 checks passed
@rebelchris rebelchris deleted the hotfix-my-feed-edit branch December 23, 2024 14:01
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