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

@@ -131,6 +131,8 @@ message ListUsersResponse {
}
message SearchUsersRequest {
// Filter is used to filter users returned in the list.
// Format: "username == frank"
string filter = 1;
}