| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor LabelEdit (#32752) | wxiaoguang | 2024-12-08 | 3 | -71/+20 |
* | Refactor sidebar label selector (#32460) | wxiaoguang | 2024-11-10 | 3 | -64/+0 |
* | Refactor template ctx and render utils (#32422) | wxiaoguang | 2024-11-05 | 3 | -9/+9 |
* | Fix navbar `+` menu flashing on page load (#31281) | silverwind | 2024-06-12 | 1 | -13/+11 |
* | code optimization (#31315) | Kerwin Bryant | 2024-06-11 | 1 | -2/+2 |
* | Fix branch selector UI (#30803) | wxiaoguang | 2024-05-02 | 1 | -1/+1 |
* | Fix all rounded borders, change affected tab menus to pills (#30707) | silverwind | 2024-04-29 | 1 | -18/+15 |
* | Prevent flash of dropdown menu on labels list (#30215) | silverwind | 2024-03-31 | 1 | -1/+1 |
* | replace jquery-minicolors with coloris (#30055) | silverwind | 2024-03-29 | 2 | -4/+4 |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 3 | -3/+3 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 3 | -4/+4 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 1 | -2/+2 |
* | Remove unnecessary ".Link" usages (#29909) | wxiaoguang | 2024-03-20 | 1 | -4/+4 |
* | Migrate border and margin classes to Tailwind (#29828) | silverwind | 2024-03-18 | 1 | -1/+1 |
* | Highlight archived labels (#29680) | 6543 | 2024-03-12 | 3 | -5/+5 |
* | Replace more `gt-` with `tw-`, update frontend docs (#29595) | silverwind | 2024-03-05 | 1 | -2/+2 |
* | Remove unnecessary "Str2html" modifier from templates (#29319) | wxiaoguang | 2024-02-22 | 1 | -1/+1 |
* | Remove unnecessary "Safe" modifier from templates (#29318) | wxiaoguang | 2024-02-22 | 2 | -3/+3 |
* | Hide archived labels by default from the suggestions when assigning labels fo... | puni9869 | 2023-10-17 | 1 | -4/+8 |
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 6 | -48/+48 |
* | fix: text decorator on issue sidebar menu label (#27206) | metiftikci | 2023-09-23 | 1 | -1/+1 |
* | Fix dropdown icon position (#27175) | wxiaoguang | 2023-09-21 | 1 | -4/+4 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 1 | -2/+2 |
* | Display archived labels specially when listing labels (#26820) | puni9869 | 2023-09-18 | 2 | -15/+20 |
* | Remove "TODO" tasks from CSS file (#26835) | wxiaoguang | 2023-08-31 | 1 | -3/+3 |
* | Refactor some CSS styles and simplify code (#26771) | wxiaoguang | 2023-08-28 | 2 | -6/+2 |
* | Adding hint `Archived` to archive label. (#26741) | puni9869 | 2023-08-27 | 1 | -0/+5 |
* | Simplify helper CSS classes and avoid abuse (#26728) | wxiaoguang | 2023-08-26 | 1 | -1/+1 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 2 | -2/+12 |
* | Several fixes for mobile UI (#25634) | Denys Konovalov | 2023-07-04 | 1 | -1/+1 |
* | Replace fomantic divider module with our own (#25539) | silverwind | 2023-06-29 | 2 | -5/+5 |
* | Button and color enhancements (#24989) | silverwind | 2023-06-09 | 1 | -1/+1 |
* | Improve dropdown menus, remove inline styles (#24954) | silverwind | 2023-05-29 | 1 | -2/+1 |
* | Improve accessibility when (re-)viewing files (#24817) | delvh | 2023-05-21 | 1 | -2/+2 |
* | Remove `font-awesome` and fomantic `icon` module (#24471) | silverwind | 2023-05-01 | 1 | -1/+1 |
* | Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix... | wxiaoguang | 2023-04-29 | 1 | -64/+59 |
* | Modify width of ui container, fine tune css for settings pages and org header... | Hester Gong | 2023-04-26 | 1 | -2/+2 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 1 | -1/+1 |
* | Replace whitespace inside template parens during make fmt (#24293) | silverwind | 2023-04-24 | 1 | -1/+1 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 1 | -3/+3 |
* | Remove "inverted" class on creating new label and cancel buttons (#24030) | Hester Gong | 2023-04-10 | 1 | -2/+2 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 1 | -2/+2 |
* | Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) | wxiaoguang | 2023-04-03 | 2 | -2/+2 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 3 | -4/+4 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 1 | -1/+1 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 2 | -18/+14 |
* | Deduplicate template code for label selection menu (#23431) | Brecht Van Lommel | 2023-03-12 | 1 | -0/+43 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 2 | -5/+5 |
* | Refactor `ctx` in templates (#23105) | wxiaoguang | 2023-03-02 | 1 | -3/+3 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 2 | -2/+2 |