feat(app): file search

This commit is contained in:
Adam
2026-02-02 09:40:18 -06:00
parent 70cf609ce9
commit 0405b425f5
2 changed files with 467 additions and 3 deletions

View File

@@ -57,6 +57,14 @@ const unsafeCSS = `
background-color: var(--diffs-bg-selection-text);
}
::highlight(opencode-find) {
background-color: rgb(from var(--surface-warning-base) r g b / 0.35);
}
::highlight(opencode-find-current) {
background-color: rgb(from var(--surface-warning-strong) r g b / 0.55);
}
[data-diffs] [data-comment-selected]:not([data-selected-line]) [data-column-content] {
box-shadow: inset 0 0 0 9999px var(--diffs-bg-selection);
}