Dynamic element loading for state changes #379
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
I'd like to replace https://github.com/Nix-Security-WG/nix-security-tracker/issues/321 with this.
As as security member, I want to change states of suggestions (automatic, dismissed, selected) with as little friction as possible. It is going to happen, that in my workflow I will dismissed hundreds of suggestions by clicking on it.
Therefore, the time until the next interaction is possible shouldn't be noticable. Currently, we have a page reload here which takes quite some time.
By not reloading the entire page via POST, but just swapping the suggestion tile with something that makes clear that its state got changed (and maybe even allows for a quick undo of a wrong action) we can make this much more of a pleasure to go through.
Also I think I understand HTMX sufficiently now that it wouldn't be so hard to accomplish this.