Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DOM when saving/saved state is interrupted by document modification #10195

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2024

  1. Update DOM when saving/saved state is interrupted by document modific…

    …ation
    
    - Perform DOM operations to handle cases where the document is modified during a saving or saved state.
    - If modifications occur, the save icon is reverted back to the "modified" state to reflect the updated document status.
    
    Signed-off-by: Darshan-upadhyay1110 <[email protected]>
    Change-Id: I498128b3a3eee70ef638b472a8fda774d7f6ab92
    Darshan-upadhyay1110 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5bb8912 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Refactor SaveState logic by extracting save icon control to Control.S…

    …aveState.ts
    
    - Moved icon-related methods (rotation, state changes) to a new file `Control.SaveState.ts`.
    - Replaced repetitive code in `Control.SaveState.ts` with calls to the new icon control methods.
    - Cleaned up and streamlined logic for managing save state and icon animations.
    
    Signed-off-by: Darshan-upadhyay1110 <[email protected]>
    Change-Id: I5b1d271789ad7f7a900f88ebc1d945948f9fb34c
    Darshan-upadhyay1110 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    416fdde View commit details
    Browse the repository at this point in the history