gitea/templates/repo/issue
wxiaoguang 07373f1d5d
Improve issue sidebar UI (#32587)
1. remove duplicate dividers
2. align reviewer items
3. merge & remove unused CSS styles


Before:

<details>


![image](https://github.com/user-attachments/assets/1b3121ee-b5fa-4fe9-b0f2-344d96dc5fbc)


![image](https://github.com/user-attachments/assets/ba8b97e6-114d-488c-adee-48f6c7a3b580)

</details>

After:

<details>


![image](https://github.com/user-attachments/assets/978eab3e-a5d7-4b68-90ce-079b61994d25)


![image](https://github.com/user-attachments/assets/a8b58a27-dd05-4c8d-be60-816439ce77c6)


![image](https://github.com/user-attachments/assets/b7e6a16c-bf98-4465-a805-9f4a642d366e)

</details>
2024-11-21 03:31:54 +00:00
..
fields Fix large image overflow in comment page (#31740) 2024-11-15 18:34:54 +00:00
labels Refactor sidebar label selector (#32460) 2024-11-10 08:26:42 +00:00
milestone Refactor sidebar assignee&milestone&project selectors (#32465) 2024-11-11 04:07:54 +08:00
sidebar Improve issue sidebar UI (#32587) 2024-11-21 03:31:54 +00:00
view_content Refactor sidebar assignee&milestone&project selectors (#32465) 2024-11-11 04:07:54 +08:00
branch_selector_field.tmpl Fix issue sidebar (#32455) 2024-11-09 01:55:32 +08:00
card.tmpl Refactor template ctx and render utils (#32422) 2024-11-05 14:04:26 +08:00
choose.tmpl Fix spacing in issue navbar (#30238) 2024-04-02 11:48:07 +00:00
comment_tab.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 2023-09-25 08:56:50 +00:00
filter_actions.tmpl Refactor template ctx and render utils (#32422) 2024-11-05 14:04:26 +08:00
filter_list.tmpl Refactor template ctx and render utils (#32422) 2024-11-05 14:04:26 +08:00
filters.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
label_precolors.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
labels.tmpl Fix spacing in issue navbar (#30238) 2024-04-02 11:48:07 +00:00
list.tmpl Replace `gt-word-break` with `tw-break-anywhere` (#31183) 2024-06-04 13:57:11 +00:00
milestone_issues.tmpl Refactor DateUtils and merge TimeSince (#32409) 2024-11-04 11:30:00 +00:00
milestone_new.tmpl Fix milestone deadline and date related problems (#32339) 2024-11-05 07:46:40 +00:00
milestones.tmpl Refactor DateUtils and merge TimeSince (#32409) 2024-11-04 11:30:00 +00:00
navbar.tmpl Fix menu buttons in issues and release (#30056) 2024-03-25 13:52:54 +00:00
new.tmpl Fix incorrect redirection when creating a PR fails (#29537) 2024-03-02 12:45:14 +00:00
new_form.tmpl Refactor sidebar assignee&milestone&project selectors (#32465) 2024-11-11 04:07:54 +08:00
openclose.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
search.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 2024-03-24 18:23:38 +00:00
view.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
view_content.tmpl Refactor issue page info (#32445) 2024-11-08 02:21:13 +00:00
view_title.tmpl Refactor issue page info (#32445) 2024-11-08 02:21:13 +00:00