feat: add notebook widget (#294)

* feat: add nestjs replacement, remove nestjs

* feat: add notebook widget

* fix: format issue

* fix: add missing tiptap packages

* refactor: improve structure of table options

* fix: downgrade to tiptap 2.2.5 as not yet supported by mantine/tiptap

* fix: format issue

* fix: deepsource issues

* fix: typecheck issues

* refactor: move default notebook content to seperate file

* fix: format issue
This commit is contained in:
Meier Lukas
2024-04-13 12:32:55 +02:00
committed by GitHub
parent 8f4897186c
commit 6b1879cbb1
15 changed files with 1587 additions and 148 deletions

View File

@@ -45,6 +45,21 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@tiptap/extension-link": "^2.2.5",
"@tiptap/react": "^2.2.5",
"@tiptap/starter-kit": "^2.2.5",
"@tiptap/extension-color": "2.2.5",
"@tiptap/extension-highlight": "2.2.5",
"@tiptap/extension-image": "2.2.5",
"@tiptap/extension-table": "2.2.5",
"@tiptap/extension-table-cell": "2.2.5",
"@tiptap/extension-table-header": "2.2.5",
"@tiptap/extension-table-row": "2.2.5",
"@tiptap/extension-task-item": "2.2.5",
"@tiptap/extension-task-list": "2.2.5",
"@tiptap/extension-text-align": "2.2.5",
"@tiptap/extension-text-style": "2.2.5",
"@tiptap/extension-underline": "2.2.5",
"video.js": "^8.10.0"
}
}