2107 inform users cell with linked actions#2219
Merged
Paulson-Robert merged 72 commits intodevfrom Mar 12, 2026
Merged
Conversation
…nform-users-cell-with-linked-actions
…nform-users-cell-with-linked-actions
…lete modal with some type fixes
…nform-users-cell-with-linked-actions
5 tasks
|
@CodiumAI-Agent /describe |
|
@CodiumAI-Agent /review |
|
@CodiumAI-Agent /improve |
…nform-users-cell-with-linked-actions
…te and added some fix
…nform-users-cell-with-linked-actions
4 tasks
…nform-users-cell-with-linked-actions
…github.com/SEMOSS/semoss-ui into 2107-inform-users-cell-with-linked-actions
|
@CodiumAI-Agent /update_changelog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Users can sometimes delete cells that are used elsewhere, causing something else in the app to break. This will give them a warning to make it more noticeable that they may be breaking their app
Changes Made
How to Test
Delete any cell from any notebook, if that particular cell has some block dependency the following popup will show up and will help user to complete desired actions.
Notes
This implementation covers both ticket - 2107 & 2106
DEMO 2107: #2107 (comment)
DEMO 2106: #2106 (comment)