Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added global appstate object to track article and asset Loading #1310

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

THEBOSS0369
Copy link
Collaborator

This PR Fixes #1126

This PR implements a centralized loading state management system using the global appState object, i have also added an universal messaging without direct DOM manipulation.

Test

I have done all the necessary test

  1. Checked in both "Restricted" and "ServiceWorker" Everything is working fine.
  2. Unit tests npm test no issue
  3. End-to-end (e2e) tests-e2e-firefox-> All tests Passed.
  4. extension versions with production code tested
  5. Browser Test -> Microsoft Edge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use global appState object to track article and asset loading, and provide spinner messaging accordingly
2 participants