@bobfrankston/rmfmail 1.1.182 → 1.1.183
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/client/app.bundle.js +4 -0
- package/client/app.bundle.js.map +2 -2
- package/client/components/message-list.js +4 -0
- package/client/components/message-list.js.map +1 -1
- package/client/components/message-list.ts +1 -0
- package/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-38588 → node_modules.npmglobalize-stash-28880}/.package-lock.json +0 -0
package/client/app.bundle.js
CHANGED
|
@@ -3403,6 +3403,10 @@ function maybeShowFilterEmptyState(body) {
|
|
|
3403
3403
|
continue;
|
|
3404
3404
|
visible++;
|
|
3405
3405
|
}
|
|
3406
|
+
try {
|
|
3407
|
+
logClientEvent("filterEmptyState", { flaggedOnly, priorityOnly, domRows: rows.length, visible, alreadyShown: !!EXISTING });
|
|
3408
|
+
} catch {
|
|
3409
|
+
}
|
|
3406
3410
|
if (visible > 0) {
|
|
3407
3411
|
EXISTING?.remove();
|
|
3408
3412
|
return;
|