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

Epub reader #10448

Merged
merged 5 commits into from
Feb 8, 2024
Merged

Epub reader #10448

merged 5 commits into from
Feb 8, 2024

Conversation

AlexAndBear
Copy link
Contributor

Description

Related Issue

  • Fixes <issue_link>

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Open tasks:

  • ...

Copy link

update-docs bot commented Feb 6, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

packages/web-app-epub-reader/l10n/translations.json Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/App.vue Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/App.vue Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/App.vue Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/index.ts Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/index.ts Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/index.ts Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/index.ts Outdated Show resolved Hide resolved
packages/web-app-epub-reader/tests/unit/app.spec.ts Outdated Show resolved Hide resolved
packages/web-app-epub-reader/src/App.vue Outdated Show resolved Hide resolved
navigateRightDisabled.value = rendition.currentLocation().atEnd === true
})

rendition.on('keydown', (event: Event) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dschmidt any idea to not do this? we already have keydown listeners, and actually bubbeling the event up would be sufficient

@AlexAndBear
Copy link
Contributor Author

AlexAndBear commented Feb 8, 2024

Known issues:

  • esc doesn't close the reader

TBD in follow-ups:

  • text size slider
  • remember location on reopen
  • add tests

packages/web-app-epub-reader/package.json Outdated Show resolved Hide resolved
@AlexAndBear AlexAndBear enabled auto-merge (squash) February 8, 2024 14:59
Copy link

sonarqubecloud bot commented Feb 8, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Condition Coverage on New Code (required ≥ 50%)

See analysis details on SonarCloud

@AlexAndBear AlexAndBear merged commit fd7c047 into master Feb 8, 2024
2 of 3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the epub-reader branch February 8, 2024 15:54
@micbar micbar mentioned this pull request Jun 19, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants