1390 Commits

Author SHA1 Message Date
RadoslavDimchev
b16ee66652 fix: replace reaction icon 2023-08-21 14:52:38 +03:00
RadoslavDimchev
2317f7ebb4 Merge branch 'main' into rd.use-icons-from-status 2023-08-21 14:30:44 +03:00
RadoslavDimchev
b297085a9e fix: remove and use status icons for connect device 2023-08-21 14:07:42 +03:00
RadoslavDimchev
d120f9b7de fix: replace token icons 2023-08-21 12:56:30 +03:00
RadoslavDimchev
7c86d7a412 feat: replace close icon 2023-08-21 12:36:57 +03:00
RadoslavDimchev
cc2a11f397 fix: add withRouter decorator in pair device story 2023-08-21 10:25:37 +03:00
Rickard Andersson
fe320f10bc fix(storybook): add plugin for storybook + react-router usage 2023-08-21 10:22:37 +03:00
RadoslavDimchev
f2b65fca8b fix: small changes to structure states 2023-08-21 09:27:17 +03:00
RadoslavDimchev
3237787781 feat: create story for generated id input 2023-08-18 18:23:04 +03:00
RadoslavDimchev
db8c4b3ae1 feat: add input with all functionalities for id 2023-08-18 18:22:11 +03:00
Hristo Nedelkov
c2fedd098d Add last state create avatar 2023-08-18 15:49:33 +03:00
Hristo Nedelkov
b2ecc70f08 Merge branch 'main' into rd-hn.create-pair-device-page 2023-08-18 15:39:38 +03:00
Hristo Nedelkov
96ce00c326 Merge branch 'main' into hn.add-redux 2023-08-18 15:22:27 +03:00
Hristo Nedelkov
8b659a5b8b Clear comments 2023-08-18 15:21:34 +03:00
Hristo Nedelkov
68770357fb fix: Fix storybook of device sync page 2023-08-18 15:15:40 +03:00
Hristo Nedelkov
65ee87e999 Add Pinned Message to redux 2023-08-18 14:58:26 +03:00
Ivana Andersson
4d06ef65e9 import css for tag container 2023-08-18 12:34:15 +03:00
Ivana Andersson
d4b3fff170 feat: create TagContainer component for header 2023-08-18 12:24:20 +03:00
Ivana Andersson
4c622e51ab fix: add some white space between label and component 2023-08-18 11:27:18 +03:00
Ivana Andersson
faad444ed4 feat: create separate color picker component 2023-08-18 11:25:20 +03:00
RadoslavDimchev
901ade5fb3 fix: remove components 2023-08-17 20:10:23 +03:00
RadoslavDimchev
be6060ffa5 fix: remove old components from sync status 2023-08-17 18:14:06 +03:00
RadoslavDimchev
2049b40185 fix: add setter and give props 2023-08-17 18:02:35 +03:00
RadoslavDimchev
156f177497 feat: add story for successfully paired 2023-08-17 17:59:17 +03:00
RadoslavDimchev
ed44201bdb feat: create component for successfully paired 2023-08-17 17:56:08 +03:00
Hristo Nedelkov
02b043167b Fix: Make storybook work with redux 2023-08-17 13:06:27 +03:00
Hristo Nedelkov
ec90dfb13a Implement redux in device health check 2023-08-17 12:01:11 +03:00
Hristo Nedelkov
539e7377d1 Add isPairedSuccessfully state 2023-08-17 10:07:58 +03:00
RadoslavDimchev
d1f3b858e2 feat: add todo comment for crashing story 2023-08-17 06:22:19 +03:00
Ivana Andersson
a3b128053a feat: add setting color functionality 2023-08-16 18:25:43 +03:00
Ivana Andersson
4679bea9b1 feat: add react-color for the color picker component 2023-08-16 17:24:38 +03:00
Ivana Andersson
897515da60 feat: add icon button next to the device avatar 2023-08-16 17:06:56 +03:00
Ivana Andersson
443fc23e41 cleanup: some more css and html tags 2023-08-16 16:23:18 +03:00
Ivana Andersson
60f9649333 claenup: remove html tags from create node page 2023-08-16 15:57:19 +03:00
Ivana Andersson
b6a2204319 cleanup: remove most html from landing page 2023-08-16 15:56:57 +03:00
RadoslavDimchev
d7d8c7ed1b feat: add input for generated id 2023-08-16 15:06:12 +03:00
RadoslavDimchev
9fa220c08d fix: change story category 2023-08-16 14:58:33 +03:00
Hristo Nedelkov
27eed45c2a Fix story 2023-08-16 14:55:37 +03:00
Hristo Nedelkov
0051948d1d Add storybook for syncStatus 2023-08-16 14:47:56 +03:00
Hristo Nedelkov
88e44e8d12 Move timer to SyncStatus 2023-08-16 14:40:57 +03:00
Ivana Andersson
78cf706e69 feat: add story for CreateLocalNode page 2023-08-16 14:39:21 +03:00
RadoslavDimchev
9c9fed9134 feat: add generate id button 2023-08-16 14:33:47 +03:00
Ivana Andersson
43823559da feat: add new create local node page 2023-08-16 14:32:34 +03:00
Hristo Nedelkov
0a79aeb1fc Fix Icon 2023-08-16 14:29:38 +03:00
Hristo Nedelkov
c7a759525a Clear code and remove warnings 2023-08-16 14:22:22 +03:00
Hristo Nedelkov
77f12a40ba Merge branch 'rd-hn.create-pair-device-page' of https://github.com/nimbus-gui/nimbus-gui into rd-hn.create-pair-device-page 2023-08-16 14:13:44 +03:00
Hristo Nedelkov
8517446eb1 Add timer and reset func 2023-08-16 14:13:10 +03:00
RadoslavDimchev
6c647aff32 feat: import uuid v4 2023-08-16 14:12:37 +03:00
Hristo Nedelkov
5c3c8b6977 Merge branch 'rd-hn.create-pair-device-page' of https://github.com/nimbus-gui/nimbus-gui into rd-hn.create-pair-device-page 2023-08-16 14:01:42 +03:00
Hristo Nedelkov
db931f2562 Fix 2023-08-16 14:01:33 +03:00