aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/comp
Commit message (Expand)AuthorAgeFilesLines
* fix textarea newline handle (#32966)metiftikci2024-12-252-5/+20
* Enable Typescript `strictFunctionTypes` (#32911)silverwind2024-12-222-4/+5
* Fix remaining typescript issues, enable `tsc` (#32840)silverwind2024-12-164-25/+27
* Fix JS error when dropping a file to a editor without dropzone (#32804)wxiaoguang2024-12-121-0/+1
* Refactor LabelEdit (#32752)wxiaoguang2024-12-081-76/+61
* Fix file editor & preview (#32706)wxiaoguang2024-12-041-1/+1
* Refactor markdown editor and use it for milestone description editor (#32688)wxiaoguang2024-12-041-23/+35
* Fix JS error when reply comment on Conversation page (#32685)wxiaoguang2024-12-021-2/+2
* Allow cropping an avatar before setting it (#32565)Kerwin Bryant2024-11-281-0/+40
* Refactor some frontend problems (#32646)wxiaoguang2024-11-261-1/+3
* Remove jQuery import from some files (#32512)wxiaoguang2024-11-153-6/+6
* Refactor render system (#32492)wxiaoguang2024-11-141-3/+0
* Correctly query the primary button in a form (#32438)wxiaoguang2024-11-071-1/+7
* Add some handy markdown editor features (#32400)wxiaoguang2024-11-044-18/+92
* Fix suggestions for issues (#32380)wxiaoguang2024-10-301-23/+13
* Suggestions for issues (#32327)Anbraten2024-10-291-3/+41
* Prevent from submitting issue/comment on uploading (#32263)박상철2024-10-233-25/+74
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-221-15/+12
* Improve textarea paste (#31948)silverwind2024-09-012-8/+6
* Convert frontend code to typescript (#31559)silverwind2024-07-0712-25/+25
* Fix JS error with disabled attachment and easymde (#31511)silverwind2024-06-281-1/+3
* Improve attachment upload methods (#30513)Tyrone Yeh2024-06-274-62/+94
* Refactor dropzone (#31482)wxiaoguang2024-06-271-2/+20
* Switch to "Write" tab when edit comment again (#31445)wxiaoguang2024-06-221-12/+16
* Improve markdown textarea for indentation and lists (#31406)wxiaoguang2024-06-213-18/+121
* Use `querySelector` over alternative DOM methods (#31280)silverwind2024-06-102-4/+4
* Fix and clean up `ConfirmModal` (#31283)silverwind2024-06-071-12/+13
* Make pasted "img" tag has the same behavior as markdown image (#31235)wxiaoguang2024-06-041-1/+5
* Fix issue/PR title edit (#30858)wxiaoguang2024-05-051-6/+7
* Make Ctrl+Enter work for issue/comment edit (#30720)v1.22.0-rc1wxiaoguang2024-04-271-1/+6
* Fix issue comment form and quick-submit (#30623)wxiaoguang2024-04-221-4/+0
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)silverwind2024-04-141-29/+27
* replace jquery-minicolors with coloris (#30055)silverwind2024-03-292-19/+14
* Migrate font-family to tailwind (#30118)silverwind2024-03-281-1/+1
* Remove jQuery class from the reaction selector (#30138)Yarden Shoham2024-03-271-1/+1
* Refactor all `.length === 0` patterns in JS (#30045)silverwind2024-03-251-1/+1
* 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
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-241-3/+3
* Enforce trailing comma in JS on multiline (#30002)silverwind2024-03-222-5/+5
* Fix various loading states, remove `.loading` class (#29920)silverwind2024-03-211-1/+1
* Remove jQuery `.attr` from the user search box (#29919)Yarden Shoham2024-03-201-3/+6
* Forbid jQuery `.css` and refactor all usage (#29852)silverwind2024-03-192-10/+12
* Forbid jQuery `.prop` and fix related issues (#29832)silverwind2024-03-161-3/+3
* Forbid variables containing jQuery collections not having the `$` prefix (#29...Yarden Shoham2024-03-162-32/+32
* Fix WebHookEditor regression from jQuery removal (#29692)Yarden Shoham2024-03-091-7/+10
* Support pasting URLs over markdown text (#29566)silverwind2024-03-082-30/+47
* Remove jQuery AJAX from the markdown editor preview (#29384)Yarden Shoham2024-02-251-10/+10
* Remove jQuery from the image pasting functionality (#29324)Yarden Shoham2024-02-221-9/+11