Add dashboard UI foundation and map export workflow
This commit is contained in:
@@ -18,6 +18,7 @@ export const IconInputs: Component<{ weatherIconsSingal: Signal<{[key: string]:
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<strong>Weather symbols</strong><p class="fieldHint">Click a symbol to copy it, then paste it into a city field below.</p>
|
||||
{ weatherIcons.map(icon =>
|
||||
<span class="weatherIconButton" onClick={() => copyToClipboard(icon)}>{ icon }</span>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user