MCPcopy
hub / github.com/stemdeckapp/stemdeck / tabBar

Function tabBar

static/mobile/app.js:670–673  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668}
669
670function tabBar() {
671 const t = (tab, icon, label) => `<button class="tab ${state.tab === tab ? "on" : ""}" data-action="tab" data-tab="${tab}">${icon}${label}</button>`;
672 return `<div class="tabbar">${t("extract", ICON.tabExt, "Extract")}${t("mixer", ICON.tabMix, "Mixer")}${t("library", ICON.tabLib, "Library")}</div>`;
673}
674
675function render() {
676 let screen = mixerScreen();

Callers 1

renderFunction · 0.85

Calls 1

tFunction · 0.85

Tested by

no test coverage detected