File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -8108,7 +8108,6 @@ class FastSearchCard extends HTMLElement {
81088108 }
81098109 }
81108110
8111-
81128111 getDetailLeftPaneHTML(item) {
81138112 const newBackButtonSVG = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor"><path d="M15 6L9 12L15 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>`;
81148113 const state = this._hass.states[item.id];
@@ -8121,16 +8120,7 @@ class FastSearchCard extends HTMLElement {
81218120 const backgroundStyle = albumArt
81228121 ? `background-image: url('${albumArt}');`
81238122 : `background-image: url('${backgroundImage}');`;
8124-
8125- const mobileTabsHTML = `
8126- <div class="detail-tabs-container mobile-tabs">
8127- <div class="detail-tabs">
8128- <span class="tab-slider"></span>
8129- ${tabsConfig.map(tab => `<a href="#" class="detail-tab ${tab.default ? 'active' : ''}" data-tab="${tab.id}" title="${tab.title}">${tab.svg}</a>`).join('')}
8130- </div>
8131- </div>
8132- `;
8133-
8123+
81348124 return `
81358125 <div class="detail-left-header">
81368126 <button class="back-button">${newBackButtonSVG}</button>
You can’t perform that action at this time.
0 commit comments