Portal action menus above Unraid layout

This commit is contained in:
Mikei386
2026-07-13 20:08:39 +02:00
parent 4cd2b7da47
commit a66540d2fb
8 changed files with 57 additions and 12 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.07.13.r003">
<!ENTITY version "2026.07.13.r004">
<!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 "d486804b98406ddef9d29076a8e96ed71b73fb3921911a94b899f225ca5dd97d">
<!ENTITY packageSHA256 "55ce788fc7ee7fbd005b4a08bb0eb3cd39b6386895e66f5741fe1100d8f173f8">
]>
<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.r004
- Render open job and repository action menus in a fixed top-level overlay so Unraid table and card layers cannot clip them.
- Position the overlay against the triggering button and constrain it to the actually available viewport space.
### 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.