MCPcopy Create free account
hub / github.com/stemdeckapp/stemdeck / t

Function t

static/mobile/app.js:671–671  ·  view source on GitHub ↗
(tab, icon, label)

Source from the content-addressed store, hash-verified

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

Callers 1

tabBarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected