chore: add explore sidebar

This commit is contained in:
Steven
2024-03-29 00:01:45 +08:00
parent 192ee7acc0
commit 90679cc33a
17 changed files with 210 additions and 32 deletions

View File

@@ -617,7 +617,7 @@ Used internally for obfuscating the page token.
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| filter | [string](#string) | | |
| filter | [string](#string) | | Filter is used to filter users returned in the list. Format: "username == frank" |

View File

@@ -303,6 +303,8 @@ type SearchUsersRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Filter is used to filter users returned in the list.
// Format: "username == frank"
Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}