mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	App Bar Rewrite (#347)
* Dummy Commit * consolidate sidebar and app bar * fix image error * consolidate sidebar * new icon for user menu * fixes #329 * fix double click on mobile * swap to computed properties * fix open/close bug * rewrite search for mobile * fix ingredient checkbox * cleanup console.logs * set default lang + bump version * draft changelog * reword * update env variables Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <v-container>
 | 
			
		||||
    <CategorySidebar />
 | 
			
		||||
    <CardSection
 | 
			
		||||
      :sortable="true"
 | 
			
		||||
      :title="$t('page.all-recipes')"
 | 
			
		||||
@@ -13,11 +12,10 @@
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import CardSection from "@/components/UI/CardSection";
 | 
			
		||||
import CategorySidebar from "@/components/UI/CategorySidebar";
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
  components: {
 | 
			
		||||
    CardSection,
 | 
			
		||||
    CategorySidebar,
 | 
			
		||||
  },
 | 
			
		||||
  data() {
 | 
			
		||||
    return {};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user