Add print-friendly stylesheet for bounty detail and export views - #1126
Open
Benedict315 wants to merge 1 commit into
Open
Add print-friendly stylesheet for bounty detail and export views#1126Benedict315 wants to merge 1 commit into
Benedict315 wants to merge 1 commit into
Conversation
- Hide navigation and interactive chrome in print mode - Ensure high contrast with black text on white background - Show full URLs for links in print - Improve timeline visibility and layout for print - Hide USD amounts and non-essential elements - Adjust bounty detail layout for optimal print output
|
@jotel-dev is attempting to deploy a commit to the ritik4ever's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Benedict315 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changes Made
Navigation/Interactive Chrome Hidden:
Glow effects
Panel header actions (Share, Print, Back buttons)
Action rows
Copy buttons and wrappers
Submission modals
Extend deadline controls
"More like this" recommendations section
Dark mode toggle
Print Optimization:
White background with black text for high contrast
Removed borders, shadows, and border-radius from panels
Status pills, amount chips, and chips now have black borders with white background
Links show their full URLs in print for reference
Timeline visibility improved with proper borders
All text labels and content forced to black for legibility
USD amounts hidden to reduce clutter
Layout Adjustments:
Repo avatar hidden in print
Meta grid adjusted to 2-column layout
Break-inside avoidance for hero and timeline sections
Full-width layout without max-width constraints
The implementation meets all acceptance criteria:
✅ Print preview hides navigation chrome and shows core bounty information clearly
✅ Printed output remains legible in black-and-white printing
✅ Key bounty details (title, amount, status, repo link) are clearly visible
Type of change
Security Checklist
Please review the SECURITY_CHECKLIST.md and check off any items that apply. Reviewers must sign off on these items before merge.
closes [FEATURE] Add print-friendly stylesheet for bounty detail and export views #857