Skip to content

Commit

Permalink
feat: client side query builder search (#5891)
Browse files Browse the repository at this point in the history
* feat: build client side QB search

* feat: query builder light mode support + overall UI improvements

* fix: preserve the alert rule labels in context

* feat: get labels and all possible values from /timeline API

* chore: remove unnecessary dropdownRender and optional fields from AttributeKey

* chore: merge the styles of .tag

* chore: use the correct type for attributeKeys

* chore: use the correct values for alert rule state in the context
  • Loading branch information
ahmadshaheer authored Oct 9, 2024
1 parent 4aeed39 commit f1ce82a
Show file tree
Hide file tree
Showing 12 changed files with 796 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.client-side-qb-search {
.ant-select-selection-search {
width: max-content !important;
}
}
Loading

0 comments on commit f1ce82a

Please sign in to comment.