aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components
Commit message (Expand)AuthorAgeFilesLines
* Use `overflow-wrap: anywhere` to replace `word-break: break-all` (#34126)wxiaoguang10 hours1-1/+0
* Refactor dropdown ellipsis (#34123)wxiaoguang40 hours1-1/+1
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-152-0/+218
* Use `git diff-tree` for `DiffFileTree` on diff pages (#33514)Alexander McRae2025-02-283-163/+36
* Improve "generate new access token" form (#33730)Guillaume2025-02-271-81/+0
* Always show the "rerun" button for action jobs (#33692)wxiaoguang2025-02-241-9/+3
* Fix typo in HTML attribute (#33599)silverwind2025-02-141-1/+1
* Optimize the dashboard (#32990)Kerwin Bryant2025-02-111-6/+29
* Remove "class-name" from svg icon (#33540)wxiaoguang2025-02-093-18/+18
* Enable Typescript `noImplicitAny` (#33322)silverwind2025-01-2211-69/+98
* Enable Typescript `noImplicitThis` (#33250)silverwind2025-01-1610-153/+116
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-101-1/+1
* add submodule diff links (#33097)Rowan Bohde2025-01-081-1/+9
* Fix bug automerge cannot be chosed when there is only 1 merge style (#33040)Lunny Xiao2024-12-301-1/+1
* Add auto-expanding running actions step (#30058)bytedream2024-12-221-2/+50
* Add action auto-scroll (#30057)bytedream2024-12-212-6/+39
* Enable Typescript `strictFunctionTypes` (#32911)silverwind2024-12-221-3/+2
* Move RepoBranchTagSelector init outside the SFC (#32890)silverwind2024-12-181-45/+30
* Fix various trivial problems (#32861)wxiaoguang2024-12-171-0/+10
* Fix incomplete Actions status aggregations (#32859)wxiaoguang2024-12-162-7/+10
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-121-1/+2
* Add "n commits" link to contributors in contributors graph page (#32799)Chai-Shi2024-12-121-4/+23
* Make RepoActionView.vue support `##[group]` (#32770)wxiaoguang2024-12-101-11/+36
* fix: render job title as commit message (#32748)metiftikci2024-12-081-3/+3
* Fix typescript errors in Vue files, fix regression in "Recent Commits" chart ...silverwind2024-12-085-36/+54
* Refactor RepoActionView.vue, add `::group::` support (#32713)wxiaoguang2024-12-061-100/+111
* Add "View all branches/tags" entry to Branch Selector (#32653)Kerwin Bryant2024-12-021-0/+8
* Refactor RepoBranchTagSelector (#32681)wxiaoguang2024-12-021-206/+175
* Improve diff file tree (#32658)silverwind2024-11-281-2/+6
* Fix some places which doesn't repsect org full name setting (#32243)Lunny Xiao2024-11-181-1/+1
* Remove jQuery import from some files (#32512)wxiaoguang2024-11-152-4/+4
* Fix a number of typescript issues (#32308)silverwind2024-10-311-6/+6
* Fix suggestions for issues (#32380)wxiaoguang2024-10-301-3/+4
* Fix undefined errors on Activity page (#32378)cloudchamb3r2024-10-301-3/+3
* Suggestions for issues (#32327)Anbraten2024-10-291-32/+1
* Migrate vue components to setup (#32329)Anbraten2024-10-2811-710/+686
* Fix checkbox bug on private/archive filter (#32236)cloudchamb3r2024-10-111-3/+3
* Include collaboration repositories on dashboard source/forks/mirrors list (#3...Lunny Xiao2024-09-241-1/+0
* Replace v-html with v-text in search inputbox (#31966)Lunny Xiao2024-09-041-4/+2
* Fix overflowing content in action run log (#31842)Adrian Hirt2024-08-161-0/+1
* fix the component of access token list not mounted (#31824)sillyguodong2024-08-161-13/+0
* bump vue-bar-graph (#31705)techknowlogick2024-08-011-1/+1
* Fix "Filter by commit" Dropdown (#31695)wxiaoguang2024-07-251-45/+47
* Convert frontend code to typescript (#31559)silverwind2024-07-0716-58/+58
* 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-282-23/+1
* Update JS dependencies, remove `eslint-plugin-jquery` (#31402)silverwind2024-06-181-1/+1
* Fix navbar `+` menu flashing on page load (#31281)silverwind2024-06-121-1/+1
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-108-15/+15
* Fix Activity Page Contributors dropdown (#31264)wxiaoguang2024-06-061-11/+10