Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
633fd57793
refactor(service): integrate Service Worker Controller initialization into Services class, enhancing service setup and clarity
0ae251a1bd
refactor(database.service): remove service worker functionality and related methods to streamline database operations and enhance clarity
8a6e30d226
feat(sw-controller): implement Service Worker Controller for managing SW registration and communication, including message handling and periodic scanning
77019896e5
refactor(data.worker): streamline logging and comments in scanMissingData function for improved clarity and resource management
81025dca42
refactor(database.service): simplify service worker message handling by removing unnecessary comment and obsolete method for improved clarity
6dd8ce730f
refactor(service): standardize import statements, improve code organization, and enhance clarity in Services class methods
d78dc14a2b
refactor(network.service): implement event-driven mechanism for relay readiness, replacing polling with promise-based handling for improved efficiency and clarity
355d5ea18d
refactor(storage.service): replace axios with fetch for data storage and retrieval, improve error handling, and enhance code clarity
4f86b26890
refactor(process-list): streamline code by removing commented-out lines, optimizing async calls, and enhancing readability in ProcessListPage component
662f3820d5
refactor(architecture): implement multi-worker architecture by introducing core and network workers, enhancing service communication, and removing obsolete websocket service
8fdd756d86
feat(dependencies): add comlink library to package.json for improved worker communication
96ee5b03e6
refactor(iframe-controller): standardize import statements, enhance logging, and improve error handling in IframeController service
8a87fe38c5
refactor(data.worker): optimize database access in service worker by implementing direct IndexedDB functions and enhancing message handling
bbbca27009
refactor(token): streamline token management by implementing secret key caching and enhancing token generation methods
e1d220596e
refactor(home, process): standardize import statements, enhance code readability, and improve error handling in Home and ProcessList components