You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 months ago
..
.eslintrc.yaml Improve context popup rendering (#30824) 9 months ago
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 11 months ago
ActivityHeatmap.vue Fix activity heat map padding & locale (#30823) 9 months ago
ContextPopup.vue Improve context popup rendering (#30824) 9 months ago
DashboardRepoList.vue Fix dashboard commit status null access (#30771) 9 months ago
DiffCommitSelector.vue Migrate font-family to tailwind (#30118) 10 months ago
DiffFileList.vue Migrate font-family to tailwind (#30118) 10 months ago
DiffFileTree.vue Migrate margin and padding helpers to tailwind (#30043) 10 months ago
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
PullRequestMergeForm.vue Remove fomantic button module (#30475) 10 months ago
RepoActionView.vue Improve job commit description (#30579) 9 months ago
RepoActivityTopAuthors.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
RepoBranchTagSelector.vue Fix branch selector UI (#30803) 9 months ago
RepoCodeFrequency.vue Migrate margin and padding helpers to tailwind (#30043) 10 months ago
RepoContributors.vue Migrate margin and padding helpers to tailwind (#30043) 10 months ago
RepoRecentCommits.vue Migrate margin and padding helpers to tailwind (#30043) 10 months ago
ScopedAccessTokenSelector.vue Migrate margin and padding helpers to tailwind (#30043) 10 months ago