summaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Replace tribute with text-expander-element for textarea (#23985)silverwind2023-04-091-4/+74
* Expand/Collapse all changed files (#23639)sillyguodong2023-04-093-18/+40
* Add job.duration in web ui (#23963)yp053272023-04-071-2/+4
* Highlight selected file in the PR file tree (#23947)yusifeng2023-04-072-11/+29
* Improve markdown editor: width, height, preferred (#23895)wxiaoguang2023-04-073-13/+175
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-076-64/+174
* Update eslints for Vue 3 (#23935)Jonathan Tran2023-04-051-1/+1
* Scroll collapsed file into view (#23702)Jimmy Praet2023-04-051-0/+3
* Fix code view (diff) broken layout (#23096)wxiaoguang2023-04-041-9/+0
* Introduce GiteaLocaleNumber custom element to handle number localization on p...wxiaoguang2023-04-037-34/+25
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-0314-703/+531
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-033-1/+10
* Use clippie module to copy to clipboard (#23801)silverwind2023-04-023-45/+6
* Remove assertion debug code for show/hide refactoring (#23576)wxiaoguang2023-04-021-26/+0
* Remove jQuery ready usage (#23858)silverwind2023-04-012-2/+10
* Fix JS error when changing PR's target branch (#23862)wxiaoguang2023-04-011-2/+0
* Improve action log display with control chars (#23820)wxiaoguang2023-04-012-3/+75
* Fix dropdown direction behavior (#23806)wxiaoguang2023-03-302-5/+8
* Convert issue list checkboxes to native (#23596)silverwind2023-03-301-18/+4
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-3/+2
* Diff improvements (#23553)silverwind2023-03-302-20/+23
* Fix issue due date edit toggle bug (#23723)wxiaoguang2023-03-281-1/+1
* Add commit info in action page (#23210)yp053272023-03-271-0/+27
* Fix incorrect `toggle` buttons (#23676)wxiaoguang2023-03-261-5/+8
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit...wxiaoguang2023-03-265-34/+52
* Allow new file and edit file preview if it has editable extension (#23624)Hester Gong2023-03-261-14/+27
* Remove row clicking from notification table (#22695)John Olheiser2023-03-251-15/+0
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-246-25/+12
* Add aria attributes to interactive time tooltips. (#23661)Felipe Leopoldo Sologuren GutiƩrrez2023-03-241-1/+1
* Fix cancel button in the page of project edit not work (#23655)sillyguodong2023-03-241-1/+1
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-242-9/+8
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-239-54/+101
* Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#2...wxiaoguang2023-03-234-8/+73
* Use a general approch to improve a11y for all checkboxes and dropdowns. (#23542)wxiaoguang2023-03-226-94/+196
* Polyfill the window.customElements (#23592)wxiaoguang2023-03-201-0/+2
* Fix JS error on compare page (#23551)silverwind2023-03-181-13/+15
* Fix diff detail buttons wrapping, use tippy for review box (#23271)silverwind2023-03-171-6/+17
* Imrove scroll behavior to hash issuecomment(scroll position, auto expand if f...Hester Gong2023-03-171-1/+21
* Remove stars in dashboard repo list (#23530)yp053272023-03-171-5/+1
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-175-86/+199
* Make time tooltips interactive (#23526)silverwind2023-03-161-0/+1
* Replace Less with CSS (#23481)silverwind2023-03-141-128/+139
* Refactor branch/tag selector to Vue SFC (#23421)wxiaoguang2023-03-1410-233/+323
* Refactor dashboard repo list to Vue SFC (#23405)wxiaoguang2023-03-147-405/+463
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-145-12/+26
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-2/+1
* Sync the class change of Edit Column Button to JS code (#23400)yp053272023-03-121-26/+22
* Refactor branch/tag selector dropdown (first step) (#23394)wxiaoguang2023-03-112-41/+28
* Hide target selector if tag exists when creating new release (#23171)Zettat1232023-03-102-4/+39
* Fix incorrect display for comment context menu (#23343)wxiaoguang2023-03-081-2/+3