-
Notifications
You must be signed in to change notification settings - Fork 4
531: Fix mobile topics filter #612
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
base: main
Are you sure you want to change the base?
Conversation
|
Skipped: No reviewable files found. |
Commit Validation FailedThe following commits do not start with the required Notion ID Please rebase and update your commit messages. |
|
|
|
|
|
|
/deploy |
|
The command to deploy to staging for the commit aebf78e has been triggered. View action run |
|
|
|
|
/deploy |
|
The command to deploy to staging for the commit c963a94 has been triggered. View action run |
|
js/src/app/user/[userId]/submissions/_components/TopicFilters/TopicFilterPopover.tsx
Outdated
Show resolved
Hide resolved
|
/ai |
|
/review |
|
/describe |
|
/improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Title531: Fix mobile topics filter PR TypeBug fix, Enhancement Description
Diagram Walkthroughflowchart LR
US["UserSubmissions mobile Filters"] -- "adds" --> TFP["TopicFilterPopover"]
TFP -- "withinPortal = !test" --> Portal["Portal behavior by env"]
TFP -- "open/close handlers" --> Popover["Mantine Popover"]
Popover -- "keepMounted true" --> State["Stable dropdown state"]
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
| ||
| Enhancement |
|
js/src/app/user/[userId]/submissions/_components/TopicFilters/TopicFilterPopover.tsx
Outdated
Show resolved
Hide resolved
js/src/app/user/[userId]/submissions/_components/TopicFilters/TopicFilterPopover.tsx
Show resolved
Hide resolved
js/src/app/user/[userId]/submissions/_components/TopicFilters/TopicFilterPopover.tsx
Show resolved
Hide resolved
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
531
Description of changes
Checklist before review
Screenshots
Dev
Staging