gitea/web_src/js/components
silverwind b1bb3642e5
Improve context popup rendering (#30824)
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.
2024-05-02 15:42:33 +02:00
..
.eslintrc.yaml Improve context popup rendering (#30824) 2024-05-02 15:42:33 +02:00
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
ActivityHeatmap.vue Fix activity heat map padding & locale (#30823) 2024-05-02 13:22:55 +00:00
ContextPopup.vue Improve context popup rendering (#30824) 2024-05-02 15:42:33 +02:00
DashboardRepoList.vue Fix dashboard commit status null access (#30771) 2024-04-30 12:39:36 +00:00
DiffCommitSelector.vue Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
DiffFileList.vue Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
DiffFileTree.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
PullRequestMergeForm.vue Remove fomantic button module (#30475) 2024-04-14 17:53:52 +00:00
RepoActionView.vue Improve job commit description (#30579) 2024-04-26 02:22:45 +00:00
RepoActivityTopAuthors.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
RepoBranchTagSelector.vue Fix branch selector UI (#30803) 2024-05-02 10:45:23 +00:00
RepoCodeFrequency.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoContributors.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoRecentCommits.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
ScopedAccessTokenSelector.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00