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
+8
View File
@@ -298,6 +298,10 @@ Where date format is like: 2026 August 29 - 21:10
## 2026-09-05
254. In firefox the search input field is wider (at 180px) then labe search control (at 135.5px)
## 2026-09-07
255. Change bg color and slightly decrease the font for 'html body main.container section.link-item.profile-summary' so that it stands out
255. In the toolbar switch the search and tag filter's location
## 2026-09-06
@@ -316,6 +320,10 @@ If the user uses the filters and/or search in the toolbox then those should limi
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.
262. Implement the same functionality in the firefox plugin
## 2026-09-07
Make those colors less outstanding, this should not stand out. In fact, give the box a title :profile and make it collapsable
## Future entries
Append each new user prompt here with its date and preserve the chronological order.