Commit Graph

2 Commits (abe743df797c862ec563610470121c71176d892a)

Author SHA1 Message Date
bytedream 6279646ee4
Add auto-expanding running actions step ()
Auto-expands the currently running action step.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
wxiaoguang f7f68e4cc0
Refactor RepoActionView.vue, add `::group::` support ()
1. make it able to "force reload", then the previous pending request
won't block the new request
2. make it support `::group::`
3. add some TS types (but there are still many variables untyped, this
PR is large enough, the remaining types could be added in the future)