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

Client print detail improvements #3861

Merged
merged 4 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    ceb3b0f View commit details
    Browse the repository at this point in the history
  2. Fix font coloring

    This probably broke in 3d4c73e
    carlobeltrame committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1d3e45e View commit details
    Browse the repository at this point in the history
  3. Work around react-pdf bug

    Until diegomura/react-pdf#2400 is merged,
    react-pdf can sometimes fall into an infinite loop during layouting,
    when a min-presence-ahead element has a following sibling with vertical
    margins. This caused our Star Wars example camp to be unprintable.
    The bug does not happen with vertical padding, so this workaround will
    fix the problem for now.
    carlobeltrame committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    49c0099 View commit details
    Browse the repository at this point in the history
  4. Update snapshots

    carlobeltrame committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7e1112d View commit details
    Browse the repository at this point in the history