Skip to content

Implement audio download#1069

Draft
TheNonPirate wants to merge 11 commits into
sillsdev:mainfrom
TheNonPirate:feature/download-audio-offline/1036
Draft

Implement audio download#1069
TheNonPirate wants to merge 11 commits into
sillsdev:mainfrom
TheNonPirate:feature/download-audio-offline/1036

Conversation

@TheNonPirate

Copy link
Copy Markdown
Contributor

Resolves #1036. This PR implements audio downloading using the service worker's cache to store audio.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 51904534-e083-44ed-92f1-8cefba6ff4dd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

The service worker cache disappears when the app is updated, so we need to use the database method, not the service worker cache method.
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.

Download audio for offline use

1 participant