| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix UI anomalies (#26929) | Kerwin Bryant | 2023-09-06 | 1 | -0/+1 |
* | Vendor `jquery.are-you-sure` with strict mode fixes (#26901) | silverwind | 2023-09-06 | 2 | -1/+196 |
* | More fixes for the "commit-body" (#26898) | wxiaoguang | 2023-09-04 | 1 | -2/+3 |
* | Remove CSS `has` selector and improve various styles (#26891) | wxiaoguang | 2023-09-04 | 3 | -38/+29 |
* | Refactor "shortsha" (#26877) | wxiaoguang | 2023-09-03 | 3 | -72/+5 |
* | Reorder blocks in vue SFCs (#26874) | silverwind | 2023-09-02 | 13 | -679/+661 |
* | Make it posible to customize nav text color via css var (#26807) | 6543 | 2023-09-02 | 2 | -0/+5 |
* | Remove some unused CSS styles (#26852) | wxiaoguang | 2023-09-01 | 2 | -13/+1 |
* | Minor dashboard tweaks, fix flex-list margins (#26829) | silverwind | 2023-08-31 | 2 | -8/+13 |
* | Remove "TODO" tasks from CSS file (#26835) | wxiaoguang | 2023-08-31 | 4 | -28/+8 |
* | User details page (#26713) | Denys Konovalov | 2023-08-31 | 1 | -0/+7 |
* | Render code blocks in repo description (#26830) | silverwind | 2023-08-31 | 2 | -5/+1 |
* | Remove joinPaths function (#26833) | silverwind | 2023-08-31 | 3 | -53/+2 |
* | Remove polluted `.ui.right` (#26825) | wxiaoguang | 2023-08-31 | 3 | -11/+2 |
* | Remove polluted ".ui.left" style (#26809) | wxiaoguang | 2023-08-30 | 3 | -24/+1 |
* | Remove fomantic `text` module (#26777) | delvh | 2023-08-30 | 3 | -141/+5 |
* | Fix Uint8Array comparisons and update vitest (#26805) | silverwind | 2023-08-30 | 1 | -7/+12 |
* | Improve flex list item padding (#26779) | wxiaoguang | 2023-08-29 | 1 | -5/+10 |
* | Fix notification circle (border-radius) (#26794) | wxiaoguang | 2023-08-29 | 2 | -3/+3 |
* | Add default label in branch select list (#26697) | yp05327 | 2023-08-29 | 1 | -0/+3 |
* | Remove fomantic `item` module (#26775) | silverwind | 2023-08-29 | 2 | -526/+0 |
* | Improve modal dialog UI (#26764) | wxiaoguang | 2023-08-28 | 2 | -7/+20 |
* | Unify `border-radius` behavior (#26770) | delvh | 2023-08-28 | 17 | -42/+41 |
* | Refactor some CSS styles and simplify code (#26771) | wxiaoguang | 2023-08-28 | 1 | -27/+13 |
* | Remove some transition related code (#26755) | wxiaoguang | 2023-08-28 | 2 | -8/+0 |
* | Adding hint `Archived` to archive label. (#26741) | puni9869 | 2023-08-27 | 1 | -1/+1 |
* | Fix incorrect "tabindex" attributes (#26733) | wxiaoguang | 2023-08-26 | 1 | -4/+3 |
* | Simplify helper CSS classes and avoid abuse (#26728) | wxiaoguang | 2023-08-26 | 3 | -6/+5 |
* | Remove fomantic loader module (#26670) | silverwind | 2023-08-25 | 6 | -984/+21 |
* | Add `eslint-plugin-vue-scoped-css` (#26720) | silverwind | 2023-08-25 | 2 | -23/+21 |
* | Fixed text overflow in dropdown menu (#26694) | Viktor Suprun | 2023-08-25 | 1 | -0/+5 |
* | Remove incorrect CSS helper classes (#26712) | wxiaoguang | 2023-08-25 | 3 | -23/+15 |
* | Focus editor on "Write" tab click (#26714) | silverwind | 2023-08-25 | 1 | -0/+6 |
* | Fix review bar misalignment (#26711) | wxiaoguang | 2023-08-24 | 1 | -10/+6 |
* | Use "small-loading-icon" insead of "btn-octicon is-loading" (#26710) | wxiaoguang | 2023-08-24 | 2 | -9/+2 |
* | Improve Image Diff UI (#26696) | wxiaoguang | 2023-08-24 | 2 | -6/+14 |
* | Handle "comment form combo editor init" more gracefully (#26688) | wxiaoguang | 2023-08-23 | 1 | -2/+3 |
* | Fix doubled box-shadow in branch dropdown menu (#26678) | wxiaoguang | 2023-08-23 | 1 | -1/+1 |
* | Refactor toast module (#26677) | wxiaoguang | 2023-08-23 | 3 | -20/+15 |
* | More improvements for the "flex list" and the dashboard list (#26675) | wxiaoguang | 2023-08-23 | 2 | -5/+3 |
* | Use line-height: normal by default (#26635) | wxiaoguang | 2023-08-22 | 2 | -6/+2 |
* | Fix organization list in dashboard (#26650) | yp05327 | 2023-08-22 | 1 | -3/+7 |
* | Improve some flex layouts (#26649) | wxiaoguang | 2023-08-22 | 2 | -5/+3 |
* | Check disabled workflow when rerun jobs (#26535) | yp05327 | 2023-08-22 | 3 | -86/+55 |
* | Improve the branch selector tab UI (#26631) | wxiaoguang | 2023-08-21 | 2 | -22/+39 |
* | Replace box-shadow for `floating` dropdown as well (#26581) | silverwind | 2023-08-21 | 2 | -1/+5 |
* | Add link to job details and tooltip to commit status in repo list in dashboar... | yp05327 | 2023-08-21 | 1 | -7/+14 |
* | Use "input" event instead of "keyup" event for migration form (#26602) | wxiaoguang | 2023-08-20 | 1 | -3/+3 |
* | Update JS dependencies (#26586) | silverwind | 2023-08-19 | 1 | -2/+2 |
* | Rewrite the DiffFileTreeItem and fix misalignment (#26565) | wxiaoguang | 2023-08-18 | 2 | -108/+46 |