[OGUI-1874] Notify user on Buffer being full#3479
Merged
isaachilly merged 8 commits intoMay 26, 2026
Merged
Conversation
Adds a dot indicator to track whether the query hit the buffer limit or not. Changes format of messages count in the status bar from "100000 messages" to "100,000 / 100,000 (Buffer size)". Displays a warning notification when buffer size hit.
…ments Clicking a notification copies its text to clipboard. Hovering a notification stops the auto-hiding of it.
Add test suite for the status bar, not only the new buffer size indicator but its other components. Tests added cover: service status states, buffer size indicator, severity counters, SQL query, application limit and the autoscroll and inspector checkboxes. NOTE: Test suite at this moment does not cover the buffer size limit notification.
graduta
requested changes
May 26, 2026
Member
graduta
left a comment
There was a problem hiding this comment.
Please keep in mind that framework is a different NPM package. Thus, it needs to have its own ticket and PRs, followed up by a release. Only after, it can be used in the other projects.
Given that, the improvements for Notification are not to be applied in this PR at all
Collaborator
Author
Ah yes, my fault, will remove and stash. |
… enhancements" This reverts commit ce1466d.
…ibutes Replace inline hex colours and styles with existing framework classes for consistency and ease of testing. Update affected tests.
graduta
approved these changes
May 26, 2026
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.
I have JIRA issue created