Implement bulk functionality to copy email adresses closes #230 #234
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
question
S
UX research
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/230_email_copy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Copy selected members' emails to clipboard in 'First Last ' format
Description of the implemented changes
The changes were:
What has been changed?
Definition of Done
Code Quality
Accessibility
Testing
WIP: Implement bulk functionality to copy email adresses closes #230to Implement bulk functionality to copy email adresses closes #230Great work 👍
@ -56,25 +60,27 @@ defmodule MvWeb.CoreComponents doid={@id}phx-click={JS.push("lv:clear-flash", value: %{key: @kind}) |> hide("##{@id}")}role="alert"I don't know if the phoenix flash messages are accessible out of the box or have sufficient aria labels..but maybe let's have a separate issue for that :D
@ -76,1 +66,3 @@</button>@kind == :error && "alert-error",@kind == :success && "bg-green-500 text-white",@kind == :warning && "bg-blue-100 text-blue-800 border border-blue-300"Nice :)