From 48d3f0394905854b48f58e1d474d6dc7dbe76e4c Mon Sep 17 00:00:00 2001 From: Jakub Biesiada Date: Wed, 3 Mar 2021 23:56:02 +0100 Subject: [PATCH 1/2] feat: add toggle all button --- src/ui/components/Elements/Elements.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ui/components/Elements/Elements.tsx b/src/ui/components/Elements/Elements.tsx index db9a1c6..ed5ffbd 100644 --- a/src/ui/components/Elements/Elements.tsx +++ b/src/ui/components/Elements/Elements.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { Input } from 'react-figma-ui'; +import { Input, IconButton } from 'react-figma-ui'; import { Configurator } from '../Configurator/Configurator'; import { options } from '../../../shared/constants/options'; @@ -42,6 +42,11 @@ export const Elements = () => { return (
0 ? undefined : styles.fullLayout}>
+ + Date: Sun, 16 May 2021 22:41:29 +0200 Subject: [PATCH 2/2] chore: update --- src/ui/components/Elements/Elements.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ui/components/Elements/Elements.tsx b/src/ui/components/Elements/Elements.tsx index 6972e27..5d71cfb 100644 --- a/src/ui/components/Elements/Elements.tsx +++ b/src/ui/components/Elements/Elements.tsx @@ -37,10 +37,12 @@ export const Elements = () => { // TODO classnames
0 ? undefined : styles.fullLayout}>
- + {/* */}