Skip to content

Conversation

@dmadisetti
Copy link
Collaborator

📝 Summary

Closes #5965

image

Removes actions on setup cell that are invalid (like cell movement)

@vercel
Copy link

vercel bot commented Oct 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Oct 17, 2025 4:03pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

mscolnick
mscolnick previously approved these changes Oct 16, 2025
mscolnick
mscolnick previously approved these changes Oct 17, 2025
hotkey: "cell.addColumnBreakpoint",
hidden: appWidth !== "columns",
handle: () => addColumnBreakpoint({ cellId }),
hidden: isSetupCell,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a bug with this one

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks

@mscolnick mscolnick merged commit f3afd62 into main Oct 17, 2025
25 of 26 checks passed
@mscolnick mscolnick deleted the dm/setup-style branch October 17, 2025 18:03
@dmadisetti dmadisetti added the bug Something isn't working label Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setup cell can be renamed, disabled and have other invalid operations occur

3 participants