Compare commits
2 Commits
524feee54d
...
9411f1ad72
Author | SHA1 | Date | |
---|---|---|---|
9411f1ad72 | |||
259ec997c8 |
@ -4,7 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && sass src/sass/dashboard-mod.scss static/css/dashboard-mod.css",
|
"build": "tsc",
|
||||||
"prestart": "npm run build",
|
"prestart": "npm run build",
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
@ -43,7 +43,6 @@
|
|||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"prisma-dbml-generator": "^0.10.0",
|
"prisma-dbml-generator": "^0.10.0",
|
||||||
"prisma-docs-generator": "^0.7.0",
|
"prisma-docs-generator": "^0.7.0",
|
||||||
"sass": "^1.62.1",
|
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@ model Item {
|
|||||||
category itemCategory? @relation(fields: [categoryId], references: [id])
|
category itemCategory? @relation(fields: [categoryId], references: [id])
|
||||||
categoryId Int?
|
categoryId Int?
|
||||||
|
|
||||||
items Item[] @relation("items") /// Item beinhaltet..
|
contents Item[] @relation("items") /// Item beinhaltet..
|
||||||
baseItem Item[] @relation("items") /// Item zugehörig zu.
|
baseItem Item[] @relation("items") /// Item zugehörig zu.
|
||||||
|
|
||||||
storageLocation StorageLocation? @relation(fields: [storageLocationId], references: [id])
|
storageLocation StorageLocation? @relation(fields: [storageLocationId], references: [id])
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
.magicalTriangle[aria-expanded=true] {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
transition: transform 0.3s ease;
|
|
||||||
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
.magicalTriangle[aria-expanded=true] {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
transition: transform 0.3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=dashboard-mod.css.map */
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sourceRoot":"","sources":["../../src/sass/dashboard-mod.scss"],"names":[],"mappings":"AAAA;EACC;EACA","file":"dashboard-mod.css"}
|
|
Loading…
Reference in New Issue
Block a user