(frontend) implement document search functionality

- Added a new DocSearchModal component for searching documents.
- Introduced DocSearchItem component to display individua
 document results.
- Enhanced the useDocs API to support title-based searching.
- Implemented e2e tests for document search visibility and
functionality.
- Included an empty state illustration for no search results.
- Updated the LeftPanelHeader to open the document search modal.
This commit is contained in:
Nathan Panchout
2024-12-09 18:00:53 +01:00
committed by Anthony LC
parent 157f6200f2
commit 44784b2236
12 changed files with 324 additions and 25 deletions

View File

@@ -50,6 +50,7 @@ and this project adheres to
## Fixed
- 🐛(frontend) update doc editor height #481
- 💄(frontend) add doc search #485
## [1.9.0] - 2024-12-11