reply with features and bug fixes you’d like to see in Philthy, the lemmy fork that runs on this instance. no guarantees I’ll get to any of them soon, but particularly low-hanging fruit and well-liked features can be prioritized.
Fix the bug that you get logged out when refreshing the page sometimes – I’ve noticed this on both Firefox and Safari. The token still exists (at least it’s present in
document.cookie
asjwt
), but for some reason it doesn’t get sent anymore, so Lemmy thinks you’ve been logged out.I’ve actually looked into this already, but didn’t get very far, especially because it doesn’t even happen all the time.
Honestly, just storing it in
localStorage
instead of as a cookie might work …oh yeah, this is a bad one. the
localStorage
idea is a good call.@self @mii I think storing session tokens in
localStorage
is considered unsafe becauselocalStorage
is more open to XSS attacks. The bigger concern, though, is using JWT for session management at all, which is widely considered a bad idea. Here’s one (of many) articles that go into that topic: https://dzone.com/articles/stop-using-jwts-as-session-tokens
here’s one that’ll take a bit more thought:
philthy needs a facility to put in alt-text for images
and a (default on) setting to warn you when you didn’t
this already exists in mastodon, that’s quite good actually (includes Tesseract OCR), might be a guide
I thought you could already do that with the markdown syntax
![alt text](url)
. Or is this one of those GitHub-unique markdown features?ooh I didn’t know that
needs an interface though
also that’s probably not how Mastodon etc do it, and it would be nice if images worked over the fed
Images in comments are tiny and awkward to expand. Please make the images display as hyperlinks so I can centre-click on them to open the image full-sized in a new tab, or do whatever else with it.
double yes and I even know exactly which comment made you post this (because I had the same thought)
oh i’ve thought it for several!