Skip to content

Create printable tile view of YGOC Explore tiles

Justin Reese requested to merge printable-tile-view into main

This MR enables the printed version of YGOC Explore tiles.

  • Disable more of the site chrome when printing
  • Add print customizations for LFCTheme elements specifically
  • Generate a custom printed layout for YGOC Explore tiles

I won't attach a real output because it contains real proposal data, but here's a Figma sample that approximates the layout, using fake data:

Printed_Tile_View

Note that the focus area badges in the corner aren't present currently. For them, we need to complete https://code.librehq.com/ots/clients/lfc/torque-tracker/-/issues/177 and also merge in torque-sites!176 (merged).

Closes https://code.librehq.com/ots/clients/lfc/torque-tracker/-/issues/176

Merge request reports