Character count in firefox plugin
Build LinkLog Development Image / development-image (push) Successful in 8s

This commit is contained in:
2026-09-06 10:48:07 +02:00
parent 443aff8323
commit 0e04c583a6
13 changed files with 141 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@
* The feed now loads a user-selectable number of entries per page (default 25, configurable via `LINKLOG_FRONTEND_LOADPOSTS`) with Previous/Next and numbered page navigation
* Moved tag/user filtering, search, and sorting to the backend, so the feed API returns only the matching, paginated results
* The New Entry page shows a live character count and warns when the assembled post would exceed the configurable `LINKLOG_MAX_POST_CHARACTERS` limit (default 500), to help avoid failed Mastodon posts
* The Firefox extension popup now shows the same live character count and over-limit warning as the New Entry page (version 0.3.0)
### Fixed
* Restored tag and user filtering on the feed: the decorative header arc no longer intercepts clicks on the filter dropdowns