feat(ui): restore threshold hint and thin arrow to compression message

This commit is contained in:
Keith Guerin
2026-03-20 12:37:28 -07:00
parent fd8d218911
commit 375afc7199
9 changed files with 128 additions and 20 deletions
@@ -76,8 +76,9 @@ export const compressCommand: SlashCommand = {
isPending: false,
beforePercentage,
afterPercentage,
compressionStatus: compressed.compressionStatus,
compressionStatus: (Number(compressed.compressionStatus) as unknown) as CompressionStatus,
isManual: true,
thresholdPercentage: Math.round(threshold * 100),
},
} as HistoryItemCompression,
Date.now(),