This isn't specific to Graphene, it's just how the app was designed. I have the same semi-random behavior.
What really bites is when you're in the middle of typing a note, go to your browser to get a link, or copy other info, then return to a loading feed.
This is a defect that removes user data (in the note creation scenario). The places I've worked would consider this a critical "show stopper" defect. Storing your last state locally could solve this, but "local storage" seems to be forbidden for Amethyst devs.
amethyst has drafts which has saved the day for for me before - but it's a fix for its own problem
And your drafts are stored on relays, which I detest, so I have that permission denied via Amber.
local relay. but yea I share the sentiment wrt remote drafts on public relays
I should add support for private drafts.
there sholud be a category of private. DMs are the obvious one. application specific data is another. drafts is a logical extension of this category
Thread collapsed
Thread collapsed
Thread collapsed
Thread collapsed
Thread collapsed