You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ipc): remove unused session import and simplify options
Removed the unused `session` import and adjusted the `webPreferences`
to use the `partition` directly instead of the session object.
chore(deps): update @devisfuture/electron-modular to ^1.1.2
Updated the @devisfuture/electron-modular dependency to the latest
version for improved functionality and performance.
refactor(core): remove unused decorators and types
This commit deletes several unused decorators and type definitions
from the core module, including `RgModule`, `WindowManager`,
and various type definitions related to providers and IPC handlers.
This cleanup helps streamline the codebase and improve maintainability.
feat(context): implement new context and hooks for state management
- Refactored context management by introducing a new context provider
and hooks for better state handling.
- Removed old context implementation and replaced it with a more
efficient structure using refs and subscriptions.
- Added selectors for accessing authentication and resource states.