chore: update how txt pasting ux feels

This commit is contained in:
Brooklyn Nicholson
2026-04-13 14:49:10 -05:00
parent 9db94e8521
commit 77b97b810a
8 changed files with 239 additions and 83 deletions

View File

@@ -88,6 +88,7 @@ export interface PendingPaste {
lineCount: number
mode: PasteMode
text: string
tokenCount: number
}
export interface SlashCatalog {