Merge branch 'mealie-recipes:mealie-next' into manage-data-improve-delete-prompt

This commit is contained in:
Kuchenpirat 2023-11-21 11:39:52 +01:00 committed by GitHub
commit 098c94e253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
contact_links:
- name: Feature Requests
url: https://github.com/hay-kot/mealie/discussions/new?category=feature-request
about: Please add any Feature Requests as a Github Discussion using the for in this issue.
url: https://github.com/mealie-recipes/mealie/discussions/new?category=feature-request
about: Please add any Feature Requests as a Github Discussion using the form in this issue.

View File

@ -1,3 +1,3 @@
# Maintainers Guide
See -> ./docs/docs/contributors/developers-guide/maintainers.md
See -> [/docs/docs/contributors/developers-guide/maintainers.md](/docs/docs/contributors/developers-guide/maintainers.md)

View File

@ -23,9 +23,9 @@ First, click the [link](https://www.icloud.com/shortcuts/cc568d1615bc4f998789f85
![screenshot](../../assets/img/sc1half.png)
Next, you need to replace `url` and `port` with the information for your mealie instance.
Next, you need to replace `url` and `port` with the information for your Mealie instance.
If you have a TLD that you use, put that here with no port. If you just run local, Then, you need to put in your mealie instance IP and the port of `9926`.
If you have a domain that you use (e.g. `https://mealie.example.com`), put that here. If you just run local, then you need to put in your Mealie instance IP and the port you use (e.g. the default is `9925`).
![screenshot](../../assets/img/sc2half.png)
@ -36,4 +36,4 @@ Finally, you need to replace the word `keyhere` with your API token. Keep the wo
![screenshot](../../assets/img/sc3half.png)
You should now be able to share a website to the shortcut and have mealie grab all the necessary information!
You should now be able to share a website to the shortcut and have Mealie grab all the necessary information!

View File

@ -1,7 +1,7 @@
# Development Road Map
## Feature Requests
[Please request new features on Github](https://github.com/hay-kot/mealie/issues/317)
[Please request new features on Github](https://github.com/mealie-recipes/mealie/discussions/new?category=feature-request)
## Progress
See the [Github Projects page](https://github.com/users/hay-kot/projects/2) to see what is currently being worked on

View File

@ -7,7 +7,7 @@
:class="attrs.class.sheet"
:style="tile ? 'max-width: 100%; width: fit-content;' : 'width: 100%;'"
>
<v-list-item :to="'/' + groupSlug + '/r/' + recipe.slug" :class="attrs.class.listItem">
<v-list-item :to="'/g/' + groupSlug + '/r/' + recipe.slug" :class="attrs.class.listItem">
<v-list-item-avatar :class="attrs.class.avatar">
<v-icon :class="attrs.class.icon" dark :small="small"> {{ $globals.icons.primary }} </v-icon>
</v-list-item-avatar>