Add warning when refreshing screen in drag and drop notebook#1293
Add warning when refreshing screen in drag and drop notebook#1293
Conversation
|
@CodiumAI-Agent /describe |
TitleAdd warning when refreshing screen in drag and drop notebook User descriptionDescriptionThese changes are to add warning when refreshing screen in drag and drop notebook to prevent the user from losing their work. Changes MadeAdded a BeforeUnloadEvent to the page How to Test
Notes
PR TypeEnhancement Description
Changes walkthrough 📝
|
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨Latest suggestions up to 6f1ee35
Previous suggestionsSuggestions up to commit 6f1ee35
Suggestions up to commit 6f1ee35
|
|
Tested and it works in Pages, but not in notebook. Could you add the same type of logic for a notebook page? |
AAfghahi
left a comment
There was a problem hiding this comment.
Checked notebook with Ishumita and it worked.
|
@bfekadu21 Could you and Ishumita connect to make sure that this is the intended behavior? |
|
This looks fine from a design perspective. User will see the browser notification when they click on the refresh button and will have the option to cancel or reload. This appears consistent across Google Chrome and Microsoft Edge. |
|
Just had a discussion with @johbaxter , he mentioned all is good with the PR. |
|
Nice ty |
|
@CodiumAI-Agent /update_changelog |
|
Changelog updates: 🔄 2025-06-13 *Added
|


Description
These changes are to add warning when refreshing screen in drag and drop notebook to prevent the user from losing their work.
Refer ticket: SEMOSS/Semoss#711
Changes Made
Added a BeforeUnloadEvent to the page
How to Test
Notes