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

Function isSmallScreen

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

Source from the content-addressed store, hash-verified

34function getRightCol() { return $(ZONES.TOP_RIGHT); }
35function getHeaderDropArea() { return $(ZONES.HEADER); }
36function isSmallScreen() { return window.innerWidth < MEDIUM_MIN; }
37function getCards() { return CARD_IDS.map(id => $(id)).filter(Boolean); }
38
39function getAppZoomScale() {

Callers 3

enforceResponsiveZonesFunction · 0.85
applyUserLayoutOrDefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected