Tags: koodo-reader/koodo-reader
Tags
Refactor header component to handle reading finish event and visibili… …ty change - Added ipcRenderer listener for "reading-finished" event to trigger handleFinishReading method. - Consolidated logic in visibilitychange event to call handleFinishReading instead of duplicating fetch calls. - Moved fetch logic into handleFinishReading method for better code organization and reusability.
feat: Clear token and code box on email change in account settings - Added functionality to clear the token in the state and reset the code input box when the email format is validated. - Removed unnecessary navigation and sync record generation in general settings after changing storage location.
feat: restrict lemmatization feature to authenticated users - Added a check in the SettingDialog component to display an error toast when the user attempts to toggle the lemmatize word setting without authentication. - Removed references to the lemmatize word setting from general and plugin settings components, including state management and interface definitions. - Updated the reading setting list to comment out the lemmatize word setting. - Adjusted CSS for the scrollbar in the note tags container. - Implemented a reset sync records feature in the SyncSetting component with a success toast notification. - Cleaned up console logs in the Reader component.
PreviousNext