aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-home.js
Commit message (Expand)AuthorAgeFilesLines
* Convert frontend code to typescript (#31559)silverwind2024-07-071-147/+0
* Add typescript guideline and typescript-specific eslint plugins and fix issue...silverwind2024-07-031-4/+4
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-101-4/+4
* Remove most jQuery function calls from the repository topic box (#30191)Yarden Shoham2024-03-311-61/+25
* Refactor all `.length === 0` patterns in JS (#30045)silverwind2024-03-251-2/+2
* Remove jQuery `.attr` from the repository topic bar (#30050)Yarden Shoham2024-03-251-27/+29
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-1/+1
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-6/+6
* Forbid variables containing jQuery collections not having the `$` prefix (#29...Yarden Shoham2024-03-161-36/+36
* Remove jQuery AJAX from the repo tag edit form (#29526)Yarden Shoham2024-03-021-29/+30
* Fix edit topic UI (#27925)yp053272023-11-061-1/+1
* Fix the topic validation rule and suport dots (#26286)wxiaoguang2023-08-031-1/+1
* Sort repo topic labels by name (#24123)wxiaoguang2023-04-141-2/+3
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit...wxiaoguang2023-03-261-18/+15
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-5/+6
* A minimal change to replace data calls with attr as per guidelines (#19900)André Jaenisch2022-06-061-1/+1
* Replace blue button and label classes with primary (#19763)silverwind2022-05-201-2/+0
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-0/+1
* Add new JS linter rules (#17699)silverwind2021-11-221-3/+5
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-4/+4
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-171-0/+180