0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 14:48:25 +01:00
gitea/web_src/js/components
Giteabot 3f0dc69400
Improve context popup rendering (#30824) (#30829)
Backport #30824 by @silverwind

Before, lot of empty space when no labels or body:

<img width="281" alt="Screenshot 2024-05-02 at 13 51 29"
src="https://github.com/go-gitea/gitea/assets/115237/8a980ccd-d53c-43a3-a059-dc8c614621e1">

After, empty space collapsed:

<img width="306" alt="Screenshot 2024-05-02 at 13 51 16"
src="https://github.com/go-gitea/gitea/assets/115237/8d9c154d-5de1-43d0-8536-afd9194d99b3">

All `<p>` (unsuitable) and `<small>` (discouraged in favor of css) tags
are removed.

Co-authored-by: silverwind <me@silverwind.io>
2024-05-02 13:47:32 +00:00
..
.eslintrc.yaml Improve context popup rendering (#30824) (#30829) 2024-05-02 13:47:32 +00:00
ActionRunStatus.vue
ActivityHeatmap.vue Fix activity heat map padding & locale (#30823) (#30827) 2024-05-02 13:27:45 +00:00
ContextPopup.vue Improve context popup rendering (#30824) (#30829) 2024-05-02 13:47:32 +00:00
DashboardRepoList.vue
DiffCommitSelector.vue
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue
PullRequestMergeForm.vue
RepoActionView.vue
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Fix branch selector UI (#30803) (#30819) 2024-05-02 11:12:43 +00:00
RepoCodeFrequency.vue
RepoContributors.vue
RepoRecentCommits.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
ScopedAccessTokenSelector.vue