The v2.0.0 grid stayed empty in Premiere 26 because UXP's CSS engine
doesn't support `grid-template-columns: repeat(auto-fill, minmax(...))`
or `aspect-ratio`. Cards rendered with 0 height and the flex column
collapsed, so the actions row stuck to the top of the pane.
Switch to flex-wrap with fixed-width (140px) cards and explicit 80px
thumb heights — both work in UXP's stripped CSS.
Also fix the /auth/me response shape — it returns the user fields
directly, not wrapped in `{ user: ... }`. Header now shows
"display_name @ host" instead of falling back to bare host.
Add a toast on each library load reporting "Loaded N assets (total M)"
so we can tell empty-grid (zero assets) from CSS-broken-grid (cards
exist but invisible) at a glance.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
31 lines
772 B
JSON
31 lines
772 B
JSON
{
|
|
"manifestVersion": 5,
|
|
"id": "net.wilddragon.dragonflight.uxp",
|
|
"name": "Dragonflight MAM",
|
|
"version": "2.0.1",
|
|
"main": "index.html",
|
|
"host": {
|
|
"app": "premierepro",
|
|
"minVersion": "26.0.0"
|
|
},
|
|
"entrypoints": [
|
|
{
|
|
"type": "panel",
|
|
"id": "main",
|
|
"label": { "default": "Dragonflight MAM" },
|
|
"minimumSize": { "width": 320, "height": 360 },
|
|
"preferredDockedSize": { "width": 380, "height": 600 },
|
|
"preferredFloatingSize":{ "width": 420, "height": 720 }
|
|
}
|
|
],
|
|
"requiredPermissions": {
|
|
"localFileSystem": "fullAccess",
|
|
"network": {
|
|
"domains": [
|
|
"https://dragonflight.live",
|
|
"https://broadcastmgmt.cloud"
|
|
]
|
|
},
|
|
"allowCodeGenerationFromStrings": false
|
|
}
|
|
}
|