New option: Confirm repeats #135

Closed
eris wants to merge 1 commits from eris/pleroma-fe:repeat-confirm into develop
Contributor

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

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
eris added the
Feature
label 2022-08-25 05:36:58 +00:00
eris added 1 commit 2022-08-25 05:36:58 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
cb7c816980
New option: Confirm repeats

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

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

she did indeed - it comes with more options and uses native modals instead of window methods
Author
Contributor

Oh nice. And here I was going to manually write all that last night with the native confirm.

Oh nice. And here I was going to manually write all that last night with the native confirm.
eris closed this pull request 2022-08-26 19:16:06 +00:00
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

Pull request closed

Sign in to join this conversation.
No description provided.