feat: instant package removal #423
No reviewers
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#423
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "instant-package-removal"
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?
Depends on #422 as I refactored some stuff there.
Closes #411
Draft until #422 is sorted out
Doesn't this disable the scriptless workflow?
Yeah thats right. From the commit message:
Why not just remove the element when scripting is enabled?
I spent some time trying to do that in htmx, but didn't figure out how. Would be cool if htmx had some init event that can be used for
hx-on
.For now I included one line of JS code in the
base.html
file.Works, but given the number of conditionals it's time for factoring out the dynamics, as discussed, before moving on with new features in that code.
I also had a look into that, but the classic seems to be the only reasonable thing.