mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-07 18:24:50 -04:00
Merge branch 'mealie-recipes:mealie-next' into manage-data-improve-delete-prompt
This commit is contained in:
commit
098c94e253
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
contact_links:
|
contact_links:
|
||||||
- name: Feature Requests
|
- name: Feature Requests
|
||||||
url: https://github.com/hay-kot/mealie/discussions/new?category=feature-request
|
url: https://github.com/mealie-recipes/mealie/discussions/new?category=feature-request
|
||||||
about: Please add any Feature Requests as a Github Discussion using the for in this issue.
|
about: Please add any Feature Requests as a Github Discussion using the form in this issue.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Maintainers Guide
|
# 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)
|
||||||
|
@ -23,9 +23,9 @@ First, click the [link](https://www.icloud.com/shortcuts/cc568d1615bc4f998789f85
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
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`).
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
@ -36,4 +36,4 @@ Finally, you need to replace the word `keyhere` with your API token. Keep the wo
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
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!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Development Road Map
|
# Development Road Map
|
||||||
|
|
||||||
## Feature Requests
|
## 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
|
## Progress
|
||||||
See the [Github Projects page](https://github.com/users/hay-kot/projects/2) to see what is currently being worked on
|
See the [Github Projects page](https://github.com/users/hay-kot/projects/2) to see what is currently being worked on
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
:class="attrs.class.sheet"
|
:class="attrs.class.sheet"
|
||||||
:style="tile ? 'max-width: 100%; width: fit-content;' : 'width: 100%;'"
|
: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-list-item-avatar :class="attrs.class.avatar">
|
||||||
<v-icon :class="attrs.class.icon" dark :small="small"> {{ $globals.icons.primary }} </v-icon>
|
<v-icon :class="attrs.class.icon" dark :small="small"> {{ $globals.icons.primary }} </v-icon>
|
||||||
</v-list-item-avatar>
|
</v-list-item-avatar>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user