@bobfrankston/rmfmail 1.2.65 → 1.2.66
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.
|
@@ -650,6 +650,11 @@ button.tb-menu-item { background: none; border: none; color: inherit; width: 100
|
|
|
650
650
|
.message-list.no-empty-stars .ml-row:not(.flagged) .ml-flag { opacity: 0; }
|
|
651
651
|
.message-list.no-empty-stars .ml-row:not(.flagged):hover .ml-flag { opacity: 1; }
|
|
652
652
|
.flagged-only .ml-row:not(.flagged) { display: none; }
|
|
653
|
+
/* Flagged-only filter active → wash the whole list in the flag colour so the
|
|
654
|
+
active filter is unmistakable at a glance, instead of relying on the search
|
|
655
|
+
★ button's thin active underline (Bob 2026-06-26). Rows are transparent, so
|
|
656
|
+
the tint shows through; flagged rows' own 8% tint layers on top. */
|
|
657
|
+
#ml-body.flagged-only { background-color: color-mix(in oklch, var(--color-flag-star) 16%, transparent); }
|
|
653
658
|
/* Flagged row star: gold/amber (--color-flag-star, oklch hue 60) — the
|
|
654
659
|
same colour as the viewer toolbar Flag button (#btn-flag.flagged). */
|
|
655
660
|
.ml-row.flagged .ml-flag { color: var(--color-flag-star); }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/rmfmail",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.66",
|
|
4
4
|
"description": "Local-first email client with IMAP sync and standalone native app",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "bin/mailx.js",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@bobfrankston/iflow-direct": "^0.1.55",
|
|
40
40
|
"@bobfrankston/mailx-host": "^0.1.13",
|
|
41
|
-
"@bobfrankston/mailx-imap": "^0.1.
|
|
41
|
+
"@bobfrankston/mailx-imap": "^0.1.108",
|
|
42
42
|
"@bobfrankston/mailx-store-web": "^0.1.30",
|
|
43
43
|
"@bobfrankston/mailx-sync": "^0.1.23",
|
|
44
44
|
"@bobfrankston/miscinfo": "^1.0.13",
|
|
45
45
|
"@bobfrankston/msger": "^0.1.387",
|
|
46
46
|
"@bobfrankston/node-tcp-transport": "^0.1.10",
|
|
47
47
|
"@bobfrankston/oauthsupport": "^1.0.33",
|
|
48
|
-
"@bobfrankston/rmf-tiny": "^0.1.
|
|
48
|
+
"@bobfrankston/rmf-tiny": "^0.1.35",
|
|
49
49
|
"@bobfrankston/smtp-direct": "^0.1.9",
|
|
50
50
|
"@bobfrankston/tcp-transport": "^0.1.7",
|
|
51
51
|
"@capacitor/android": "^8.3.0",
|
|
@@ -118,14 +118,14 @@
|
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@bobfrankston/iflow-direct": "^0.1.55",
|
|
120
120
|
"@bobfrankston/mailx-host": "^0.1.13",
|
|
121
|
-
"@bobfrankston/mailx-imap": "^0.1.
|
|
121
|
+
"@bobfrankston/mailx-imap": "^0.1.108",
|
|
122
122
|
"@bobfrankston/mailx-store-web": "^0.1.30",
|
|
123
123
|
"@bobfrankston/mailx-sync": "^0.1.23",
|
|
124
124
|
"@bobfrankston/miscinfo": "^1.0.13",
|
|
125
125
|
"@bobfrankston/msger": "^0.1.387",
|
|
126
126
|
"@bobfrankston/node-tcp-transport": "^0.1.10",
|
|
127
127
|
"@bobfrankston/oauthsupport": "^1.0.33",
|
|
128
|
-
"@bobfrankston/rmf-tiny": "^0.1.
|
|
128
|
+
"@bobfrankston/rmf-tiny": "^0.1.35",
|
|
129
129
|
"@bobfrankston/smtp-direct": "^0.1.9",
|
|
130
130
|
"@bobfrankston/tcp-transport": "^0.1.7",
|
|
131
131
|
"@capacitor/android": "^8.3.0",
|