aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components/RepoActionView.vue
Commit message (Expand)AuthorAgeFilesLines
* Add auto-expanding running actions step (#30058)bytedream19 hours1-2/+50
* Add action auto-scroll (#30057)bytedream39 hours1-4/+37
* Fix incomplete Actions status aggregations (#32859)wxiaoguang7 days1-1/+3
* Detect whether action view branch was deleted (#32764)Lunny Xiao11 days1-1/+2
* Make RepoActionView.vue support `##[group]` (#32770)wxiaoguang14 days1-11/+36
* fix: render job title as commit message (#32748)metiftikci2024-12-081-3/+3
* Refactor RepoActionView.vue, add `::group::` support (#32713)wxiaoguang2024-12-061-100/+111
* Fix overflowing content in action run log (#31842)Adrian Hirt2024-08-161-0/+1
* Convert frontend code to typescript (#31559)silverwind2024-07-071-6/+6
* Add typescript guideline and typescript-specific eslint plugins and fix issue...silverwind2024-07-031-1/+3
* Add initial typescript config and use it for eslint,vitest,playwright (#31186)silverwind2024-06-281-1/+1
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-101-1/+1
* Improve job commit description (#30579)yp053272024-04-261-5/+17
* Fix various overflows on actions view (#30344)silverwind2024-04-151-5/+11
* Action view mobile improvements and fixes (#30309)silverwind2024-04-071-6/+22
* Fix click handler in job-step-summary (#30122)silverwind2024-03-271-1/+1
* Fix alignment in actions right view (#29979)silverwind2024-03-261-3/+2
* Refactor all `.length === 0` patterns in JS (#30045)silverwind2024-03-251-1/+1
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-7/+7
* Dont show expansion for empty actions steps (#29977)silverwind2024-03-241-9/+15
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-3/+3
* fix double border and border-radius on empty action steps (#29845)silverwind2024-03-161-2/+6
* Tweak actions view sticky (#29781)silverwind2024-03-141-1/+1
* Use Get but not Post to get actions artifacts (#29734)Lunny Xiao2024-03-121-2/+2
* Set user's 24h preference from their current OS locale (#29651)silverwind2024-03-081-2/+2
* Tweak actions color and borders (#29640)silverwind2024-03-061-3/+5
* Make actions animation rotate counterclockwisely (#29378)wxiaoguang2024-02-251-1/+1
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-1/+14
* Add missed return to actions view fetch (#27289)silverwind2023-09-271-1/+2
* Add fetch wrappers, ignore network errors in actions view (#26985)silverwind2023-09-111-28/+24
* Reorder blocks in vue SFCs (#26874)silverwind2023-09-021-122/+119
* Add `eslint-plugin-vue-scoped-css` (#26720)silverwind2023-08-251-23/+18
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-13/+2
* Allow text selection in actions step header (#26588)silverwind2023-08-181-1/+0
* Improve clickable area in repo action view page (#26115)yp053272023-08-161-14/+10
* Tweak actions menu (#26278)silverwind2023-08-121-20/+10
* Disable download action logs button when there's no logs (#26114)yp053272023-07-261-1/+1
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-2/+2
* Several fixes for mobile UI (#25634)Denys Konovalov2023-07-041-5/+3
* Actions list enhancements (#25601)silverwind2023-07-041-6/+5
* Add log line anchor for action logs (#25532)HesterG2023-07-031-7/+38
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-0/+5
* Fix rerun icon on action view component (#25531)HesterG2023-06-271-2/+2
* Switch to ansi_up for ansi rendering in actions (#25401)silverwind2023-06-221-46/+2
* Fix fullscreen for action (#25200)HesterG2023-06-121-1/+1
* Button and color enhancements (#24989)silverwind2023-06-091-2/+2
* Add show timestamp/seconds and fullscreen options to action page (#24876)HesterG2023-05-301-21/+196
* Enable `vue/html-closing-bracket-spacing` eslint rule (#24987)silverwind2023-05-291-1/+1
* Improve Actions CSS (#24864)silverwind2023-05-241-20/+43
* Run stylelint on .vue files (#24865)silverwind2023-05-231-7/+7