this post was submitted on 11 Aug 2023
8 points (100.0% liked)

Photon (moved to lemdro.id)

263 readers
2 users here now

We've moved to lemdro.id:

[email protected]

https://lemdro.id/c/Photon

founded 1 year ago
MODERATORS
 

Haven't done one of these for a while, so I'll list the changes from 0.5.2 to 0.6.5 (skipping hotfixes):

(Major changes will be in bold)

0.6.3/0.6.4

  • Better load times
  • Admin: Add post/comment purging
  • Add default comment sorts

0.6.1

  • UI polish
  • Add option to mark individual inbox items as read

0.6.0

  • improve menus when logged out, fix double login

0.5.9

  • Moderation: Reply to submissions about why they were removed

0.5.6 to 0.5.7

  • Add manual theme switcher
  • Add display name support

0.5.4 to 0.5.5

  • Add keyboard shortcuts to markdown editor
  • Admin: more site config options
  • fix delete data option for bans
  • add hide read posts option
  • UI polish

0.5.2 to 0.5.3

  • Add more placeholders for forms
  • More helpful error messages
  • When going to the post page, autofill community input with last viewed community

If you're worried development slowed down, don't worry. I'm just a lot more busy now and all of your donations have motivated me a lot ❤️

Feature parity with lemmy-ui by 1.0

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

Is there a place with all the keybinds listed for the markdown editor?

[–] [email protected] 1 points 1 year ago (1 children)

Is infinite scrolling (instead of "Load more") on the roadmap? Thanks in advance and keep the great job :)

[–] [email protected] 1 points 1 year ago (1 children)

I can implement that pretty quickly now, but due to the way the API works, "load more" is never necessary. For some reason the query returns literally every comment, and ignores the limit parameter.

[–] [email protected] 1 points 1 year ago (1 children)

Hmm I seen weird haha but how about the list of posts / submissions?

On the comments I get that it's not necessary for now due to your explanation, but I feel that implementing an automatic load or something on the list of posts would be usefully.

[–] [email protected] 1 points 1 year ago

Not easy as of now due to how post pages are loaded