opencode/packages/tui/internal
Matthew Glazar 373e80c8ff fix(tui): don't use path/filepath for embed
EmbedFS uses '/' always for file paths. It does not support '\' even on
Windows. Make sure we don't give EmbedFS a '\' path on Windows. This
lets the TUI find the theme files, avoiding crashes in various parts of
the code that assume a theme exists.
2025-06-24 18:02:38 -04:00
..
app feat: delete sessions (#362) 2025-06-24 11:07:41 -05:00
commands fix(tui): better help on home 2025-06-19 15:56:28 -05:00
completions fix(tui): typeahead open/close perf 2025-06-20 08:20:10 -05:00
components feat: delete sessions (#362) 2025-06-24 11:07:41 -05:00
config rework config 2025-06-18 23:01:19 -04:00
image ignore: fix typos and formatting (#294) 2025-06-22 14:26:46 -04:00
layout fix: overlay border color issues 2025-06-23 11:21:49 -05:00
styles chore(tui): rename theme colors 2025-06-20 13:00:31 -05:00
theme fix(tui): don't use path/filepath for embed 2025-06-24 18:02:38 -04:00
tui feat: delete sessions (#362) 2025-06-24 11:07:41 -05:00
util fix: phantom input bug on wsl (#200) 2025-06-19 20:08:56 -05:00