add segement slider editor

This commit is contained in:
gingervitis
2021-01-17 00:40:46 -08:00
committed by Gabe Kangas
parent 2ddce9b75a
commit 73dd084672
7 changed files with 254 additions and 43 deletions

View File

@ -1,3 +1,5 @@
// TODO: add a notication after updating info that changes will take place either on a new stream or server restart. may be different for each field.
import React, { useState, useEffect } from 'react';
import PropTypes, { any } from 'prop-types';