Edwin Valerio
Results
2
issues of
Edwin Valerio
- Removed the unnecessary const electron = window.require("electron"); statement as ipcRenderer can be directly accessed. - Renamed the createWindow method to openLoginWindow to better reflect its purpose. - Updated the...
- Created a getDefaultState function to provide a clean state object as a default value. - Added a resetState mutation to reset the state to its default values. - Added...