From 9ea551850348893e66913a77f65a3d63ed6afb3a Mon Sep 17 00:00:00 2001 From: gingervitis Date: Sun, 24 Jan 2021 01:36:27 -0800 Subject: [PATCH] notes --- web/pages/components/config/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/web/pages/components/config/README.md b/web/pages/components/config/README.md index 6ff97f1f7..b8ec0f451 100644 --- a/web/pages/components/config/README.md +++ b/web/pages/components/config/README.md @@ -33,4 +33,19 @@ TODO: explain how to use
and how the custom `form-xxxx` components work t ], } }; -``` \ No newline at end of file +``` + +TODO: +- fill out readme for how to use form fields and about data flow w/ ant and react + +- cleanup + - more consitent constants + - cleanup types + - cleanup style sheets..? make style module for each config page? (but what about ant deisgn overrides?) +- redesign + - label+form layout - put them into a table, table of rows + - change Encpder preset into slider + - page headers - diff color? + - fix social handles icon in table + - consolidate things into 1 page? + - things could use smaller font? \ No newline at end of file