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

fold bitmaps right after update has been propagated in editor modal #2401

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JosiasAurel
Copy link
Contributor

@JosiasAurel JosiasAurel commented Oct 1, 2024

resolves #2368

when a change is propagated to bitmaps/map/tune, their template literals get unfolded and the change applied. however, they're not closed back. this change forces the template literals to fold after these changes have been applied to the editor.

Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sprig ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 9:00am

Also rename updateCulprit -> lastUpdater since 'culprit' has a negative connotation to it
Copy link
Collaborator

@Cosmin-Mare Cosmin-Mare left a comment

Choose a reason for hiding this comment

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

I don't think we should collapse all template literals when someone edits one of them

@grymmy
Copy link
Contributor

grymmy commented Oct 8, 2024

Do we plan on this PR surviving and moving forward, or do we kill it with 🔥 ?

@Cosmin-Mare
Copy link
Collaborator

Afaik @JosiasAurel is working on finding a way to only collapse the bitmap that has been edited, so no🔥yet

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.

Bitmaps/maps unfold for everyone when someone edits them in one of the instances
3 participants