[PR #2980] [MERGED] Add PWA shortcuts #4619

Closed
opened 2026-02-28 20:58:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2980
Author: @julianwachholz
Created: 7/4/2024
Status: Merged
Merged: 7/4/2024
Merged by: @youngcw

Base: masterHead: manifest-improvements


📝 Commits (2)

📊 Changes

5 files changed (+55 additions, -1 deletions)

View changed files

packages/desktop-client/public/shortcut-accounts.svg (+3 -0)
packages/desktop-client/public/shortcut-reports.svg (+3 -0)
packages/desktop-client/public/shortcut-transaction.svg (+4 -0)
📝 packages/desktop-client/public/site.webmanifest (+39 -1)
upcoming-release-notes/2980.md (+6 -0)

📄 Description

This change adds shortcut actions to the PWA. It allows quick access to commonly used components directly from a user's home screen / task bar by long pressing or right clicking the app icon.

The SVGs were copied from the inline elements on the mobile UI.

Example how it looks on Android:
Android PWA Shortcuts

And on Windows 11:
Windows PWA Shortcuts


🔄 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/2980 **Author:** [@julianwachholz](https://github.com/julianwachholz) **Created:** 7/4/2024 **Status:** ✅ Merged **Merged:** 7/4/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `manifest-improvements` --- ### 📝 Commits (2) - [`809be8e`](https://github.com/actualbudget/actual/commit/809be8ed6c27383d1a0763c4abb98b75046ac051) Add PWA shortcuts - [`d004bc3`](https://github.com/actualbudget/actual/commit/d004bc3456d344b0cfde4bb35be66c88b3eacd9b) Add release note ### 📊 Changes **5 files changed** (+55 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/public/shortcut-accounts.svg` (+3 -0) ➕ `packages/desktop-client/public/shortcut-reports.svg` (+3 -0) ➕ `packages/desktop-client/public/shortcut-transaction.svg` (+4 -0) 📝 `packages/desktop-client/public/site.webmanifest` (+39 -1) ➕ `upcoming-release-notes/2980.md` (+6 -0) </details> ### 📄 Description This change adds shortcut actions to the PWA. It allows quick access to commonly used components directly from a user's home screen / task bar by long pressing or right clicking the app icon. The SVGs were copied from the inline elements on the mobile UI. Example how it looks on Android: <img width="308" alt="Android PWA Shortcuts" src="https://github.com/actualbudget/actual/assets/519966/a5e02db3-b12e-4922-802e-23f1a8c7b56a"> And on Windows 11: <img width="308" alt="Windows PWA Shortcuts" src="https://github.com/actualbudget/actual/assets/519966/f9793b73-00ed-43b1-83f4-9b5bb4a0f5c7"> --- <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-02-28 20:58:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4619