Skip to content

Commit

Permalink
fix: 🐛 Hide menu if users home location is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Nov 21, 2023
1 parent 7810018 commit f03137f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-vans-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"forager": patch
---

Hide menu if users home location is not set
5 changes: 5 additions & 0 deletions .changeset/tame-eels-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"forager": patch
---

Fix docker volume binding
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const settingsMenuVisible = ref(false)
</Transition>
<ServerHealth />
<SideMenu
v-if="!homeNotSet"
:open-settings="openSettingsMenu"
/>
<Transition name="slide">
Expand Down

0 comments on commit f03137f

Please sign in to comment.