mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 15:59:38 +02:00
feat: update .env.example for demo database setup and add image search functionality in AdventureModal
This commit is contained in:
parent
56244329f5
commit
a4df852744
2 changed files with 13 additions and 1 deletions
|
@ -545,6 +545,7 @@
|
|||
if (adventure.is_visited && !reverseGeocodePlace?.is_visited) {
|
||||
markVisited();
|
||||
}
|
||||
imageSearch = adventure.name;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue