[PR #2369] [MERGED] Add plugin for offline PWA support #34468

Closed
opened 2026-04-20 21:37:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2369
Author: @jfdoming
Created: 2/17/2024
Status: Merged
Merged: 2/21/2024
Merged by: @youngcw

Base: masterHead: jfdoming/offline-pwa-support


📝 Commits (7)

📊 Changes

5 files changed (+1720 additions, -11 deletions)

View changed files

📝 package.json (+3 -0)
📝 packages/desktop-client/package.json (+1 -0)
📝 packages/desktop-client/vite.config.mts (+10 -0)
upcoming-release-notes/2369.md (+6 -0)
📝 yarn.lock (+1700 -11)

📄 Description

This PR adds a vite plugin for offline PWA support, so that you can install the app as a PWA and then use it offline.

It worked well in my brief testing (both in dev and after installing), but would love other folks to try it out and let me know their thoughts.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2369 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 2/17/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `jfdoming/offline-pwa-support` --- ### 📝 Commits (7) - [`82e0a90`](https://github.com/actualbudget/actual/commit/82e0a90471b5b18ea131d07b0ac25560659f8c32) Add plugin for offline PWA support - [`733d50c`](https://github.com/actualbudget/actual/commit/733d50c0282ad71e21fec2a7759e7db76a94f322) Add release notes - [`a8120c2`](https://github.com/actualbudget/actual/commit/a8120c2734a74a7ea4f93406770ab2d57b5ce28f) Attempt to fix kcab fetch issue - [`9658768`](https://github.com/actualbudget/actual/commit/96587683f050f168f75da1d0ef7435d0030fb9cd) Fix type errors - [`9cff76a`](https://github.com/actualbudget/actual/commit/9cff76adf7087e3f3e6019ca94ede8c1823f5967) Cache more file types - [`72c3e1a`](https://github.com/actualbudget/actual/commit/72c3e1ac8cafdf3fa7284847fe31423488eebe4f) Empty commit to try to bump action - [`f09d290`](https://github.com/actualbudget/actual/commit/f09d290f348c32d8b406808017ff3e4c06514e23) Attempt to fix fonts ### 📊 Changes **5 files changed** (+1720 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+3 -0) 📝 `packages/desktop-client/package.json` (+1 -0) 📝 `packages/desktop-client/vite.config.mts` (+10 -0) ➕ `upcoming-release-notes/2369.md` (+6 -0) 📝 `yarn.lock` (+1700 -11) </details> ### 📄 Description This PR adds a vite plugin for offline PWA support, so that you can install the app as a PWA and then use it offline. It worked well in my brief testing (both in dev and after installing), but would love other folks to try it out and let me know their thoughts. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 21:37:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#34468