open-code-review/internal/viewer
Abdul Moiz Hussain 071debe624
Some checks are pending
CI / test (push) Waiting to run
CI / cross-compile (amd64, darwin) (push) Waiting to run
CI / cross-compile (amd64, windows) (push) Waiting to run
CI / cross-compile (arm64, windows) (push) Waiting to run
CI / cross-compile (arm64, darwin) (push) Waiting to run
CI / cross-compile (arm64, linux) (push) Waiting to run
CodeQL Advanced / Analyze (go) (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
feat(viewer): add review comment tag filters (#779)
* feat(viewer): add review comment tag filters

* fix(viewer): normalize filter chip state values

Use the same empty-string fallback when updating filter-chip active state as
when handling clicks, preventing filters without a value attribute from
appearing inactive after selection.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(viewer): improve comment tag filter controls

* fix(viewer): support combined comment filters

* fix(viewer): simplify active filter chip ring

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-10 23:45:51 +08:00
..
static feat(viewer): add review comment tag filters (#779) 2026-08-10 23:45:51 +08:00
templates feat(viewer): add review comment tag filters (#779) 2026-08-10 23:45:51 +08:00
handler.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
handler_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
hostguard.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
hostguard_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
securityheaders.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
securityheaders_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
server.go feat(viewer): add review comment tag filters (#779) 2026-08-10 23:45:51 +08:00
server_extra_test.go fix(viewer): externalize repos page inline script to comply with CSP (#758) 2026-08-07 11:35:17 +08:00
server_startserver_test.go feat(viewer): add review comment tag filters (#779) 2026-08-10 23:45:51 +08:00
server_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
store.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
store_load_test.go test: raise statement coverage to 90% and enforce it in CI (#747) 2026-08-06 12:55:44 +08:00
store_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00