Commit Graph

6 Commits

Author SHA1 Message Date
0cc15c8d90 fix lint: make bun tsc --noEmit actually pass (was a TS crash + latent errors)
tsconfig used jsx:"preserve"+jsxImportSource, which trips a TS 5.9
internal crash ("Expected sourceFile.imports[0] to be the synthesized JSX
runtime import") so tsc could never run clean. Switch to jsx:"react-jsx"
with the package's real jsx-runtime types, and fix the real errors that
surfaced:
- delete dead src/components/Navigation.tsx (imported ./Tab that doesn't
  exist; the component has no importers)
- PlaybackControls: fix relative path to @/utils/audio-player
- SourceBadge: drop dead module-level typeColor (bare 'theme')
- command palette: bind to the real 'command' keybind (:) instead of the
  never-defined 'command_list' action (palette was unreachable)
- yazi-pane-row test: destroy() must return Promise<void> as typed

Also fold in the package.json lint fix (bun tsc --noEmit) and doc polish.
2026-08-07 18:18:25 -04:00
0bbb327b29 using presets 2026-02-12 09:27:49 -05:00
72000b362d use of selectable 2026-02-11 21:57:17 -05:00
f707594d0c more theme color integration 2026-02-10 15:10:07 -05:00
6053d4d02c keybinds 2026-02-10 01:26:18 -05:00
e239b33042 getting terminal colors working 2026-02-05 13:46:47 -05:00