this post was submitted on 04 Sep 2023
3 points (100.0% liked)
Photon
2 readers
8 users here now
The community for the Photon Lemmy client.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In regards to endless scrolling, it is currently difficult to implement right now
So, it is a known feature request, but not a priority ATM.
In regards to resizing the side bars, you can currently resize the left/community bar. In the bottom right corner, there should be a triangle that you can drag to resize the sidebar (within certain limits). The size will be remembered for the current session, but if you refresh, it will be lost (remembering this setting is another feature request being considered).
Thank you for explaining this. If i recall correctly, Alexandrite does provide scrolling, but that might have been built differently, i take it?
As for the resizing, i completely overlooked the triangle, so that was very helpful!
Alexandrite opens posts in a sheet. I really don't want to do it this way, as it will make the initial bundle size explode, and make the codebase a mess.
I will consider it though. SvelteKit makes using pages as components pretty easy.
I'd make it so you can resize from anywhere on the sidebar but there's no easy way to do that without JS. Resizing elements is actually a CSS-native feature, surprisingly.