minor UI nits

This commit is contained in:
Egor 2026-02-17 19:05:41 -08:00
parent cd5f8e39c4
commit ba032f72cc
2 changed files with 2 additions and 3 deletions

View file

@ -353,7 +353,7 @@ details[open] > .card-header::before {
background: none; background: none;
border: none; border: none;
color: inherit; color: inherit;
font-size: 1.1em; font-size: 1em;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
padding: 0 0.25rem; padding: 0 0.25rem;

View file

@ -16,7 +16,6 @@
hx-target="#apps-list" hx-target="#apps-list"
hx-swap="innerHTML"> hx-swap="innerHTML">
{{.Label}} {{.Label}}
<span class="tooltip">{{if (index .Subscriptions 0).Tooltip}}{{(index .Subscriptions 0).Tooltip}}{{else}}Click to disable{{end}}</span>
</button> </button>
{{else}} {{else}}
<button type="button" class="channel-badge channel-{{.Channel}} badge-inactive" <button type="button" class="channel-badge channel-{{.Channel}} badge-inactive"
@ -36,7 +35,7 @@
hx-delete="/apps/{{$app.AppName}}/subscriptions/{{.ID}}" hx-delete="/apps/{{$app.AppName}}/subscriptions/{{.ID}}"
hx-target="#apps-list" hx-target="#apps-list"
hx-swap="innerHTML" hx-swap="innerHTML"
hx-confirm="Delete this subscription?">×</button> hx-confirm="Delete this channel?">×</button>
</span> </span>
{{end}} {{end}}
{{end}} {{end}}