aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining typescript issues, enable `tsc` (#32840)silverwind11 days1-1/+0
* Fix a number of typescript errors (#32773)silverwind2024-12-111-4/+7
* Fix duplicate dropdown dividers (#32760)wxiaoguang2024-12-092-0/+136
* Allow cropping an avatar before setting it (#32565)Kerwin Bryant2024-11-281-1/+1
* Fix: passkey login not working anymore (#32623)hiifong2024-11-261-2/+2
* Fix some typescript issues (#32586)silverwind2024-11-2112-43/+48
* Refactor language menu and dom utils (#32450)wxiaoguang2024-11-082-5/+7
* Add some handy markdown editor features (#32400)wxiaoguang2024-11-041-1/+1
* Add types to various low-level functions (#31781)silverwind2024-08-104-31/+39
* Add types to fetch,toast,bootstrap,svg (#31627)silverwind2024-07-252-12/+30
* Convert frontend code to typescript (#31559)silverwind2024-07-0718-21/+21
* Make toast support preventDuplicates (#31501)wxiaoguang2024-06-271-3/+20
* Fix navbar `+` menu flashing on page load (#31281)silverwind2024-06-121-0/+16
* Fix body margin shifting with modals, fix error on project column edit (#30831)silverwind2024-05-031-2/+5
* Improve logout from worker (#30775)wxiaoguang2024-04-301-0/+9
* Rework and fix stopwatch (#30732)silverwind2024-04-301-2/+4
* Remove fomantic dimmer module (#30723)silverwind2024-04-292-0/+31
* Add form field id generation, remove duplicated ids (#30546)silverwind2024-04-184-13/+30
* Replace coloris with vanilla-colorful (#30201)silverwind2024-04-031-3/+4
* Remove most jQuery function calls from the repository topic box (#30191)Yarden Shoham2024-03-311-0/+1
* Fix unclickable checkboxes (#30195)silverwind2024-03-311-4/+13
* Remove jQuery class from the comment context menu (#30179)Yarden Shoham2024-03-301-1/+1
* Remove fomantic checkbox module (#30162)silverwind2024-03-293-46/+16
* Drag-and-drop improvements for projects and issue pins (#29875)silverwind2024-03-281-2/+17
* Remove jQuery `.attr` from the Fomantic dropdowns (#30114)Yarden Shoham2024-03-271-56/+64
* Remove jQuery `.attr` from the Fomantic modal cancel buttons (#30113)Yarden Shoham2024-03-261-1/+3
* Forbid jQuery `is` and fix issues (#30016)silverwind2024-03-241-1/+1
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-221-1/+1
* Forbid HTML injection using jQuery (#29843)Yarden Shoham2024-03-161-1/+3
* Add `<overflow-menu>`, rename webcomponents (#29400)silverwind2024-03-151-8/+6
* Improve a11y document and dropdown item (#29753)wxiaoguang2024-03-132-6/+6
* Set user's 24h preference from their current OS locale (#29651)silverwind2024-03-081-1/+9
* Replace some `gt-` classes with `tw-` (#29570)silverwind2024-03-041-1/+1
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-021-3/+2
* Refactor request function (#29187)silverwind2024-02-161-11/+9
* Avoid showing unnecessary JS errors when there are elements with different or...wxiaoguang2024-02-082-9/+8
* Polyfill SubmitEvent for PaleMoon (#28441)wxiaoguang2023-12-151-1/+1
* Move some JS code from `fomantic.js` to standalone files (#27994)wxiaoguang2023-11-128-93/+100
* Add `Hide/Show all checks` button to commit status check (#26284)yp053272023-11-021-1/+1
* Enable followCursor for language stats bar (#27713)silverwind2023-10-221-1/+3
* Clipboard copy enhancements (#27669)silverwind2023-10-181-0/+5
* Replace ajax with fetch, improve image diff (#27267)silverwind2023-10-111-3/+1
* Improve dropdown's behavior when there is a search input in menu (#27526)wxiaoguang2023-10-092-3/+9
* Use vitest globals (#27102)silverwind2023-09-272-2/+0
* Fix some animation bugs (#27287)wxiaoguang2023-09-271-29/+43
* Fix Fomantic UI dropdown icon bug when there is a search input in menu (#27225)wxiaoguang2023-09-241-0/+3
* Use fetch helpers instead of fetch (#27026)silverwind2023-09-191-10/+17
* Add fetch wrappers, ignore network errors in actions view (#26985)silverwind2023-09-112-0/+49
* Check newly added node type before "attachDirAuto" (#26972)wxiaoguang2023-09-081-1/+1
* Add "dir=auto" for input/textarea elements by default (#26735)wxiaoguang2023-09-071-0/+39