-
Notifications
You must be signed in to change notification settings - Fork 8
add/sharecard #56
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
Draft
dongguacute
wants to merge
6
commits into
main
Choose a base branch
from
add/sharecard
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
add/sharecard #56
Conversation
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
* feat(share): implement share functionality with popup and section buttons Add share state management, popup component with QR code generation, and section share buttons. Includes: - Share state management with reactive store - Popup component with content preview and image download - Automatic injection of share buttons to section headers - QR code generation for sharing links - New dependencies for QR code and DOM capture * Merge pull request #49 from dongguacute/main feat(share): implement share functionality with popup and section but… * feat(share): improve share functionality and UI - Add route path check to limit share button injection to docs pages - Make share button always visible and remove hover scale effect - Add click feedback with green text color on share button - Update share popup with better filename, body overflow handling, and style tweaks - Change button title from "分享此页" to "保存图片" * fix (#51) * feat(share): implement share functionality with popup and section buttons Add share state management, popup component with QR code generation, and section share buttons. Includes: - Share state management with reactive store - Popup component with content preview and image download - Automatic injection of share buttons to section headers - QR code generation for sharing links - New dependencies for QR code and DOM capture * feat(share): improve share functionality and UI - Add route path check to limit share button injection to docs pages - Make share button always visible and remove hover scale effect - Add click feedback with green text color on share button - Update share popup with better filename, body overflow handling, and style tweaks - Change button title from "分享此页" to "保存图片" --------- Signed-off-by: Cherry🍒 <132185099+dongguacute@users.noreply.github.com> * refactor(share): improve share button injection and styling - Change share button container positioning to appear at section end - Replace element class check with more reliable processed marker - Adjust popup backdrop styling for better visibility - Move container styles from inline to CSS class * fix (#52) * feat(share): implement share functionality with popup and section buttons Add share state management, popup component with QR code generation, and section share buttons. Includes: - Share state management with reactive store - Popup component with content preview and image download - Automatic injection of share buttons to section headers - QR code generation for sharing links - New dependencies for QR code and DOM capture * feat(share): improve share functionality and UI - Add route path check to limit share button injection to docs pages - Make share button always visible and remove hover scale effect - Add click feedback with green text color on share button - Update share popup with better filename, body overflow handling, and style tweaks - Change button title from "分享此页" to "保存图片" * refactor(share): improve share button injection and styling - Change share button container positioning to appear at section end - Replace element class check with more reliable processed marker - Adjust popup backdrop styling for better visibility - Move container styles from inline to CSS class --------- Signed-off-by: Cherry🍒 <132185099+dongguacute@users.noreply.github.com> * feat(share-button): improve styling and positioning of share button - Change button position to be aligned with heading - Update button styling to match theme colors - Simplify DOM insertion logic by removing section traversal - Add hover effects and consistent sizing * style: update share button background color for better visibility * fix (#53) * feat(share): implement share functionality with popup and section buttons Add share state management, popup component with QR code generation, and section share buttons. Includes: - Share state management with reactive store - Popup component with content preview and image download - Automatic injection of share buttons to section headers - QR code generation for sharing links - New dependencies for QR code and DOM capture * Merge pull request #49 from dongguacute/main feat(share): implement share functionality with popup and section but… * feat(share): improve share functionality and UI - Add route path check to limit share button injection to docs pages - Make share button always visible and remove hover scale effect - Add click feedback with green text color on share button - Update share popup with better filename, body overflow handling, and style tweaks - Change button title from "分享此页" to "保存图片" * refactor(share): improve share button injection and styling - Change share button container positioning to appear at section end - Replace element class check with more reliable processed marker - Adjust popup backdrop styling for better visibility - Move container styles from inline to CSS class * feat(share-button): improve styling and positioning of share button - Change button position to be aligned with heading - Update button styling to match theme colors - Simplify DOM insertion logic by removing section traversal - Add hover effects and consistent sizing * style: update share button background color for better visibility --------- Signed-off-by: Cherry🍒 <132185099+dongguacute@users.noreply.github.com> --------- Signed-off-by: Cherry🍒 <132185099+dongguacute@users.noreply.github.com>
Deploying ab with
|
| Latest commit: |
8f0441d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7f3a6695.ab-7pz.pages.dev |
| Branch Preview URL: | https://add-sharecard.ab-7pz.pages.dev |
Add ability to display tags in share popup by extending share state interface Include frontmatter tags and inline badges as share tags Style tags with appropriate colors based on their type
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.
Add share state management, popup component with QR code generation, and section share buttons. Includes:
feat(share): implement share functionality with popup and section but…
Add share state management, popup component with QR code generation, and section share buttons. Includes:
Add share state management, popup component with QR code generation, and section share buttons. Includes:
style: update share button background color for better visibility
feat(share): implement share functionality with popup and section buttons
Add share state management, popup component with QR code generation, and section share buttons. Includes:
feat(share): implement share functionality with popup and section but…