-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working frontend bot selector with context
- Loading branch information
Showing
86 changed files
with
4,903 additions
and
7,963 deletions.
There are no files selected for viewing
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 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 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions
30
...ui/src/gen/api/proto/comments_service/comments_service-GameCommentService_connectquery.ts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// @generated by protoc-gen-connect-query v2.0.1 with parameter "target=ts" | ||
// @generated from file proto/comments_service/comments_service.proto (package comments_service, syntax proto3) | ||
/* eslint-disable */ | ||
|
||
import { GameCommentService } from "./comments_service_pb"; | ||
|
||
/** | ||
* @generated from rpc comments_service.GameCommentService.AddGameComment | ||
*/ | ||
export const addGameComment = GameCommentService.method.addGameComment; | ||
|
||
/** | ||
* @generated from rpc comments_service.GameCommentService.GetGameComments | ||
*/ | ||
export const getGameComments = GameCommentService.method.getGameComments; | ||
|
||
/** | ||
* @generated from rpc comments_service.GameCommentService.EditGameComment | ||
*/ | ||
export const editGameComment = GameCommentService.method.editGameComment; | ||
|
||
/** | ||
* @generated from rpc comments_service.GameCommentService.DeleteGameComment | ||
*/ | ||
export const deleteGameComment = GameCommentService.method.deleteGameComment; | ||
|
||
/** | ||
* @generated from rpc comments_service.GameCommentService.GetCommentsForAllGames | ||
*/ | ||
export const getCommentsForAllGames = GameCommentService.method.getCommentsForAllGames; |
2 changes: 1 addition & 1 deletion
2
liwords-ui/src/gen/api/proto/comments_service/comments_service_pb.ts
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
45 changes: 45 additions & 0 deletions
45
liwords-ui/src/gen/api/proto/config_service/config_service-ConfigService_connectquery.ts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
// @generated by protoc-gen-connect-query v2.0.1 with parameter "target=ts" | ||
// @generated from file proto/config_service/config_service.proto (package config_service, syntax proto3) | ||
/* eslint-disable */ | ||
|
||
import { ConfigService } from "./config_service_pb"; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.SetGamesEnabled | ||
*/ | ||
export const setGamesEnabled = ConfigService.method.setGamesEnabled; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.SetFEHash | ||
*/ | ||
export const setFEHash = ConfigService.method.setFEHash; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.SetUserPermissions | ||
*/ | ||
export const setUserPermissions = ConfigService.method.setUserPermissions; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.GetUserDetails | ||
*/ | ||
export const getUserDetails = ConfigService.method.getUserDetails; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.SetAnnouncements | ||
*/ | ||
export const setAnnouncements = ConfigService.method.setAnnouncements; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.GetAnnouncements | ||
*/ | ||
export const getAnnouncements = ConfigService.method.getAnnouncements; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.SetSingleAnnouncement | ||
*/ | ||
export const setSingleAnnouncement = ConfigService.method.setSingleAnnouncement; | ||
|
||
/** | ||
* @generated from rpc config_service.ConfigService.SetGlobalIntegration | ||
*/ | ||
export const setGlobalIntegration = ConfigService.method.setGlobalIntegration; |
2 changes: 1 addition & 1 deletion
2
liwords-ui/src/gen/api/proto/config_service/config_service_pb.ts
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
Oops, something went wrong.