Photon roadmap
Photon roadmap
Here's what I have planned for Photon:
- more consistent UI
- Moderation tools
- Administration tools
- Overhaul as an SPA
- fix the horrible markdown rendering
What would you like to see on Photon?
Photon roadmap
Here's what I have planned for Photon:
What would you like to see on Photon?
Moderation tools would allow me to use this 10x more. Frankly, there are tons of places to improve on the official UI with that even. For example, you could have some sort of setting that, when enabled, not only removes a post but leaves a comment with the reason why (already provided) so users don't have to check the modlog for that when their post is removed.
This is just an example, there are literally dozens of similar small tweaks that could make this the de-facto moderator's choice if that is what you want it to be. Feel free to join the lemdro.id matrix space (https://matrix.to/#/#lemdro.id:matrix.org) if you'd ever like to discuss potential moderation features, there would be no shortage of scope creep!
A couple of things I'd like to see:
I've been working on fixing spoilers but because they aren't part of the official markdown standard it's kinda hard. I'm trying to figure out how to add my own markdown elements in markdown-it.
How would I show all the different sort options without it looking bad? Should I do a drop-down for if you've selected "top"?
Ah, I didn't realize spoiler tags were non- standard.
I agree, drop down from Top sounds like the best option. The same idea could also work for New: show a drop down menu to sort by either New Posts or New Comments.
Photon is quickly turning into my favorite way to browse Lemmy!
You're a far better programmer than I am, and I don't know the codebase well, but could you use some of the code from https://github.com/LemmyNet/lemmy-ui/blob/main/src/shared/markdown.ts and implement it into https://github.com/Xyphyn/photon/blob/main/src/lib/components/markdown/markdown.ts ? The licenses seem compatible, though I don't know how the mix of Svelte and TypeScript of Photon will affect things.
Mod/admin tools are a must for me.
Here is what our community thinks: https://lemmy.zip/post/738986
Lots of positive feedback but some suggestions for you to consider 😊
Hey. Thanks for your work. Photon is fast. I like the design too.
A few things I would like to see would be:
Here's what I've added out of what you've asked:
I've mostly been working on other stuff like moderation tools, but I'll work on the rest tomorrow.
Wow! Awesome work.
You are fast.
You also added the option to remove text bodies from post. Thanks for that. The 3 line text didn't offer much information. We had to open the post anyways to read it.
I'll add those to the roadmap, thanks!
I think I found two bugs:
I don't know if this is a weird request or not, but I often times have to switch between turning Show Read Posts on and off for when I'm scrolling or when I'm looking for something specific, and so I thought maybe some way of turning it on or off without having to go to user settings (like maybe in the dropdown menu) might be useful for weird people like me