Usuniecie zbędnych image, dodanie id dla input wyszukiwania
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 207 KiB |
BIN
src/assets/sections/arris4302.webp
Normal file
|
After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 98 KiB |
BIN
src/assets/sections/arris5202.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 16 KiB |
@@ -12,7 +12,6 @@ const section = props.section ?? {};
|
|||||||
{section.title && <h2 class="f-section-title">{section.title}</h2>}
|
{section.title && <h2 class="f-section-title">{section.title}</h2>}
|
||||||
{section.content && <Markdown text={section.content} />}
|
{section.content && <Markdown text={section.content} />}
|
||||||
|
|
||||||
{/* wyszukiwarka działa na API/DB */}
|
|
||||||
<TvChannelsSearch client:load />
|
<TvChannelsSearch client:load />
|
||||||
|
|
||||||
{section.button && (
|
{section.button && (
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
sections:
|
sections:
|
||||||
- title: "Dekoder Arris 4302 HD"
|
- title: "Dekoder Arris 4302 HD"
|
||||||
image: "VIP4302.png"
|
image: "arris4302.webp"
|
||||||
button:
|
button:
|
||||||
text: "Zobacz możliwości dekodera →"
|
text: "Zobacz możliwości dekodera →"
|
||||||
url: "/internet-telewizja/telewizja-mozliwosci"
|
url: "/internet-telewizja/telewizja-mozliwosci"
|
||||||
@@ -21,7 +21,7 @@ sections:
|
|||||||
- Wymiary modelu (szer/dł/wys): 130 x 130 x 26 mm
|
- Wymiary modelu (szer/dł/wys): 130 x 130 x 26 mm
|
||||||
|
|
||||||
- title: "Dekoder Arris 5202-4k"
|
- title: "Dekoder Arris 5202-4k"
|
||||||
image: "arris5202.png"
|
image: "arris5202.webp"
|
||||||
button:
|
button:
|
||||||
text: "Zobacz możliwości dekodera →"
|
text: "Zobacz możliwości dekodera →"
|
||||||
url: "/internet-telewizja/telewizja-mozliwosci"
|
url: "/internet-telewizja/telewizja-mozliwosci"
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ export default function JamboxChannelsModal({ isOpen, onClose, pkg }) {
|
|||||||
<div class="f-chsearch__top">
|
<div class="f-chsearch__top">
|
||||||
<div class="f-chsearch__inputwrap">
|
<div class="f-chsearch__inputwrap">
|
||||||
<input
|
<input
|
||||||
|
id="modal-channel-search"
|
||||||
class="f-chsearch__input"
|
class="f-chsearch__input"
|
||||||
type="search"
|
type="search"
|
||||||
value={query}
|
value={query}
|
||||||
@@ -159,7 +160,7 @@ export default function JamboxChannelsModal({ isOpen, onClose, pkg }) {
|
|||||||
)}
|
)}
|
||||||
<div class="jmb-channel-name">{ch.name}</div>
|
<div class="jmb-channel-name">{ch.name}</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="jmb-channel-face jmb-channel-back">
|
<div class="jmb-channel-face jmb-channel-back">
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ function scrollToPackage(packageName) {
|
|||||||
<div class="f-chsearch__top">
|
<div class="f-chsearch__top">
|
||||||
<div class="f-chsearch__inputwrap">
|
<div class="f-chsearch__inputwrap">
|
||||||
<input
|
<input
|
||||||
|
id="channel-search"
|
||||||
class="f-chsearch__input"
|
class="f-chsearch__input"
|
||||||
type="search"
|
type="search"
|
||||||
value={q}
|
value={q}
|
||||||
|
|||||||