️(frontend) improve Comments feature

Improve the comments feature to reduce annoyance:
- gives focus on input when opening comment threads
- hide comment button when mobile view
- improve contrast of overline commented text
- remove thread if last comment deleted
- scroll to bottom thread when adding new comment
This commit is contained in:
Anthony LC
2025-12-09 11:16:59 +01:00
parent 9fcc221b33
commit a6b472aa51
6 changed files with 113 additions and 10 deletions

View File

@@ -6,12 +6,16 @@ and this project adheres to
## [Unreleased]
### Added
- ⚡️(frontend) export html #1669
### Changed
- ♿(frontend) improve accessibility:
- ♿(frontend) add skip to content button for keyboard accessibility #1624
- ♿(frontend) fix toggle panel button a11y labels #1634
- ⚡️(frontend) Enhance/html copy to download #1669
- ⚡️(frontend) improve Comments feature #1687
### Fixed