{$resortName}
{$roomNumber}
{$welcomePrefix}
{$heroGuestText}
{#if weather}
{#if getWeatherIcon(weather.code) === 'sun'}
{:else if getWeatherIcon(weather.code) === 'cloud-sun'}
{:else if getWeatherIcon(weather.code) === 'cloud'}
{:else if getWeatherIcon(weather.code) === 'cloud-fog'}
{:else if getWeatherIcon(weather.code) === 'cloud-rain'}
{:else if getWeatherIcon(weather.code) === 'cloud-snow'}
{:else}
{/if}
{weather.temp}°F
{:else}
--°F
{/if}
{formatTime(currentTime)}
{formatDate(currentTime)}
{#each navItems as item, index (item.id)}
handleSelect(item)} on:mouseenter={() => { handleNavHover(); selectedIndex.set(index); }} on:keydown={(e) => { if (e.key === 'Enter') handleSelect(item); }} style="color: {$navElementsColor};" >
{#if item.icon === 'play'}
{:else if item.icon === 'play-circle'}
{:else if item.icon === 'utensils'}
{:else if item.icon === 'compass'}
{/if}
{item.label}
{/each}
Sun (0)
Cloud-Sun (1,2)
Cloud (3)
Cloud-Fog (45,48)
Rain (51-75)
Snow (71-75)
❄
❄