| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide archived labels by default from the suggestions when assigning labels fo... | puni9869 | 2023-10-17 | 1 | -0/+13 |
* | Remove "TODO" tasks from CSS file (#26835) | wxiaoguang | 2023-08-31 | 1 | -3/+3 |
* | Fix sidebar label dropdown divider (#25359) | HesterG | 2023-06-19 | 1 | -1/+1 |
* | Fix label list divider (#25312) | wxiaoguang | 2023-06-18 | 1 | -0/+1 |
* | Use fetch to send requests to create issues/comments (#25258) | wxiaoguang | 2023-06-16 | 1 | -5/+0 |
* | Fix mobile navbar and misc cleanups (#25134) | silverwind | 2023-06-09 | 1 | -1/+0 |
* | Fix strange UI behavior of cancelling dismiss review modal (#25133) | yp05327 | 2023-06-08 | 1 | -7/+0 |
* | Improve accessibility when (re-)viewing files (#24817) | delvh | 2023-05-21 | 1 | -3/+3 |
* | Add status indicator on main home screen for each repo (#24638) | Yarden Shoham | 2023-05-13 | 1 | -2/+2 |
* | Improve "goto issue by number" button (#24577) | wxiaoguang | 2023-05-10 | 1 | -29/+0 |
* | Support markdown editor for issue template (#24400) | yp05327 | 2023-05-08 | 1 | -0/+56 |
* | Add goto issue id function (#24479) | Tyrone Yeh | 2023-05-07 | 1 | -0/+29 |
* | Make Issue/PR/projects more compact, misc CSS tweaks (#24459) | silverwind | 2023-05-03 | 1 | -1/+3 |
* | Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198) | yp05327 | 2023-04-20 | 1 | -2/+2 |
* | Refactor authors dropdown (send get request from frontend to avoid long wait ... | Hester Gong | 2023-04-07 | 1 | -1/+1 |
* | Fix code view (diff) broken layout (#23096) | wxiaoguang | 2023-04-04 | 1 | -9/+0 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 1 | -60/+14 |
* | Fix JS error when changing PR's target branch (#23862) | wxiaoguang | 2023-04-01 | 1 | -2/+0 |
* | Fix issue due date edit toggle bug (#23723) | wxiaoguang | 2023-03-28 | 1 | -1/+1 |
* | Use a general approach to show tooltip, fix temporary tooltip bug (#23574) | wxiaoguang | 2023-03-23 | 1 | -4/+1 |
* | Fix JS error on compare page (#23551) | silverwind | 2023-03-18 | 1 | -13/+15 |
* | Fix diff detail buttons wrapping, use tippy for review box (#23271) | silverwind | 2023-03-17 | 1 | -6/+17 |
* | Imrove scroll behavior to hash issuecomment(scroll position, auto expand if f... | Hester Gong | 2023-03-17 | 1 | -1/+21 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 1 | -1/+2 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -1/+1 |
* | Use async await to fix empty quote reply at first time (#23168) | HesterG | 2023-03-02 | 1 | -13/+17 |
* | Improve PR Review Box UI (#22986) | wxiaoguang | 2023-02-21 | 1 | -5/+5 |
* | Remove unnecessary and incorrect `find('.menu').toggle()` (#22987) | wxiaoguang | 2023-02-20 | 1 | -2/+0 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 1 | -17/+18 |
* | First step to refactor the `.hide` to `.gt-hidden` (#22916) | wxiaoguang | 2023-02-16 | 1 | -12/+12 |
* | Make issue title edit buttons focusable and fix incorrect ajax requests (#22807) | wxiaoguang | 2023-02-09 | 1 | -4/+8 |
* | JS refactors (#22227) | silverwind | 2022-12-24 | 1 | -1/+1 |
* | Change ID pattern of raw content container for issue (#21966) | Felipe Leopoldo Sologuren GutiƩrrez | 2022-12-10 | 1 | -1/+1 |
* | Improve code comment review on mobile (#21461) | Gusted | 2022-10-25 | 1 | -3/+3 |
* | Replace fomantic popup module with tippy.js (#20428) | silverwind | 2022-08-09 | 1 | -9/+4 |
* | Enable spellcheck for EasyMDE, use contenteditable mode (#19776) | wxiaoguang | 2022-06-29 | 1 | -3/+4 |
* | Use Vue to refactor pull merge UI (#19650) | wxiaoguang | 2022-05-12 | 1 | -26/+0 |
* | Improve reviewing PR UX (#19612) | Gusted | 2022-05-07 | 1 | -0/+10 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -0/+33 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 1 | -4/+4 |
* | Fix the editor height in review box (#19003) | wxiaoguang | 2022-03-04 | 1 | -1/+2 |
* | Set max text height to prevent overflow (#18862) | Kyle D | 2022-02-23 | 1 | -1/+1 |
* | Replace deprecated String.prototype.substr() with String.prototype.slice() (#... | CommanderRoot | 2022-02-18 | 1 | -2/+2 |
* | Fix review excerpt (#18502) | confusedsushi | 2022-02-01 | 1 | -1/+3 |
* | Use explicit jQuery import, remove unused eslint globals (#18435) | silverwind | 2022-01-28 | 1 | -0/+1 |
* | Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) | zeripath | 2022-01-25 | 1 | -0/+2 |
* | Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) | wxiaoguang | 2022-01-19 | 1 | -1/+3 |
* | Place inline diff comment dialogs in the 4th column. (#18321) | JonRB | 2022-01-18 | 1 | -1/+1 |
* | Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) | wxiaoguang | 2022-01-16 | 1 | -2/+2 |
* | Prevent possible XSS when using jQuery (#18289) | Gusted | 2022-01-16 | 1 | -2/+2 |