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
+5 -1
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 "REPLACE_DURING_RELEASE">
]>
<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.