feat: Add troubleshooting guide for unresponsive login and registration, enhance collection modal alerts, and improve localization for itinerary features

This commit is contained in:
Sean Morley
2025-03-20 22:28:23 -04:00
parent 1042a3edcc
commit f79b06f6b3
6 changed files with 64 additions and 6 deletions

View File

@@ -164,6 +164,14 @@
{#if filteredCountries.length === 0}
<p class="text-center font-bold text-2xl mt-12">{$t('worldtravel.no_countries_found')}</p>
<div class="text-center mt-4">
<a
class="link link-primary"
href="https://adventurelog.app/docs/configuration/updating.html#updating-the-region-data"
target="_blank">{$t('settings.documentation_link')}</a
>
</div>
{/if}
<svelte:head>