]> source.dussan.org Git - gitea.git/commit
Improve issue sidebar UI (#32587)
authorwxiaoguang <wxiaoguang@gmail.com>
Thu, 21 Nov 2024 03:31:54 +0000 (11:31 +0800)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 03:31:54 +0000 (03:31 +0000)
commit07373f1d5dd315966bc2f6085a8dd8cca193ec5c
treec8609a076aca989743428e566709faacbf51c110
parentefb55cd8ef484bbe949e95465b4c17d6e31e7270
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>
templates/repo/issue/sidebar/label_list.tmpl
templates/repo/issue/sidebar/milestone_list.tmpl
templates/repo/issue/sidebar/project_list.tmpl
templates/repo/issue/sidebar/reviewer_list.tmpl
web_src/css/base.css
web_src/css/repo.css