[PR #18] [MERGED] Add options screen #87

Closed
opened 2026-02-27 04:59:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/18
Author: @guyzyl
Created: 8/26/2022
Status: Merged
Merged: 8/26/2022
Merged by: @guyzyl

Base: mainHead: add-options-screen


📝 Commits (7)

📊 Changes

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

View changed files

📝 README.md (+2 -1)
📝 interfaces/api.ts (+4 -0)
📝 server/routes/api.ts (+6 -5)
📝 server/src/gapi.ts (+4 -1)
📝 server/src/interfaces.ts (+1 -0)
📝 server/src/sync.ts (+6 -2)
📝 web/src/main.ts (+6 -2)
web/src/pages/Options.vue (+77 -0)

📄 Description

The first sync option to be add is "Overwrite existing images".


🔄 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/guyzyl/whatsapp-contact-sync/pull/18 **Author:** [@guyzyl](https://github.com/guyzyl) **Created:** 8/26/2022 **Status:** ✅ Merged **Merged:** 8/26/2022 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `add-options-screen` --- ### 📝 Commits (7) - [`ead85cc`](https://github.com/guyzyl/whatsapp-contact-sync/commit/ead85cc958110e4a3154585b79c0658bd4afff63) Create Options.vue - [`7c1405d`](https://github.com/guyzyl/whatsapp-contact-sync/commit/7c1405dd5856c56fa1303725a7202c00b2bafa43) Update main.ts - [`edc44ee`](https://github.com/guyzyl/whatsapp-contact-sync/commit/edc44ee84c24b5b5e3b9e54d37132442c9b13ae8) Add `hasPhoto` field for contacts - [`bf442b1`](https://github.com/guyzyl/whatsapp-contact-sync/commit/bf442b1a608633799f35f0fe85aa7adf2630bfcd) Update api.ts - [`f5953f7`](https://github.com/guyzyl/whatsapp-contact-sync/commit/f5953f7a5e889555f609f0d570f4b7d5b6cfc64e) Update README.md - [`d7c4b01`](https://github.com/guyzyl/whatsapp-contact-sync/commit/d7c4b019d3b1446afdcbf533c505362c396ca012) Update api.ts - [`8a5f49c`](https://github.com/guyzyl/whatsapp-contact-sync/commit/8a5f49c79ed6bcf1a807a5591ec25aa0f19c3c43) Update sync.ts ### 📊 Changes **8 files changed** (+106 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `interfaces/api.ts` (+4 -0) 📝 `server/routes/api.ts` (+6 -5) 📝 `server/src/gapi.ts` (+4 -1) 📝 `server/src/interfaces.ts` (+1 -0) 📝 `server/src/sync.ts` (+6 -2) 📝 `web/src/main.ts` (+6 -2) ➕ `web/src/pages/Options.vue` (+77 -0) </details> ### 📄 Description The first sync option to be add is "Overwrite existing images". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:59:08 +03:00
Sign in to join this conversation.
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/whatsapp-contact-sync#87
No description provided.