MCPcopy Create free account
hub / github.com/error311/FileRise / loadSidebarOrder

Function loadSidebarOrder

public/js/dragAndDrop.js:1403–1408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1401
1402// -------------------- public API --------------------
1403export function loadSidebarOrder() {
1404 applyUserLayoutOrDefault();
1405 ensureZonesToggle();
1406 updateZonesToggleUI();
1407 applyCollapsedBodyClass();
1408}
1409
1410export function loadHeaderOrder() {
1411 const header = getHeaderDropArea();

Callers 1

initializeAppFunction · 0.85

Calls 4

applyUserLayoutOrDefaultFunction · 0.85
ensureZonesToggleFunction · 0.85
updateZonesToggleUIFunction · 0.85
applyCollapsedBodyClassFunction · 0.85

Tested by

no test coverage detected