Fixed text size of countries being calculated.

This commit is contained in:
Eugene Burmakin 2025-06-09 13:04:04 +02:00
parent b6a7896119
commit c09558a6bd
3 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed a bug where points from Immich and Photoprism did not have lonlat attribute set. #1318
- Added minimum password length to 6 characters. #1373
- Text size of countries being calculated is now smaller. #1371
## Changed

View file

@ -39,6 +39,7 @@ Donate using crypto: [0x6bAd13667692632f1bF926cA9B421bEe7EaEB8D4](https://ethers
- ❌ **Do not delete your original data** after importing into Dawarich.
- 📦 **Backup before updates**: Always [backup your data](https://dawarich.app/docs/tutorials/backup-and-restore) before upgrading.
- 🔄 **Stay up-to-date**: Make sure you're running the latest version for the best experience.
- ⚠️ **DO NOT USE PRODUCTION ENVIRONMENT**: Dawarich is not yet ready for production. Also, in production env no background jobs will be processed.
---

View file

@ -20,7 +20,7 @@
<% elsif trip.visited_countries.present? %>
<%= trip.visited_countries.join(', ') %>
<% else %>
<span>Countries are being calculated...</span>
<span class="text-xs">Countries are being calculated...</span>
<span class="loading loading-dots loading-sm"></span>
<% end %>
</div>