aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-projects.js
Commit message (Expand)AuthorAgeFilesLines
* Fix and rewrite contrast color calculation, fix project-related bugs (#30237)silverwind2024-04-071-40/+21
* Remove jQuery class from the project page (#30183)Yarden Shoham2024-03-301-22/+23
* Drag-and-drop improvements for projects and issue pins (#29875)silverwind2024-03-281-4/+1
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-1/+0
* Remove jQuery `.attr` from the project page (#30004)Yarden Shoham2024-03-221-4/+4
* Forbid jQuery `.css` and refactor all usage (#29852)silverwind2024-03-191-3/+4
* Forbid variables containing jQuery collections not having the `$` prefix (#29...Yarden Shoham2024-03-161-27/+27
* Remove jQuery AJAX from the project page (#29814)Yarden Shoham2024-03-151-68/+60
* Fix duplicate project board when hitting `enter` key (#27746)Nanguan Lin2023-10-231-14/+0
* Refactor project templates (#26448)Denys Konovalov2023-08-121-35/+35
* Import `sortablejs` only once (#25936)silverwind2023-07-171-4/+3
* Always pass 6-digit hex color to monaco (#25780)silverwind2023-07-091-2/+3
* Disable `Create column` button while the column name is empty (#25192)Punit Inani2023-06-131-17/+37
* Add two eslint plugins (#24776)silverwind2023-05-181-1/+1
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-101-2/+3
* Add permission check for moving issue action in project view page (#24589)yp053272023-05-091-1/+1
* Update JS dependencies, add new eslint rules (#24597)silverwind2023-05-091-1/+1
* Refactor delete_modal_actions template and use it for project column related ...Hester Gong2023-04-231-9/+8
* Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)yp053272023-04-201-2/+2
* Add unset default project column (#23531)yp053272023-04-191-11/+22
* Sync the class change of Edit Column Button to JS code (#23400)yp053272023-03-121-26/+22
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-16/+4
* JS refactors (#22227)silverwind2022-12-241-1/+1
* Fixed colour transparency regex matching in project board sorting (#22091) (#...MisterCavespider2022-12-211-1/+1
* Mobile fix for Project view: Add delay to Sortable.js on mobile, to ensure sc...Nathaniel Sabanski2022-12-201-0/+4
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Feature: show issue assignee on project board (#15232)Roger Luo2022-03-091-0/+8
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-181-3/+3
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-0/+2
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-14/+26
* Remove unnecessary `X-Remote` HTTP header in AJAX request (#17932)wxiaoguang2021-12-081-6/+0
* Fix project board bug and improve documents (#17753)wxiaoguang2021-11-221-9/+12
* Add new JS linter rules (#17699)silverwind2021-11-221-43/+40
* Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646)wxiaoguang2021-11-191-2/+4
* Fix some incorrect async functions, improve frontend document. (#17597)wxiaoguang2021-11-121-3/+1
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-0/+194