Skip to content

feat: redesign guest list table and extract filter popover#334

Merged
zaydaanjahangir merged 7 commits intomainfrom
feat/guests-list-refresh
Apr 15, 2026
Merged

feat: redesign guest list table and extract filter popover#334
zaydaanjahangir merged 7 commits intomainfrom
feat/guests-list-refresh

Conversation

@zaydaanjahangir
Copy link
Copy Markdown
Contributor

@zaydaanjahangir zaydaanjahangir commented Apr 14, 2026

Description

PR 1/3 for guests hifis, the duplicate guests showing for having multiple bookings is a backend problem to handle

Screenshot 2026-04-14 at 12 08 29 AM Screenshot 2026-04-14 at 12 08 50 AM

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

❌ Patch coverage is 12.88889% with 196 lines in your changes missing coverage. Please review.
✅ Project coverage is 8.58%. Comparing base (5a8e26a) to head (067043b).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...s/web/src/components/guests/GuestFilterPopover.tsx 0.00% 143 Missing ⚠️
...ents/web/src/components/guests/GuestListHeader.tsx 0.00% 25 Missing ⚠️
.../web/src/components/guests/GuestQuickListTable.tsx 56.86% 22 Missing ⚠️
...ients/web/src/components/guests/GuestSearchBar.tsx 0.00% 6 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##            main    #334      +/-   ##
========================================
- Coverage   9.14%   8.58%   -0.56%     
========================================
  Files        144     146       +2     
  Lines       7581    7748     +167     
  Branches      22      27       +5     
========================================
- Hits         693     665      -28     
- Misses      6872    7066     +194     
- Partials      16      17       +1     
Flag Coverage Δ
backend 14.84% <ø> (ø)
mobile 97.29% <ø> (ø)
web 3.91% <12.88%> (-0.76%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
clients/web/src/routes/_protected/guests.index.tsx 20.00% <ø> (ø)
...ients/web/src/components/guests/GuestSearchBar.tsx 0.00% <0.00%> (ø)
.../web/src/components/guests/GuestQuickListTable.tsx 67.56% <56.86%> (-29.94%) ⬇️
...ents/web/src/components/guests/GuestListHeader.tsx 0.00% <0.00%> (ø)
...s/web/src/components/guests/GuestFilterPopover.tsx 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor Author

@zaydaanjahangir zaydaanjahangir left a comment

Choose a reason for hiding this comment

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

@claude can you review this PR

@zaydaanjahangir zaydaanjahangir marked this pull request as ready for review April 15, 2026 02:43
Dao-Ho
Dao-Ho previously approved these changes Apr 15, 2026
Copy link
Copy Markdown
Contributor

@Dao-Ho Dao-Ho left a comment

Choose a reason for hiding this comment

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

One cmt but is good to merge if not possible

document.removeEventListener("mousedown", handleMouseDown);
document.removeEventListener("keydown", handleKeyDown);
};
}, [open]);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Feels like there's a most modern approach to doing key listens aside from a document get. If not, this is good

Copy link
Copy Markdown
Contributor

@Dao-Ho Dao-Ho left a comment

Choose a reason for hiding this comment

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

LGTM ✅

@zaydaanjahangir zaydaanjahangir merged commit 69d5270 into main Apr 15, 2026
17 checks passed
@zaydaanjahangir zaydaanjahangir deleted the feat/guests-list-refresh branch April 15, 2026 03:19
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