summaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Migrate font-family to tailwind (#30118)silverwind2024-03-283-3/+3
* Drag-and-drop improvements for projects and issue pins (#29875)silverwind2024-03-283-8/+18
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-1/+0
* Fix loading spinner on ContextPopup (#30145)silverwind2024-03-271-1/+1
* Fix download buttons on branches page (#30147)silverwind2024-03-271-1/+1
* Remove jQuery class from the common admin functions (#30137)Yarden Shoham2024-03-271-7/+6
* Remove jQuery class from the reaction selector (#30138)Yarden Shoham2024-03-271-1/+1
* Remove jQuery `.attr` from the Fomantic dropdowns (#30114)Yarden Shoham2024-03-271-56/+64
* Remove jQuery `.attr` from the common admin functions (#30115)Yarden Shoham2024-03-271-62/+91
* Remove jQuery from the create/rename branch modals (except Fomantic) (#30109)Yarden Shoham2024-03-271-25/+25
* When the title in the issue has a value, set the text cursor at the end of th...HEREYUA2024-03-272-0/+8
* Fix click handler in job-step-summary (#30122)silverwind2024-03-271-1/+1
* Remove jQuery `.attr` from the Fomantic modal cancel buttons (#30113)Yarden Shoham2024-03-261-1/+3
* Remove jQuery `.attr` from the code comments (#30112)Yarden Shoham2024-03-261-60/+71
* Remove jQuery calls that have no effect on `showElem` and `hideElem` (#30110)Yarden Shoham2024-03-263-22/+22
* Remove jQuery `.attr` from the common issue page functions (#30083)Yarden Shoham2024-03-261-73/+83
* Update JS any PY dependencies, remove workarounds (#30085)silverwind2024-03-261-1/+1
* Fix alignment in actions right view (#29979)silverwind2024-03-261-3/+2
* Remove jQuery `.attr` from the code line range selection (#30077)Yarden Shoham2024-03-251-22/+20
* Refactor all `.length === 0` patterns in JS (#30045)silverwind2024-03-2514-40/+31
* Remove jQuery `.attr` from the reaction selector (#30052)Yarden Shoham2024-03-251-3/+3
* Remove jQuery `.attr` from the ComboMarkdownEditor (#30051)Yarden Shoham2024-03-251-16/+15
* Remove jQuery `.attr` from the label edit exclusive checkbox (#30053)Yarden Shoham2024-03-241-13/+13
* Remove jQuery `.attr` from the repository topic bar (#30050)Yarden Shoham2024-03-251-27/+29
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-2410-48/+48
* Forbid jQuery `is` and fix issues (#30016)silverwind2024-03-244-7/+7
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-2418-54/+54
* Migrate `gap` helpers to tailwind (#30034)silverwind2024-03-242-2/+2
* Dont show expansion for empty actions steps (#29977)silverwind2024-03-241-9/+15
* Various code view improvements (#30014)silverwind2024-03-241-44/+46
* Remove remaining jQuery .css code (#30015)silverwind2024-03-241-44/+45
* Remove jQuery `.attr` from the common global functions (#30023)Yarden Shoham2024-03-231-7/+6
* Migrate font-size helpers to tailwind (#30029)silverwind2024-03-231-1/+1
* Migrate font-weight helpers to tailwind (#30027)silverwind2024-03-231-1/+1
* Remove jQuery from the issue "go to" button (#30028)Yarden Shoham2024-03-231-17/+14
* Remove jQuery `.attr` from the diff page (#30021)Yarden Shoham2024-03-231-10/+13
* Remove jQuery `.attr` from the repository settings (#30018)Yarden Shoham2024-03-231-14/+16
* Remove jQuery `.attr` from the image diff again (#30022)Yarden Shoham2024-03-231-2/+4
* Remove jQuery `.attr` from the branch/tag selector (#30010)Yarden Shoham2024-03-221-1/+1
* Remove jQuery `.attr` from the commit graph (#30006)Yarden Shoham2024-03-221-4/+4
* Remove jQuery from the citation modal (except fomantic) (#30008)Yarden Shoham2024-03-231-19/+21
* Remove jQuery `.attr` from the project page (#30004)Yarden Shoham2024-03-221-4/+4
* Fix incorrect tailwind migration (#30007)silverwind2024-03-228-18/+18
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-2243-109/+109
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-2212-29/+29
* Small refactors in anchors.js (#29947)silverwind2024-03-221-19/+21
* Fix: Abnormal strings appear when comments are saved after editing (#29991)HEREYUA2024-03-221-1/+1
* Fix some pending problems (#29985)wxiaoguang2024-03-221-0/+1
* Fix various loading states, remove `.loading` class (#29920)silverwind2024-03-214-11/+13
* Switch to happy-dom for testing (#29948)silverwind2024-03-211-1/+1