Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 04 Apr 12:07
· 33 commits to main since this release

v0.2.4 (2025-04-04)

Fix

  • fix(LoadSave): Simplify LoadSave component and integrate context for state management
  • Refactored LoadSave and LoadSaveModal components to utilize context for state management, improving code organization and readability.
  • Removed redundant props and state variables, streamlining the component's interface.
  • Enhanced search functionality with a clear button for better user experience.
  • Updated LoadSaveWidget to leverage the new context, simplifying its implementation.
  • Adjusted styles for the new clear search button in LoadSave.scss. (16ca213)
  • fix(loadsave): Fixed issue with load save using selected_item_id for loading.
  • Deleted the SaveLoad component from the UI, which managed item saving and loading functionalities.
  • Removed related SCSS styles for the SaveLoad component to clean up the codebase.
  • Updated LoadSaveWidget to incorporate new loading logic and state management.
  • Enhanced the LoadSaveWidget to handle loading requests more effectively with new state variables. (fa75de2)