aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/labels
Commit message (Expand)AuthorAgeFilesLines
* Refactor LabelEdit (#32752)wxiaoguang2024-12-083-71/+20
* Refactor sidebar label selector (#32460)wxiaoguang2024-11-103-64/+0
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-053-9/+9
* Fix navbar `+` menu flashing on page load (#31281)silverwind2024-06-121-13/+11
* code optimization (#31315)Kerwin Bryant2024-06-111-2/+2
* Fix branch selector UI (#30803)wxiaoguang2024-05-021-1/+1
* Fix all rounded borders, change affected tab menus to pills (#30707)silverwind2024-04-291-18/+15
* Prevent flash of dropdown menu on labels list (#30215)silverwind2024-03-311-1/+1
* replace jquery-minicolors with coloris (#30055)silverwind2024-03-292-4/+4
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-243-3/+3
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-243-4/+4
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-221-2/+2
* Remove unnecessary ".Link" usages (#29909)wxiaoguang2024-03-201-4/+4
* Migrate border and margin classes to Tailwind (#29828)silverwind2024-03-181-1/+1
* Highlight archived labels (#29680)65432024-03-123-5/+5
* Replace more `gt-` with `tw-`, update frontend docs (#29595)silverwind2024-03-051-2/+2
* Remove unnecessary "Str2html" modifier from templates (#29319)wxiaoguang2024-02-221-1/+1
* Remove unnecessary "Safe" modifier from templates (#29318)wxiaoguang2024-02-222-3/+3
* Hide archived labels by default from the suggestions when assigning labels fo...puni98692023-10-171-4/+8
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-256-48/+48
* fix: text decorator on issue sidebar menu label (#27206)metiftikci2023-09-231-1/+1
* Fix dropdown icon position (#27175)wxiaoguang2023-09-211-4/+4
* Change green buttons to primary color (#27099)silverwind2023-09-181-2/+2
* Display archived labels specially when listing labels (#26820)puni98692023-09-182-15/+20
* Remove "TODO" tasks from CSS file (#26835)wxiaoguang2023-08-311-3/+3
* Refactor some CSS styles and simplify code (#26771)wxiaoguang2023-08-282-6/+2
* Adding hint `Archived` to archive label. (#26741)puni98692023-08-271-0/+5
* Simplify helper CSS classes and avoid abuse (#26728)wxiaoguang2023-08-261-1/+1
* Allow to archive labels (#26478)puni98692023-08-142-2/+12
* Several fixes for mobile UI (#25634)Denys Konovalov2023-07-041-1/+1
* Replace fomantic divider module with our own (#25539)silverwind2023-06-292-5/+5
* Button and color enhancements (#24989)silverwind2023-06-091-1/+1
* Improve dropdown menus, remove inline styles (#24954)silverwind2023-05-291-2/+1
* Improve accessibility when (re-)viewing files (#24817)delvh2023-05-211-2/+2
* Remove `font-awesome` and fomantic `icon` module (#24471)silverwind2023-05-011-1/+1
* Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix...wxiaoguang2023-04-291-64/+59
* Modify width of ui container, fine tune css for settings pages and org header...Hester Gong2023-04-261-2/+2
* Improve some modal action buttons (#24289)wxiaoguang2023-04-241-1/+1
* Replace whitespace inside template parens during make fmt (#24293)silverwind2023-04-241-1/+1
* Refactor delete_modal_actions template and use it for project column related ...Hester Gong2023-04-231-3/+3
* Remove "inverted" class on creating new label and cancel buttons (#24030)Hester Gong2023-04-101-2/+2
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-2/+2
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-032-2/+2
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-273-4/+4
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-1/+1
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-142-18/+14
* Deduplicate template code for label selection menu (#23431)Brecht Van Lommel2023-03-121-0/+43
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-052-5/+5
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-021-3/+3
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-192-2/+2