Profile tweaks
Build LinkLog Development Image / development-image (push) Successful in 11s

This commit is contained in:
2026-09-07 15:04:05 +02:00
parent 17c72f89bf
commit 24c4753093
6 changed files with 53 additions and 12 deletions
+6
View File
@@ -1616,4 +1616,10 @@ Implement the same functionality in the firefox plugin
### Assistant outcome
Added the same live character-count warning to the Firefox extension popup: it fetches `/api/public/config` for the limit and the user's `/api/user/plugins/mastodon` post prefix, estimates the assembled Mastodon post length the same way as the New Entry page and backend plugin, and shows a localized `used/limit characters` counter (with an over-limit warning message) that updates on every relevant input and tag toggle. Added the `characterCount`/`characterCountOverLimit` translations to all five locale files (en-US, de, es, fr, nl) and verified all locale JSON files parse and `popup.js` passes a Node syntax check.
### User
Make those colors less outstanding, this should not stand out. In fact, give the box a title :profile and make it collapsable
### Assistant outcome
Made the feed profile summary use the normal subdued link-item colors and converted it to a native collapsible `<details>` section titled `:profile`. Template and stylesheet diagnostics passed.
# Chat Log