start on social links editing, wip

This commit is contained in:
gingervitis
2021-01-19 10:34:06 -08:00
committed by Gabe Kangas
parent 015f93ea56
commit d1cc0dfd97
11 changed files with 344 additions and 3 deletions

View File

@@ -19,13 +19,14 @@ export const SUCCESS_STATES = {
},
error: {
icon: <ExclamationCircleFilled style={{ color: 'red' }} />,
message: 'An error occurred.',
message: 'An error occurred.',
},
};
// CONFIG API ENDPOINTS
export const API_VIDEO_VARIANTS = '/video/streamoutputvariants';
export const API_VIDEO_SEGMENTS = '/video/streamlatencylevel';
export const API_SOCIAL_HANDLES = '/socialhandles';
export async function postConfigUpdateToAPI(args: ApiPostArgs) {
const {