summaryrefslogtreecommitdiffstats
path: root/web_src/js/features
Commit message (Expand)AuthorAgeFilesLines
* Migrate font-family to tailwind (#30118)silverwind2024-03-281-1/+1
* Drag-and-drop improvements for projects and issue pins (#29875)silverwind2024-03-282-6/+1
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-1/+0
* 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 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-271-0/+6
* 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
* 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-2511-34/+23
* 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-247-41/+41
* Forbid jQuery `is` and fix issues (#30016)silverwind2024-03-243-6/+6
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-247-9/+9
* 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
* 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 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-221-1/+1
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-2222-62/+62
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-222-2/+2
* Fix: Abnormal strings appear when comments are saved after editing (#29991)HEREYUA2024-03-221-1/+1
* Fix various loading states, remove `.loading` class (#29920)silverwind2024-03-214-11/+13
* Solving the issue of UI disruption when the review is deleted without refresh...HEREYUA2024-03-211-1/+7
* Fix JS error and improve error message styles (#29963)silverwind2024-03-211-0/+2
* Remove jQuery `.attr` from the user search box (#29919)Yarden Shoham2024-03-201-3/+6
* Remove jQuery `.attr` from the archive download and compare page branch selec...Yarden Shoham2024-03-201-4/+4
* Remove jQuery `.attr` from the image diff (#29917)Yarden Shoham2024-03-191-1/+1
* Remove jQuery `.attr` from the quick pull request button text (#29916)Yarden Shoham2024-03-191-1/+1
* Remove jQuery `.attr` from the issue author dropdown (#29915)Yarden Shoham2024-03-191-3/+3
* Forbid jQuery `.css` and refactor all usage (#29852)silverwind2024-03-196-71/+76
* Migrate border and margin classes to Tailwind (#29828)silverwind2024-03-181-1/+1
* Avoid JS error on issue/pr list when logged out (#29854)silverwind2024-03-171-0/+1
* Load citation JS only when needed (#29855)silverwind2024-03-171-19/+26
* Forbid jQuery `.prop` and fix related issues (#29832)silverwind2024-03-165-25/+35
* Forbid HTML injection using jQuery (#29843)Yarden Shoham2024-03-163-7/+8
* Forbid variables containing jQuery collections not having the `$` prefix (#29...Yarden Shoham2024-03-1611-190/+190