feat: add special notation to route screen
Some checks failed
TrafficCue CI / check (push) Failing after 53s
TrafficCue CI / build (push) Successful in 45s

This commit is contained in:
Cfp
2025-06-27 14:33:13 +02:00
parent 9b4bb53f34
commit c861981ec4

View File

@ -64,6 +64,9 @@
<CircleDotIcon /> <CircleDotIcon />
<Input bind:value={toLocation} /> <Input bind:value={toLocation} />
</div> </div>
<span>
You can use <strong>current</strong> for your current location, <strong>home</strong> or <strong>work</strong> for saved locations.
</span>
</div> </div>
<Button <Button
onclick={async () => { onclick={async () => {