store: previsualización del render del ítem al pasar el ratón
Replica el preview del store original: un icono en el cuadro del ítem que, al pasar el ratón, muestra el render del objeto. El CSS ya estaba en el tema (nw-st-tooltip-w / nw-st-img-tooltip / nw-img-display, copiado del original); solo faltaban el markup y las imágenes. - Los 545 PNG se sirven desde nw-images/nw-displays/ en vez de enlazar al servidor original, para no depender de un tercero que puede cortarlo. - Solo lo llevan los ítems equipables (610 de 3068): el resto no tiene apariencia, igual que en el original. El dato ya estaba en la columna `preview` de home_store_item y llegaba hasta el componente sin usarse. - El icono va con `fas`, no con el `fa` suelto del original: cargamos Font Awesome 6, donde solo .fas/.fa-solid activan la fuente, y el `fa` de FA4/5 no pintaría nada sin el shim de compatibilidad. Descartado el visor 3D de wowhead: zamimg sirve el meta del modelo con lista blanca de orígenes (403 desde nuestro dominio, 200 solo desde wowhead.com), así que solo funcionaría proxeando sus assets para saltarse esa comprobación. Verificado en el navegador: oculto por defecto, visible en hover, imagen 200. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@@ -9,6 +9,9 @@ import type { StoreCategory, StoreItem } from '@/lib/store'
|
||||
|
||||
const ICON_FALLBACK = 'inv_misc_questionmark'
|
||||
|
||||
/** Renders de los ítems de la tienda (public/), para el preview en hover. */
|
||||
const STORE_DISPLAY_PATH = '/nw-themes/nw-ryu/nw-images/nw-displays'
|
||||
|
||||
/**
|
||||
* Reaplica el tratamiento de wowhead (con `colorLinks` = teñir por calidad) a los
|
||||
* enlaces que React acaba de montar. `tooltips.js` solo recorre el DOM al cargar,
|
||||
@@ -59,6 +62,21 @@ function CategoryNode({
|
||||
const added = cart.has(it.id)
|
||||
return (
|
||||
<div className="item-box" key={it.id}>
|
||||
{/* Previsualización del render al pasar el ratón, como el original:
|
||||
solo la tienen los ítems equipables (los demás no tienen
|
||||
apariencia). El CSS (nw-st-tooltip-w, nw-img-display) ya viene
|
||||
en el tema. */}
|
||||
{it.preview && (
|
||||
<div className="second-brown nw-st-tooltip-w">
|
||||
{/* `fas`, no el `fa` suelto del original: cargamos Font Awesome 6,
|
||||
donde solo .fas/.fa-solid activan la fuente (el `fa` de FA4/5
|
||||
no pinta nada sin el shim de compatibilidad). */}
|
||||
<i className="fas fa-image" />
|
||||
<span className="nw-st-img-tooltip">
|
||||
<ins className="nw-img-display" style={{ backgroundImage: `url(${STORE_DISPLAY_PATH}/${it.preview}.png)` }} />
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||
<img className="item-img-box" src={wowheadIcon(it.icon || ICON_FALLBACK, 'large')} alt={it.name} loading="lazy" />
|
||||
<p className="item-name centered">
|
||||
|
||||
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 147 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 127 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 133 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 222 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 167 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 104 KiB |