aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components/RepoActionView.vue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improvements for action detail page (#24718)HesterG2023-05-221-50/+121
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+50
* Fix flash of unstyled content in action view page (#24712)Yarden Shoham2023-05-141-1/+1
* Make the actions control button look like an actual button (#24611)Yarden Shoham2023-05-101-20/+10
* Add a tooltip to the job rerun button (#24617)Yarden Shoham2023-05-101-1/+1
* Attach a tooltip to the action status icon (#24614)Yarden Shoham2023-05-091-2/+12
* Update JS dependencies, add new eslint rules (#24597)silverwind2023-05-091-5/+5
* Attach a tooltip to the action control button (#24595)Yarden Shoham2023-05-081-3/+9
* Do not select line numbers when selecting text from the action run logs (#24594)Yarden Shoham2023-05-081-0/+1
* Add rerun workflow button and refactor to use SVG octicons (#24350)yp053272023-05-011-17/+16
* Add job.duration in web ui (#23963)yp053272023-04-071-2/+4