Skip to content

2107 inform users cell with linked actions#2219

Merged
Paulson-Robert merged 72 commits intodevfrom
2107-inform-users-cell-with-linked-actions
Mar 12, 2026
Merged

2107 inform users cell with linked actions#2219
Paulson-Robert merged 72 commits intodevfrom
2107-inform-users-cell-with-linked-actions

Conversation

@Paulson-Robert
Copy link
Copy Markdown
Contributor

@Paulson-Robert Paulson-Robert commented Nov 18, 2025

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

  1. DependencyPromptModal.tsx - Intimation modal popup
  2. NotebookCell.tsx - Onclick on delete cell action changes
  3. dependencyReplacer.ts - utility functions, which crawl and replaces the targets ID's.
  4. dependencyScanner.ts - utility functions to scan and find out the dependent elements.
  5. DeleteDuplicateMask.tsx - adapts same prompt modal implementation for block delete, but this time without replace with options.

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)

@Paulson-Robert Paulson-Robert self-assigned this Nov 18, 2025
@Paulson-Robert Paulson-Robert linked an issue Nov 18, 2025 that may be closed by this pull request
5 tasks
@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /describe

@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /review

@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /improve

@Paulson-Robert Paulson-Robert linked an issue Nov 19, 2025 that may be closed by this pull request
4 tasks
@Paulson-Robert Paulson-Robert merged commit 0232086 into dev Mar 12, 2026
3 checks passed
@Paulson-Robert Paulson-Robert deleted the 2107-inform-users-cell-with-linked-actions branch March 12, 2026 07:19
@github-actions
Copy link
Copy Markdown

@CodiumAI-Agent /update_changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inform users of cells with linked actions Inform users of blocks with linked actions

1 participant