mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[PR #2] [MERGED] Initial version #74
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/2
Author: @guyzyl
Created: 8/1/2022
Status: ✅ Merged
Merged: 8/7/2022
Merged by: @guyzyl
Base:
main← Head:initial-dev📝 Commits (10+)
5570b0aCreate initial server944be5cUpdate .gitignore4191a3bInitial WhatsApp logicf8d0b7dInitial gContacts logic785ef71Replaced Vuetify with Tailwind + DaisyUI0b68aacImplemented server-client communicationc7811f0Typing fixes550c2aeImplemented initial Google authentication88b3775Implemented initial sync6541832Sync now fully functions!📊 Changes
60 files changed (+7469 additions, -1006 deletions)
View changed files
➕
.dockerignore(+4 -0)📝
.gitignore(+5 -0)➕
.vite/deps_temp/package.json(+3 -0)➕
Dockerfile(+56 -0)📝
README.md(+76 -2)➕
assets/entrypoint.sh(+14 -0)➕
assets/nginx.conf(+81 -0)➕
interfaces/api.ts(+21 -0)➕
server/Dockerfile(+36 -0)➕
server/main.ts(+83 -0)➕
server/package-lock.json(+4637 -0)➕
server/package.json(+41 -0)➕
server/routes/api.ts(+102 -0)➕
server/src/gapi.ts(+79 -0)➕
server/src/interfaces.ts(+5 -0)➕
server/src/sync.ts(+59 -0)➕
server/src/types.ts(+1 -0)➕
server/src/whatsapp.ts(+67 -0)➕
server/src/ws.ts(+17 -0)➕
server/tsconfig.json(+13 -0)...and 40 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.