mitgliederverwaltung/test/mv_web
Simon c983c8d5bb feat(member): collect member-overview bulk actions into a single dropdown
The growing row of bulk-action buttons above the member overview is replaced
by one "Aktionen" dropdown holding all four actions (open in email program,
copy addresses, export CSV, export PDF). With no selection the actions operate
on all — or the currently filtered — members; the email-program action is
disabled past a recipient cap, because the browser cannot reliably hand a very
long mailto over to the mail client. The trigger shows the active scope as a
badge: an emphasized count when members are selected, a muted "alle"/"gefiltert"
otherwise.
2026-06-04 16:44:13 +02:00
..
components feat(member): collect member-overview bulk actions into a single dropdown 2026-06-04 16:44:13 +02:00
controllers fix(auth): trigger RP-initiated logout at OIDC provider 2026-06-01 19:59:52 +02:00
helpers feat: add timezone handling 2026-03-13 18:22:12 +01:00
live feat(member-filter): add date filter sections with active-count badge and reset support 2026-05-20 16:32:29 +02:00
member_live feat(member): collect member-overview bulk actions into a single dropdown 2026-06-04 16:44:13 +02:00
plugs Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
user_live fix: failing tests 2026-03-13 19:25:23 +01:00
authorization_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
live_user_auth_test.exs fix(auth): redirect a live-view socket in the user-required guard 2026-06-02 12:19:21 +02:00
locale_test.exs add further locale tests 2025-06-18 23:35:43 +02:00