Unenforced character count in frontend
Build LinkLog Development Image / development-image (push) Successful in 11s

This commit is contained in:
2026-09-06 10:20:25 +02:00
parent 71f4451b34
commit 443aff8323
9 changed files with 114 additions and 13 deletions
+3
View File
@@ -311,6 +311,9 @@ The default selection is 25 with additional choices of 100 and 250 (to be config
If the user uses the filters and/or search in the toolbox then those should limit the entries the server presents, so the filters and search are applied on the server side.
258. Make it so that <nav id=pagination> at the bottom of the page doesn't exceed the page width and is less visually dominant
259. Make sure the CHANGELOG reflects all changes since commit 74b2c400c6
260. Add a skill to maintain the changelog.md
261. In the new-entry form, provide a warning when the total ammount of characters is over LINKLOG_MAX_POST_CHARACTERS=500 (also indicat the number of characters used/500 count). This is to prevent Mastodon posts from failing - so all characters should be counted.
## Future entries