[PR #59] [MERGED] feat(pwa): better offline page and offline #142

Closed
opened 2025-12-28 23:26:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/59
Author: @eitchtee
Created: 1/24/2025
Status: Merged
Merged: 1/24/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (2)

  • d50c84f refactor: remove debug prints
  • dbea78c feat(pwa): better offline page and offline request handler

📊 Changes

8 files changed (+207 additions, -11 deletions)

View changed files

📝 app/WYGIWYH/settings.py (+1 -0)
📝 app/apps/import_app/services/presets.py (+1 -1)
📝 app/apps/import_app/services/v1.py (+0 -1)
📝 app/apps/import_app/views.py (+0 -2)
app/templates/offline.html (+79 -0)
app/templates/pwa/serviceworker.js (+74 -0)
📝 frontend/src/styles/_animations.scss (+28 -7)
📝 frontend/src/styles/style.scss (+24 -0)

📄 Description

No description provided


🔄 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/eitchtee/WYGIWYH/pull/59 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`d50c84f`](https://github.com/eitchtee/WYGIWYH/commit/d50c84f8e693381ca3f9af5b9e9cadb9cd995a52) refactor: remove debug prints - [`dbea78c`](https://github.com/eitchtee/WYGIWYH/commit/dbea78cd3c2470a9e3120869ea3bbe1af6ceb510) feat(pwa): better offline page and offline request handler ### 📊 Changes **8 files changed** (+207 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/WYGIWYH/settings.py` (+1 -0) 📝 `app/apps/import_app/services/presets.py` (+1 -1) 📝 `app/apps/import_app/services/v1.py` (+0 -1) 📝 `app/apps/import_app/views.py` (+0 -2) ➕ `app/templates/offline.html` (+79 -0) ➕ `app/templates/pwa/serviceworker.js` (+74 -0) 📝 `frontend/src/styles/_animations.scss` (+28 -7) 📝 `frontend/src/styles/style.scss` (+24 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:26:30 +01:00
adam closed this issue 2025-12-28 23:26:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#142