Loading frontend/TabBar.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ const TabBar = { const tabs = [ { id: 'all', label: 'Alle' }, { id: 'favorites', label: 'Favoriten' }, { id: 'popular', label: 'Beliebt' } // 'Beliebt' als Option // { id: 'popular', label: 'Beliebt' } // 'Beliebt' als Option ]; return m("div.tab-bar-container", Loading Loading
frontend/TabBar.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ const TabBar = { const tabs = [ { id: 'all', label: 'Alle' }, { id: 'favorites', label: 'Favoriten' }, { id: 'popular', label: 'Beliebt' } // 'Beliebt' als Option // { id: 'popular', label: 'Beliebt' } // 'Beliebt' als Option ]; return m("div.tab-bar-container", Loading