diff --git a/README.md b/README.md index a4f2aef..30dc490 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Future Improvements: +### Future Improvements: - Caching to reduce API calls (Next.js?) - Add Google Maps API for location display diff --git a/diagram.svg b/diagram.svg new file mode 100644 index 0000000..bf7edcb --- /dev/null +++ b/diagram.svg @@ -0,0 +1 @@ +srcsrcpublicpublicstorestorecomponentscomponentsassets/shadersassets/shadersfontsfontsvertexvertexthemethemeskillsGraphskillsGraphrelationrelationplayerplayeredgeedgeuiuiskillsGraphskillsGraphscenessceneshelpershelperswaterwatercylinderscylindersApp.tsxApp.tsxApp.tsxpackage.jsonpackage.jsonpackage.jsonuseVertexSta...useVertexSta...useVertexSta...types.tstypes.tstypes.tstypes.tstypes.tstypes.tsuseSkillsG...useSkillsG...useSkillsG...useRelationSt...useRelationSt...useRelationSt...types.tstypes.tstypes.tsActionBar.tsxActionBar.tsxActionBar.tsxHeroText.tsxHeroText.tsxHeroText.tsxSkillsGraph.tsxSkillsGraph.tsxSkillsGraph.tsxEdge.tsxEdge.tsxEdge.tsxVertexModel.tsxVertexModel.tsxVertexModel.tsxEdgeCollect...EdgeCollect...EdgeCollect...Orb.tsxOrb.tsxOrb.tsxSkillsGrap...SkillsGrap...SkillsGrap...HeroScene.tsxHeroScene.tsxHeroScene.tsxKeyboardI...KeyboardI...KeyboardI...vertex.glslvertex.glslvertex.glslfragment....fragment....fragment.....css.gitignore.glsl.html.json.md.svg.ts.tsx.uieach dot sized by file size \ No newline at end of file diff --git a/src/components/SensorSelect.tsx b/src/components/SensorSelect.tsx index 64556c9..56444b3 100644 --- a/src/components/SensorSelect.tsx +++ b/src/components/SensorSelect.tsx @@ -30,8 +30,8 @@ export const SensorSelect = () => { { sensors.data && sensors.data.map((sensor: any) => ( - )) }