#load "../../lib/app.uce" COMPONENT:APP_FRAME(Request& context) { starter_register_css("themes/common/css/workspace.css", context); starter_register_js("js/u-workspace-shell.js", context); String id = context.call["id"].to_string(); String overlay_id = context.call["overlay_id"].to_string(); String class_name = context.call["class"].to_string(); <> class="ws-app"> class="ws-sidebar-overlay">
} COMPONENT:EMPTY_STATE(Request& context) { <>
">
">

} COMPONENT:LIST_STATE(Request& context) { <>
">">
} COMPONENT:MOBILE_BAR(Request& context) { <>
"> class="ws-mobile-toggle" title="Toggle sidebar" type="button"> ">
} COMPONENT:PANEL_HEADER(Request& context) { <>
">

} COMPONENT:PANEL(Request& context) { <> class="ws-panel"> } COMPONENT:SECTION_HEAD(Request& context) { <>
">

} COMPONENT:SECTION(Request& context) { <> class="ws-section"> } COMPONENT:SIDEBAR_SHELL(Request& context) { <> class="ws-sidebar"> } COMPONENT:SIDEBAR_TOOLBAR(Request& context) { <>
">
name="" class="ws-search-input" placeholder="" autocomplete="off">
} COMPONENT:STATUS_PILL(Request& context) { String variant = to_lower(first(context.call["variant"].to_string(), "neutral")); <> "> }