(frontend) document visible in list are now openable via enter key

the document now appears in the list and can be opened using the enter key

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-09-11 10:49:22 +02:00
parent 69e7235f75
commit dfd5dc1545
2 changed files with 17 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ and this project adheres to
- 🐛(backend) duplicate sub docs as root for reader users
### Changed
- ♿(frontend) improve accessibility:
- ✨ add document visible in list and openable via enter key #1365
## [3.7.0] - 2025-09-12
### Added