mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-18 20:39:36 +02:00
feat: add alert message in AdventureModal for GPX file tips
This commit is contained in:
parent
297eb2916a
commit
20cdc2405f
1 changed files with 17 additions and 0 deletions
|
@ -742,6 +742,23 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div role="alert" class="alert bg-neutral">
|
||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
fill="none"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
class="stroke-info h-6 w-6 shrink-0"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
||||||
|
></path>
|
||||||
|
</svg>
|
||||||
|
<span>{$t('adventures.gpx_tip')}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
{#if attachmentToEdit}
|
{#if attachmentToEdit}
|
||||||
<form
|
<form
|
||||||
on:submit={(e) => {
|
on:submit={(e) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue