…in edit mode and showing edit icon when in lock mode
Description
This pull request updates the logic in the library's example to enhance the user experience when toggling between edit and read-only modes. The following changes have been made:
Edit Mode: The UI now displays a lock icon when in edit mode, allowing users to switch to read-only mode easily.
Read-Only Mode: Conversely, when in read-only mode, the UI displays an edit icon, enabling users to switch back to edit mode.
These changes improve the clarity and functionality of the mode-switching mechanism, making it more intuitive for users.
Related Issues
[ ] ✨ New feature: Adds new functionality without breaking existing features.
[x ] 🛠️ Bug fix: Resolves an issue without altering current behavior.
[ ] 🧹 Code refactor: Code restructuring that does not affect behavior.
…in edit mode and showing edit icon when in lock mode
Description
This pull request updates the logic in the library's example to enhance the user experience when toggling between edit and read-only modes. The following changes have been made:
Edit Mode: The UI now displays a lock icon when in edit mode, allowing users to switch to read-only mode easily. Read-Only Mode: Conversely, when in read-only mode, the UI displays an edit icon, enabling users to switch back to edit mode. These changes improve the clarity and functionality of the mode-switching mechanism, making it more intuitive for users.
Related Issues
Suggestions
None at this time.