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

feat(core): pdf viewer supports fit to page #8812

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

fundon
Copy link
Contributor

@fundon fundon commented Nov 13, 2024

What's Changed

  • fits to page by default
  • supports rendering pages of different sizes
Screen.Recording.2024-11-17.at.01.39.54.mov

Copy link

graphite-app bot commented Nov 13, 2024

Your org has enabled the Graphite merge queue for merging into canary

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Contributor Author

fundon commented Nov 13, 2024


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@fundon fundon marked this pull request as ready for review November 13, 2024 23:19
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from a72bac1 to 3c2540a Compare November 13, 2024 23:20
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from 3c2540a to bc9b535 Compare November 13, 2024 23:26
Copy link

nx-cloud bot commented Nov 13, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8ee0296. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.94%. Comparing base (bb43e4b) to head (42ab507).
Report is 1 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #8812      +/-   ##
==========================================
+ Coverage   51.91%   51.94%   +0.02%     
==========================================
  Files        2151     2151              
  Lines       97440    97440              
  Branches    16283    16283              
==========================================
+ Hits        50590    50612      +22     
+ Misses      45537    45514      -23     
- Partials     1313     1314       +1     
Flag Coverage Δ
server-test 78.24% <ø> (+0.06%) ⬆️
unittest 30.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from bc9b535 to e459069 Compare November 15, 2024 23:29
@fundon fundon changed the base branch from canary to fundon/11_02_pdf_embed_view November 15, 2024 23:29
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from e459069 to 3214835 Compare November 16, 2024 17:38
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from 3214835 to e6082d0 Compare November 16, 2024 18:09
@fundon fundon force-pushed the fundon/11_02_pdf_embed_view branch from 43d907c to bec5e53 Compare December 10, 2024 02:58
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from 6978e89 to 481ad7d Compare December 10, 2024 02:58
@fundon fundon changed the title feat: pdf viewer supports fit to page feat(core): pdf viewer supports fit to page Dec 10, 2024
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from 481ad7d to 8ee0296 Compare December 10, 2024 02:59
@fundon fundon force-pushed the fundon/11_02_pdf_embed_view branch from bec5e53 to 3881b59 Compare December 24, 2024 11:33
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from 8ee0296 to 28de310 Compare December 24, 2024 11:33
@fundon fundon force-pushed the fundon/11_02_pdf_embed_view branch from 3881b59 to fa41098 Compare December 24, 2024 11:53
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from 28de310 to c8d8d86 Compare December 24, 2024 11:53
@fundon fundon force-pushed the fundon/11_02_pdf_embed_view branch from fa41098 to ecaaf4e Compare December 24, 2024 12:02
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch 2 times, most recently from 439e007 to 58b3e5e Compare December 24, 2024 12:18
@fundon fundon force-pushed the fundon/11_02_pdf_embed_view branch from ecaaf4e to dc9a403 Compare December 26, 2024 05:03
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from 58b3e5e to fcdb891 Compare December 26, 2024 05:03
@fundon fundon force-pushed the fundon/11_02_pdf_embed_view branch from dc9a403 to 7b7be9b Compare December 26, 2024 05:09
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from fcdb891 to bcf3ce0 Compare December 26, 2024 05:09
Copy link

graphite-app bot commented Dec 26, 2024

Merge activity

### What's Changed

* fits to page by default
* supports rendering pages of different sizes

https://github.com/user-attachments/assets/bf34e6d1-5546-4af1-a131-b801a67e9ace
@fundon fundon force-pushed the fundon/11_02_pdf_embed_view branch from 7b7be9b to bb43e4b Compare December 26, 2024 05:28
@fundon fundon force-pushed the fundon/11_14_pdf_viewer_supports_fit_to_page branch from bcf3ce0 to 42ab507 Compare December 26, 2024 05:29
Base automatically changed from fundon/11_02_pdf_embed_view to canary December 26, 2024 05:43
@graphite-app graphite-app bot merged commit 42ab507 into canary Dec 26, 2024
60 checks passed
@graphite-app graphite-app bot deleted the fundon/11_14_pdf_viewer_supports_fit_to_page branch December 26, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants