mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #14] [MERGED] Fix home button bug #85
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#85
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/14
Author: @guyzyl
Created: 8/22/2022
Status: ✅ Merged
Merged: 8/22/2022
Merged by: @guyzyl
Base:
main← Head:fix-home-button-bug📝 Commits (3)
0ae2c64Create deferred.ts114fe3eUpdate ws.tseef2323Update Home.vue📊 Changes
3 files changed (+56 additions, -4 deletions)
View changed files
➕
web/src/deferred.ts(+47 -0)📝
web/src/pages/Home.vue(+6 -4)📝
web/src/services/ws.ts(+3 -0)📄 Description
Fixed another bug where the WS is created after the home page is created, causing the imported WS by the home page to be
undefined.This is now fixed by creating a
DeferredPromisethat is resolved once the WS is ready and is imported by the home page.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.