mirror of
https://github.com/go-gitea/gitea
synced 2026-02-03 12:20:40 +00:00
- 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>