Skip to content

Commit 4003806

Browse files
wip: Multiple filters feature (#5797)
* Filtering protobuf schema def * Multiple filters UI working * Removed the Hightlighting functionality * Multiple filters backend implementation * [pre-commit.ci lite] apply automatic fixes * Build and lint errors fixed * [pre-commit.ci lite] apply automatic fixes * Buf backward compatibility * [pre-commit.ci lite] apply automatic fixes * Buf diff due to version mismatch fixed * Updated the buf action to latest * Buf version change * Fixed the version text * [pre-commit.ci lite] apply automatic fixes * test failures fixed * UX feedback addressed and gofumpt applied * [pre-commit.ci lite] apply automatic fixes * UX tweaks * pre-commit hook eroor fixed * [pre-commit.ci lite] apply automatic fixes * CI fixes * [pre-commit.ci lite] apply automatic fixes * UI polish work and review comments fixed * [pre-commit.ci lite] apply automatic fixes * Lint and type fixes * [pre-commit.ci lite] apply automatic fixes * Sandview view works with filters * [pre-commit.ci lite] apply automatic fixes * Filter fields are shown after the filter type is selected * [pre-commit.ci lite] apply automatic fixes * Lint error fixed * [pre-commit.ci lite] apply automatic fixes * Button rounding fix and exporting util function --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent a2a453f commit 4003806

File tree

48 files changed

+5866
-1070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5866
-1070
lines changed

.github/workflows/proto-gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747

48-
- uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0
48+
- uses: bufbuild/buf-action@c231a1aa9281e5db706c970f468f0744a37561fd # v1.2.0
49+
with:
50+
version: 1.55.1
51+
setup_only: true
4952

5053
- name: Generate
5154
run:

0 commit comments

Comments
 (0)