Skip to content

feat: make the tool status be the bottom element with new messages at top - #1067

Open
seankmartin wants to merge 1 commit into
google:masterfrom
MetaCell:feat/prepend-status-messages
Open

feat: make the tool status be the bottom element with new messages at top#1067
seankmartin wants to merge 1 commit into
google:masterfrom
MetaCell:feat/prepend-status-messages

Conversation

@seankmartin

Copy link
Copy Markdown
Contributor

In #991 we use a tool which is on the screen very commonly, and the status message system to inform about edits made. The kind of thing like - if a merge is performed correctly, or if the merge fails, or if you have the wrong permissions to move a node.

When this happens the tool message visually shifts around because the status messages are getting appended to the bottom of the list. This PR aims to change this behaviour, so tools are always appended at the bottom of the element list, and messages instead get prepended and put as the first element in the list.

So while you could previously get this where the tools are in between messages, or the message shows below the tool and moves the tool up visually
image

Now you always get it like:
image
with the tool fixed at the bottom and messages above.

I'm making this PR as a general one because I think it could be helpful for review purposes of #991 if these kind of general changes are not baked inside that PR and can be more easily discussed in smaller pieces where possible. And because if other tools are ever using the same system, it could be helpful.

@seankmartin seankmartin changed the title feat: tool status bottom element, new messages at top feat: make the tool status be the bottom element with new messages at top Jul 6, 2026
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.

1 participant