[PR #29] [MERGED] Added background sync #29

Closed
opened 2026-02-27 15:39:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nishchayp/DAMN/pull/29
Author: @pranavtharoor
Created: 12/23/2017
Status: Merged
Merged: 12/23/2017
Merged by: @nishchayp

Base: masterHead: frontend


📝 Commits (2)

📊 Changes

22 files changed (+200 additions, -104 deletions)

View changed files

📝 angular-src/src/admin-styles.css (+4 -0)
📝 angular-src/src/app/admin/components/indicator/indicator.component.ts (+7 -1)
📝 angular-src/src/app/admin/services/admin-data.service.ts (+12 -0)
📝 angular-src/src/app/user/components/damn/damn.component.css (+1 -1)
📝 angular-src/src/app/user/components/indicator/indicator.component.ts (+7 -1)
📝 angular-src/src/app/user/services/user-data.service.ts (+4 -0)
📝 angular-src/src/main-user.ts (+3 -1)
📝 angular-src/src/service-worker.js (+67 -38)
📝 angular-src/src/styles.css (+4 -0)
📝 dist/admin-static/index.html (+1 -1)
📝 dist/admin-static/inline.4ce40e0fb249ef6c445e.bundle.js (+1 -1)
📝 dist/admin-static/main.a369562a73a8feb6aa94.bundle.js (+1 -1)
📝 dist/admin-static/styles.146d8f0a5157c7726eb8.bundle.css (+1 -1)
📝 dist/service-worker.js (+81 -52)
📝 dist/user-static/index.html (+1 -1)
dist/user-static/inline.9554ad9e5222aeba5ee7.bundle.js (+0 -1)
dist/user-static/inline.d7e2f46eba80f01103f6.bundle.js (+1 -0)
dist/user-static/main.58f4cfb7ec6f2706ac32.bundle.js (+1 -0)
dist/user-static/main.ea52b42c5a4ee6dc8eee.bundle.js (+0 -1)
📝 dist/user-static/styles.118713447dd8619ffaf5.bundle.css (+1 -1)

...and 2 more files

📄 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/nishchayp/DAMN/pull/29 **Author:** [@pranavtharoor](https://github.com/pranavtharoor) **Created:** 12/23/2017 **Status:** ✅ Merged **Merged:** 12/23/2017 **Merged by:** [@nishchayp](https://github.com/nishchayp) **Base:** `master` ← **Head:** `frontend` --- ### 📝 Commits (2) - [`d793742`](https://github.com/nishchayp/DAMN/commit/d793742b0ee8ba8369be953755c589345b135a6d) Added background sync - [`5e81968`](https://github.com/nishchayp/DAMN/commit/5e8196833b0d50351050ac1c7f18ce3e415f946f) Fixed bug ### 📊 Changes **22 files changed** (+200 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `angular-src/src/admin-styles.css` (+4 -0) 📝 `angular-src/src/app/admin/components/indicator/indicator.component.ts` (+7 -1) 📝 `angular-src/src/app/admin/services/admin-data.service.ts` (+12 -0) 📝 `angular-src/src/app/user/components/damn/damn.component.css` (+1 -1) 📝 `angular-src/src/app/user/components/indicator/indicator.component.ts` (+7 -1) 📝 `angular-src/src/app/user/services/user-data.service.ts` (+4 -0) 📝 `angular-src/src/main-user.ts` (+3 -1) 📝 `angular-src/src/service-worker.js` (+67 -38) 📝 `angular-src/src/styles.css` (+4 -0) 📝 `dist/admin-static/index.html` (+1 -1) 📝 `dist/admin-static/inline.4ce40e0fb249ef6c445e.bundle.js` (+1 -1) 📝 `dist/admin-static/main.a369562a73a8feb6aa94.bundle.js` (+1 -1) 📝 `dist/admin-static/styles.146d8f0a5157c7726eb8.bundle.css` (+1 -1) 📝 `dist/service-worker.js` (+81 -52) 📝 `dist/user-static/index.html` (+1 -1) ➖ `dist/user-static/inline.9554ad9e5222aeba5ee7.bundle.js` (+0 -1) ➕ `dist/user-static/inline.d7e2f46eba80f01103f6.bundle.js` (+1 -0) ➕ `dist/user-static/main.58f4cfb7ec6f2706ac32.bundle.js` (+1 -0) ➖ `dist/user-static/main.ea52b42c5a4ee6dc8eee.bundle.js` (+0 -1) 📝 `dist/user-static/styles.118713447dd8619ffaf5.bundle.css` (+1 -1) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:39:03 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DAMN#29
No description provided.