Post drafting #282
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#282
Loading…
Reference in a new issue
No description provided.
Delete branch "solidsanek/pleroma-fe:drafts"
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?
If I ever write another lengthy reply and accidentally close the reply button only to lose what I wrote I will go insane. It works similarly to Misskey's draft feature that I also explained a bit here #281
What it does:
What could be improved:
What doesn't work:
heyyyy that's pretty cool - we can figure out the poll stuff later
for an initial pass this is good, thanks a lot!
i'll add to "future improvements", maybe a time-to-delete? otherwise we might end up slowly eating up localstorage 🙃 but hey not like posts are big
If the server is broken and cant save the image to disk then empty file objects are put in local storage (
"files":[{},{},{},{}]
) which bricks the FE after reloading.I've also had it happen when the server was fine, maybe network interruption but I don't know how to reproduce. Rare but happened a few times over the year, also on iPhone where it is hard to clear the local storage.
FE needs to handle missing properties in file objects