-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: redesign query #1974
Merged
Merged
feat: redesign query #1974
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
3bfd8bc
eat: Editor controls buttons
astandrik 5679ec3
fix
astandrik 5de1a3a
feat: buttons
astandrik c6d7186
fix: loading statuses
astandrik d62660c
fix: remove backend time
astandrik 8921243
fix: tabs
astandrik 8f64bdf
fix: error state
astandrik 13c3f89
fix: nanofixes
astandrik 335588c
fix: issue with key
astandrik 48c1f10
fix: error paddings
astandrik 14218e5
fix: stopped state
astandrik 2eb86a5
Merge branch 'main' into astandrik.redesign-query-1949
astandrik 4f82207
fix: test
astandrik c2070d6
Revert "fix: issue with key"
astandrik 9915098
Revert "Revert "fix: issue with key""
astandrik 3b67518
Revert "Revert "Revert "fix: issue with key"""
astandrik 51a8b67
fix: queryId
astandrik 36e6c62
fix: tests fix
astandrik a21f370
Merge branch 'main' into astandrik.redesign-query-1949
astandrik 9a8dec8
fix: fix tests
astandrik 4c26d05
fix: add long running test
astandrik 9f4b14a
fix: tests
astandrik 0a080c6
Merge branch 'main' into astandrik.redesign-query-1949
astandrik b3d7f29
fix: remove indicator tests
astandrik d24374a
Merge branch 'main' into astandrik.redesign-query-1949
astandrik abd097d
fix: design fixes
astandrik 0fc0dd4
fix: fontsize
astandrik b4785d5
fix: stop view
astandrik 5b56781
fix: design fixes
astandrik 9b3c146
fix: nanofix
astandrik 633909d
Merge branch 'main' into astandrik.redesign-query-1949
astandrik 107d06b
fix: review fixes
astandrik 100f05a
fix: error handling
astandrik 2bf5ffa
fix: tests
astandrik 13a7375
Merge branch 'main' into astandrik.redesign-query-1949
astandrik 1419447
fix: better error handling
astandrik 40fc79b
fix: get rid of scroll
astandrik 43358b3
fix: review fixes
astandrik 23c3a54
Merge branch 'main' into astandrik.redesign-query-1949
astandrik 2ffb97a
fix: stopped data
astandrik 8fde82c
fix: stopped error illustration
astandrik e2d225a
fix: stop button animation
astandrik 59cc269
feat: add test
astandrik 99d00ef
fix: test
astandrik 3e658be
fix: investigate test
astandrik 2920be0
fix: try update playwright
astandrik 7985a17
Merge branch 'main' into astandrik.redesign-query-1949
astandrik 841a487
Merge branch 'main' into astandrik.redesign-query-1949
astandrik f45de0c
fix: try use CI variable
astandrik c225fa3
Revert "fix: try use CI variable"
astandrik ac86354
fix: remove only
astandrik 5619802
Merge branch 'main' into astandrik.redesign-query-1949
astandrik ad3712a
fix: skip in safari
astandrik d21e055
fix: add comment
astandrik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
28 changes: 0 additions & 28 deletions
28
src/containers/Tenant/Query/CancelQueryButton/CancelQueryButton.tsx
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/containers/Tenant/Query/QueryDuration/QueryDuration.scss
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
src/containers/Tenant/Query/QueryDuration/QueryDuration.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled rtk-immutability checks for tests (in prod its disabled by default)
drastically improves stream tables performance