dwitter-net / dwitter-frontend

Social network for short js demos, frontend for github.com/lionleaf/dwitter
https://beta.dwitter.net
Apache License 2.0
23 stars 13 forks source link

Delete dweets and comments #112

Closed lionleaf closed 2 years ago

lionleaf commented 2 years ago

Delete your own dweets and comments. The delete button replaces the report button on dweets/comments you own yourself. Relies on API change to merge first. Missing extra delete button for mods to be active on all.

Own dweet:

Screen Shot 2021-11-14 at 3 59 10 PM

Other's dweet:

Screen Shot 2021-11-14 at 3 59 05 PM

Own comment:

Screen Shot 2021-11-14 at 3 57 34 PM

Fixes #20

Also fixes #105 as it adds views for deleted dweets:

Screen Shot 2021-11-14 at 2 16 57 PM Screen Shot 2021-11-14 at 2 16 52 PM Screen Shot 2021-11-14 at 2 17 09 PM
sigvef commented 2 years ago

Also, needs rebase.

lionleaf commented 2 years ago

Updated and rebased. Feel free to review/approve but don't merge yet as it relies on API changes coming in a separate PR