Files
gitea/web_src
copilot-swe-agent[bot] b79f0346ce Refactor log line processing to separate module
- Move LogLine processing functions (parseLineCommand, shouldHideLine) to web_src/js/render/log.ts
- Move log-related types (LogLine, LogLineCommand) and constants to log.ts
- Move tests to web_src/js/render/log.test.ts
- Remove RepoActionView.test.ts
- Remove ::workflow-command from hidden list (now visible)
- Remove obvious comments

Co-authored-by: silverwind <115237+silverwind@users.noreply.github.com>
2026-02-02 19:14:22 +00:00
..