Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing fixes #971

Merged
merged 6 commits into from
Oct 30, 2023
Merged

Printing fixes #971

merged 6 commits into from
Oct 30, 2023

Conversation

mejo-
Copy link
Member

@mejo- mejo- commented Oct 27, 2023

📝 Summary

  • Provide "Export or print" action on readonly collectives
  • Fix link to print view on public shares
  • Don't print landing page widgets
  • Get rid of empty trailing page when printing
  • Fix detection of images in print view
  • Don't cut pages on Firefox
  • Get rid of background and border when printing

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation is not required

@mejo- mejo- added bug Something isn't working 3. to review labels Oct 27, 2023
Add page actions menu for landingpage in readonly collective.

Signed-off-by: Jonas <[email protected]>
Sharetoken is needed for export link in public shares

Signed-off-by: Jonas <[email protected]>
Also resolves the problem with empty page before first page content on
Firefox.

Fixes: #542
Fixes: #543

Signed-off-by: Jonas <[email protected]>
@mejo- mejo- merged commit 9681cdc into main Oct 30, 2023
39 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/print branch October 30, 2023 15:13
@pjrobertson
Copy link
Contributor

Awesome, thanks mejo!

Don't cut pages on Firefox

Seems like the bug I was previously experiencing. Looking forward to seeing this released :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Printing: Collective title always on blank first page Improve printing layout
3 participants