feat: merge food into another (#1143)

* setup food repository

* add merge route and payloads

* remove type checking

* generate types

* implement merge dialog

* food repo tests

* split install from workflow

* bum dependencies

* revert changes

* update copy

* refactor URLs to avoid incorrect template being used

* stick advanced items under developer mode

* use utility component for advanced feature
This commit is contained in:
Hayden
2022-04-09 19:08:48 -08:00
committed by GitHub
parent 10784b6e24
commit b93dae109e
21 changed files with 319 additions and 175 deletions

View File

@@ -97,7 +97,7 @@
</section>
</section>
<v-container class="mt-4 d-flex justify-end">
<v-btn outlined rounded to="/group/data/migrations"> Looking For Migrations? </v-btn>
<v-btn outlined rounded to="/group/migrations"> Looking For Migrations? </v-btn>
</v-container>
</v-container>
</template>