[enhancement-703] rebranded the lock layout panel to just layout,#704
[enhancement-703] rebranded the lock layout panel to just layout,#704denete wants to merge 2 commits intoaccius:Stagingfrom
Conversation
|
Good progress from the previous round. One remaining issue: the component rename from Add a rename migration in } else {
// Migrate lock-layout → layout rename
let migrated = false;
for (const border of parsed.borders) {
for (const child of border.children || []) {
if (child.component === 'lock-layout') {
child.component = 'layout';
child.id = 'layout-tab';
child.name = 'Layout';
migrated = true;
}
}
}
if (migrated) saveLayout(parsed);
}Also the |
added a layout reset button to the layout panel
new panel name for saved dockable layouts, added panel background and updated style
|
@accius This has been updated with your fix for the saved layout migration to the new tab and panel name. Also fixed a styling issue. |
What does this PR do?
Type of change
How to test
Checklist
server.js: caches have TTLs and size caps (we serve 2,000+ concurrent users)var(--accent-cyan), etc.).bak,.old,console.logdebug lines, or test scripts includedScreenshots (if visual change)