How about this:
Completely custom pins
How about this:
Completely custom pins
The frontpage is accessible at the logo on the navbar?
Well links are supposed to be just [email protected], but for some reason people keep making it an actual markdown link which is not what you're supposed to do. It's like Reddit's r/community. You dont need a markdown link.
It's how you're supposed to make links. I've tried a lot to fix people's messed up links for them in photon, but it ends up breaking other stuff
fixed ive using rust for a while
The issue is that it's a decently rare action and shouldn't be near sorting, which is used very frequently.
Ah, just feeds of comments? I guess I could do that. I don't know how I'll make it interface well though.
You must login to the weblate to start a new translation.
That's because SSR is enabled. And photon doesn't have access to the Lemmy database completely, so it can't figure out what account you're using until the client fully loads Photon. So what's happening is this:
Server: loads posts with default settings
client starts loading...
Client: takes over server and loads posts client side using the users settings.
This will lead to different posts depending on what sort you use, what location, and if it differs from the server.