Skip to content

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
* Remove Cast Button from layout until it's fully implemented
* Close task manager menu when focus is lost
  • Loading branch information
ferferga committed Jul 24, 2022
1 parent e388a48 commit 2c9885f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions frontend/components/Layout/AppBar/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@
}}</span>
</template>
</app-bar-button-layout>
<cast-button
<!-- Uncomment when some of the remote play features are fully implemented -->
<!-- <cast-button
:fab="
!(!page.transparentLayout || $vuetify.breakpoint.xsOnly) &&
!page.isScrolled
"
/>
/> -->
<user-button />
<locale-switcher
:fab="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
v-if="showButton"
v-model="menu"
:close-on-content-click="false"
:close-on-click="$vuetify.breakpoint.mobile"
close-on-click
:transition="'slide-y-transition'"
bottom
:nudge-bottom="nudgeBottom"
Expand Down

0 comments on commit 2c9885f

Please sign in to comment.