You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace Member.all with TomSelect in meeting invitations
- Replace Chosen.js dropdown with TomSelect for member lookup
- Load members dynamically via /admin/members/search endpoint
- Add select_from_tom_select helper for Capybara tests
- Update tests for remote data loading
- Exclude #meeting_invitations_member from Chosen.js initialization
Reuses /admin/members/search endpoint from PR #2562.
Fixes performance issue loading 28k+ members on every page render.
0 commit comments