Skip to content

Commit 862131b

Browse files
authored
Update fast-search-card.js
1 parent 89d9efe commit 862131b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)