@bobfrankston/rmfmail 1.1.84 → 1.1.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.commitmsg CHANGED
@@ -1,6 +1,12 @@
1
- Viewer Flag button reflects flagged state, like the list star
1
+ Flag star: single named colour token; drop unneeded VS-15 churn
2
2
 
3
- The toolbar Flag button is now ☆ in the default colour when the viewed
4
- message is unflagged and a gold ★ when flagged same glyph + colour
5
- behaviour as the message-list row star. updateFlagButton() runs on
6
- mailx-message-shown and after every toggle (including the error revert).
3
+ v1.1.84 already rendered both flag stars the same gold, so the
4
+ variation-selector / font-variant-emoji changes were revertedthey
5
+ fixed nothing and put invisible characters in source.
6
+
7
+ Instead the gold/amber flag colour is now a documented token,
8
+ --color-flag-star (oklch hue 60), in variables.css. Both the
9
+ message-list row star (.ml-row.flagged .ml-flag) and the viewer toolbar
10
+ Flag button (#btn-flag.flagged) reference it, so they can't drift, and
11
+ the colour is named rather than a duplicated magic number. Star glyphs
12
+ restored to plain literal ★/☆.