(frontend) add import document area in docs grid

Add import document area with drag and drop
support in the docs grid component.
We can now import docx and and md files just
by dropping them into the designated area.

We are using the `react-dropzone` library to
handle the drag and drop functionality.
This commit is contained in:
Anthony LC
2025-11-28 16:45:17 +01:00
parent feb9f7d4a9
commit 2e6c39262d
9 changed files with 541 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ and this project adheres to
### Added
- ✨(frontend) integrate configurable Waffle #1795
- ✨ Import of documents #1609
### Changed