Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly committed Jun 27, 2024
1 parent b61042e commit 55ba018
Show file tree
Hide file tree
Showing 8 changed files with 5,525 additions and 26 deletions.
17 changes: 10 additions & 7 deletions frontend/src/components/menu/__snapshots__/TopMenu.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -778,21 +778,23 @@ exports[`TopMenu > renders 1`] = `
</div>
<<<<<<< HEAD
<<<<<<< HEAD
=======
<!-- &lt;NavigationDrawer :model-value="drawer" :location="location" @update:model-value="updateDrawer"&gt; -->
>>>>>>> 469e74c7 (coverage to 96%)
<nav
class="v-navigation-drawer v-navigation-drawer--bottom v-navigation-drawer--temporary v-theme--light bg-grey-lighten-4 custom-drawer"
data-v-5cadcb8f=""
mobile=""
style="bottom: 0px; z-index: 1004; transform: translateY(110%); position: fixed; transition: none !important; left: 0px; width: calc(100% - 0px - 0px);"
class="v-navigation-drawer v-navigation-drawer--right v-navigation-drawer--temporary v-theme--light v-navigation-drawer--mobile"
style="right: 0px; z-index: 1004; transform: translateX(110%); position: fixed; transition: none !important; height: calc(100% - NaNpx - 0px); bottom: 0px; width: 256px;"
>
<!---->
<!---->
<div
class="v-navigation-drawer__content"
>
<div
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-text-field mx-4 mt-4 SearchDrawer"
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-text-field mx-4 mt-4 search-drawer"
data-v-6d3ee220=""
>
<!---->
Expand Down Expand Up @@ -1679,7 +1681,6 @@ exports[`TopMenu > renders 1`] = `
</div>
</div>
<!---->
</nav>
Expand All @@ -1692,6 +1693,8 @@ exports[`TopMenu > renders 1`] = `
<!---->
</transition-stub>
<!-- &lt;/NavigationDrawer&gt; -->
=======
>>>>>>> 545991c3 (delete navigationDrawer component)
Expand Down
Loading

0 comments on commit 55ba018

Please sign in to comment.