(frontend) print a doc with native browser

We can now print a doc with the native browser
print dialog.
This feature uses the browser's built-in print
capabilities to generate a print preview and
allows users to print directly from the application.
It has as well a powerfull print to PDF feature
that leverages the browser's PDF generation
capabilities for better compatibility and
quality.

Co-authored-by: AntoLC <anthony.le-courric@mail.numerique.gouv.fr>
Co-authored-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Anthony LC
2026-02-04 11:51:10 +01:00
parent 48df68195a
commit 5d8741a70a
8 changed files with 377 additions and 33 deletions

View File

@@ -6,10 +6,15 @@ and this project adheres to
## [Unreleased]
### Added
✨(frontend) Can print a doc #1832
### Changed
- ♿️(frontend) Focus main container after navigation #1854
### Fixed
🐛(frontend) fix broadcast store sync #1846