Fix action menu positioning

This commit is contained in:
Mikei386
2026-07-13 20:00:43 +02:00
parent bdebf1bb2b
commit 4cd2b7da47
8 changed files with 36 additions and 6 deletions
-1
View File
@@ -1 +0,0 @@
237c35b49afd25a77903a6c858b20fad1747dbe0131d35c7934f0ee7f94be1a3 urbm-2026.07.13.r002-x86_64-1.txz
+1
View File
@@ -0,0 +1 @@
d486804b98406ddef9d29076a8e96ed71b73fb3921911a94b899f225ca5dd97d urbm-2026.07.13.r003-x86_64-1.txz
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.07.13.r002">
<!ENTITY version "2026.07.13.r003">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "237c35b49afd25a77903a6c858b20fad1747dbe0131d35c7934f0ee7f94be1a3">
<!ENTITY packageSHA256 "d486804b98406ddef9d29076a8e96ed71b73fb3921911a94b899f225ca5dd97d">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/URBM/issues" icon="urbm.png">
<CHANGES>
### 2026.07.13.r003
- Keep repository and job action menus above following table rows and cards.
- Automatically open long action menus upward when the available viewport space below is insufficient.
### 2026.07.13.r002
- Redesign the dashboard around actionable health, active work, recent failures, and the latest successful backup.
- Add searchable responsive job and repository lists with compact secondary-action menus.