You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when we want to print the documentation we get a black & white theme. That makes sense for common printing. But some people may want to print in full color.
We have two problems.
The UI mechanism to allow the users to print both version.
a) We could have a general settings button to establish the default version for printing. (Not very ux friendly)
b) Have two buttons to print (one for color and one for B&W)
c) Have a dropdown in the print button to offer the options (Color, B&W)
If we print in color the contrast and color of the "blocks" might be difficult to read in paper. Like for example pink box with white font next to a red box.
a) Define a set of print colors for the blocks and apply a color CSS sheet
b) Define a set of print safe colors to use across the app so we can use those everywhere.
The text was updated successfully, but these errors were encountered:
Currently when we want to print the documentation we get a black & white theme. That makes sense for common printing. But some people may want to print in full color.
We have two problems.
a) We could have a general settings button to establish the default version for printing. (Not very ux friendly)
b) Have two buttons to print (one for color and one for B&W)
c) Have a dropdown in the print button to offer the options (Color, B&W)
a) Define a set of print colors for the blocks and apply a color CSS sheet
b) Define a set of print safe colors to use across the app so we can use those everywhere.
The text was updated successfully, but these errors were encountered: