mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
feat: option to create group in add to group modal
This commit is contained in:
parent
ff7cc2dd3f
commit
8b4949349e
8 changed files with 93 additions and 46 deletions
|
@ -9,24 +9,16 @@
|
|||
"groupName": "unocss"
|
||||
},
|
||||
{
|
||||
"matchPackagePrefixes": [
|
||||
"linkify"
|
||||
],
|
||||
"matchPackagePrefixes": ["linkify"],
|
||||
"groupName": "linkify"
|
||||
},
|
||||
{
|
||||
"matchPackagePrefixes": [
|
||||
"@vitejs/"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"vite"
|
||||
],
|
||||
"matchPackagePrefixes": ["@vitejs/"],
|
||||
"matchPackageNames": ["vite"],
|
||||
"groupName": "vite"
|
||||
},
|
||||
{
|
||||
"matchPackagePrefixes": [
|
||||
"@iconify-json/"
|
||||
],
|
||||
"matchPackagePrefixes": ["@iconify-json/"],
|
||||
"groupName": "iconify",
|
||||
"automerge": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue