New option: Confirm repeats #135
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#135
Loading…
Reference in a new issue
No description provided.
Delete branch "eris/pleroma-fe:repeat-confirm"
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 didn't feel like this was necessary for favorites since that doesn't generate a whole post -- I find the accidental repeats is the only thing I suffer from, so this adds a popup window asking to confirm if you want to repeat the post
Basically, with this enabled:
-Hit Repeat button
-Popup dialogue says "Repeat this post?"
-If yes, repeat
Applies to "unrepeats" as well
I didn't want to add code still using "retweets" tbh
hm, not sure using window.confirm is the best way to do this, i think tusooa was working on a native way to do it
i'll go poke that and see if it works
she did indeed - it comes with more options and uses native modals instead of window methods
Oh nice. And here I was going to manually write all that last night with the native confirm.
Pull request closed