aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor toast module (#26677)wxiaoguang2023-08-232-17/+12
* Remove fomantic transition module (#26469)silverwind2023-08-161-0/+37
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-1/+1
* Import `sortablejs` only once (#25936)silverwind2023-07-171-0/+4
* Make "cancel" buttons have proper type in modal forms (#25618)wxiaoguang2023-07-032-0/+28
* Add toasts to UI (#25449)silverwind2023-06-272-0/+77
* Improve wiki sidebar and TOC (#25460)wxiaoguang2023-06-231-0/+2
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-12/+10
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-3/+11
* Fix mobile navbar and misc cleanups (#25134)silverwind2023-06-091-1/+3
* Refactor diffFileInfo / DiffTreeStore (#24998)wxiaoguang2023-05-301-3/+8
* Improve and fix bugs surrounding reactions (#24760)silverwind2023-05-281-0/+7
* Fix duplicate tooltip hiding (#24814)silverwind2023-05-191-1/+1
* Only hide tooltip tippy instances (#24688)silverwind2023-05-121-1/+4
* Only show one tippy at a time (#24648)silverwind2023-05-111-0/+14
* Use 1.18's aria role for dropdown menus (#24144)wxiaoguang2023-04-161-2/+2
* Use reactive store to share data between components (#23996)wxiaoguang2023-04-111-0/+5
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-26/+49
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-072-0/+46
* Fix dropdown direction behavior (#23806)wxiaoguang2023-03-301-4/+0
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit...wxiaoguang2023-03-261-0/+29
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-242-18/+7
* Add aria attributes to interactive time tooltips. (#23661)Felipe Leopoldo Sologuren GutiƩrrez2023-03-241-1/+1
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-231-20/+97