this post was submitted on 06 Aug 2025
16 points (100.0% liked)

Summit

1093 readers
18 users here now

Community to discuss Summit, an open-source Lemmy reader for Android.

App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit

APK: https://github.com/idunnololz/summit-for-lemmy/releases

Source: https://github.com/idunnololz/summit

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 2 years ago
MODERATORS
 

I suggest adding a indicator when the title length is longer than accepted by Lemmy.

The way Jerboa does it:

  • They make the post button gray and make it inactive.
  • They change the color to red.

Inaction:

top 1 comments
sorted by: hot top controversial new old
[–] idunnololz@lemmy.world 2 points 2 days ago

The max length is determined by the server so instead of hard coding a random number on the client I'm going to change the field to show a character count if the counter exceeds 200, but ultimately defer to the server for errors.