feat: placeholder pages, user menu, fuzzy search, and e2e tests (#89)#101
Merged
feat: placeholder pages, user menu, fuzzy search, and e2e tests (#89)#101
Conversation
suesuee
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Developer
Kevin Rutledge
Closes #89
What changed?
Placeholder pages
ComingSoonPagereusable component with icon, title, and description/messages,/events,/settingsroutes usingComingSoonPageUser menu & logout
UserMenudropdown component from top bar (Profile, Account Settings, Sign out)logoutserver action clears auth cookie and redirects to/dev/mock-portalFuzzy search
TopBarSearchProvidercontext (mirrorsTopBarActionContextpattern),useDebouncehook, anduseFuzzySearchhookHomeContentclient wrapper from server componenthome/page.tsxto support searchUI polish
bg-paso-light-brownandpx-2nav paddingbg-paso-light-brown2xlbreakpoint on groups and home pagesMember management bug fix
removeMembersto acceptmemberIdsarray (was usingowneridinstead ofmemberId)E2e tests (76 new tests across 6 files)
user-menu.spec.ts— dropdown items, navigation, close behavior, logout flowsidebar.spec.ts— nav items, aria-current state, responsive visibilitygroups-members.spec.ts— owner checkbox, add/remove members, combined toastsnavigation.spec.ts— logo, sidebar links, back button, layout persistenceauth.spec.ts— unauthenticated route protection, invalid token, back-after-logoutsearch.spec.ts— filter groups, clear restores, empty state, route-change clearHow to test
npm run build— should passnpm test— all 223 unit tests passnpm run devand log in via/dev/mock-portalas admin (100001)/groups— type in search bar, cards filter after 300ms debounce/home— search works there too; navigate away and back — search clearsnpx playwright test— all e2e tests pass (135 passed, 2 skipped)Checklist