Commit Graph

412 Commits

Author SHA1 Message Date
Ivana Andersson b239139b01 fix: input field takes up whole width 2023-08-18 12:17:07 +03:00
Ivana Andersson 634710b0b1 feat: add color picker story 2023-08-18 11:31:41 +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 fb21d8d499 Add DeviceHealthState into redux 2023-08-17 11:30:00 +03:00
Hristo Nedelkov bcba97a199 Create redux folder 2023-08-17 11:29:45 +03:00
Hristo Nedelkov 539e7377d1 Add isPairedSuccessfully state 2023-08-17 10:07:58 +03:00
RadoslavDimchev 5b01e37652 fix: delete complete id svg icon 2023-08-17 06:32:14 +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 10bee2f66a fix: svg rules changed to match jsx 2023-08-16 18:01:53 +03:00
Ivana Andersson e9eda5237e fix: all inputs should have white background 2023-08-16 17:37:36 +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 b6a1c40be2 feat: add padding on top of the layout container 2023-08-16 16:57:35 +03:00
Ivana Andersson 442fd2456a feat: put nimbus logomark styles into its own file 2023-08-16 16:38:43 +03:00
Ivana Andersson a8e9342268 fix: move styles from `App.css` to `index.css` 2023-08-16 16:38:09 +03:00
Ivana Andersson 443fc23e41 cleanup: some more css and html tags 2023-08-16 16:23:18 +03:00
Ivana Andersson f1b8d76841
Rename breadcrumbbar.css to BreadcrumbBar.css 2023-08-16 16:11:08 +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
Ivana Andersson e7a4b88f63 cleanup: remove css styles that are not used or needed 2023-08-16 15:54:13 +03:00
Ivana Andersson 7789178772 feat: add margin bottom to the titles component 2023-08-16 15:12:42 +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
Ivana Andersson 1f5ff18605 fix: changed font weight of page title 2023-08-16 14:39:05 +03:00
RadoslavDimchev 9c9fed9134 feat: add generate id button 2023-08-16 14:33:47 +03:00
Ivana Andersson cc90bc4d32 feat: add route in `App` for the create local node page 2023-08-16 14:32:53 +03:00
Ivana Andersson 43823559da feat: add new create local node page 2023-08-16 14:32:34 +03:00
RadoslavDimchev 23aa856dac 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:31:36 +03:00
RadoslavDimchev 39d8c03c70 feat: add complete id icon 2023-08-16 14:31:30 +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
RadoslavDimchev 3478457ccb 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 13:50:33 +03:00
RadoslavDimchev 855ce862aa fix: update width to the sync cards 2023-08-16 13:50:22 +03:00
Hristo Nedelkov b6926866ca 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 13:46:43 +03:00
Hristo Nedelkov ed5fff1e69 Add functionality 2023-08-16 13:46:34 +03:00
RadoslavDimchev 5108865895 fix: change titles and remove container 2023-08-16 13:45:33 +03:00
Hristo Nedelkov 1296fa7590 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 13:40:32 +03:00
Hristo Nedelkov 0555e52bdb Implement settings section 2023-08-16 13:40:23 +03:00
RadoslavDimchev 8b6149cae8 feat: add titles to the page 2023-08-16 13:36:56 +03:00
RadoslavDimchev ea4c6c60a5 feat: disable button if not paired 2023-08-16 13:31:47 +03:00
Hristo Nedelkov 37e01f1031 Update SyncStatus.tsx 2023-08-16 13:28:51 +03:00
Hristo Nedelkov c694c2cfa7 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 13:27:55 +03:00
RadoslavDimchev a88d7900e3 fix: remove constant width 2023-08-16 13:27:08 +03:00
Hristo Nedelkov f8d8293db2 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 13:27:07 +03:00
Hristo Nedelkov dba9a7e936 Style 2023-08-16 13:26:57 +03:00
RadoslavDimchev d25c13396c feat: add continue section 2023-08-16 13:21:36 +03:00
RadoslavDimchev 2b7f29607e feat: add header with logo and tags 2023-08-16 13:13:43 +03:00
RadoslavDimchev 6344fa743b feat: add separator 2023-08-16 12:55:53 +03:00
RadoslavDimchev f5c252f726 feat: create story for pair device page 2023-08-16 12:50:27 +03:00
Hristo Nedelkov 168e100a7a Add third state of component 2023-08-16 12:11:39 +03:00
Hristo Nedelkov 2cf6f0508c Style second state 2023-08-16 11:49:22 +03:00
Hristo Nedelkov 7cd68fac93 Create second state 2023-08-16 11:41:37 +03:00
Hristo Nedelkov 7c4d094e5d Implement first state of sync status 2023-08-16 11:29:21 +03:00
RadoslavDimchev 87fc53a64e feat: add initial components to the page 2023-08-16 10:48:27 +03:00
RadoslavDimchev 7dff29b697 feat: create pair device and add route 2023-08-16 10:44:33 +03:00
RadoslavDimchev 8b58c8fd89 feat: update sync page stories categories 2023-08-16 09:22:24 +03:00
RadoslavDimchev c1889b5463 fix: move components from sync page 2023-08-16 09:20:23 +03:00
Hristo Nedelkov d463a1e696 Fix more imports 2023-08-16 09:17:26 +03:00
RadoslavDimchev 031003a9c6 fix: remove one component from sync page 2023-08-16 09:14:41 +03:00
Hristo Nedelkov 176fecdf29 Fix 2023-08-16 09:12:32 +03:00
Hristo Nedelkov cdaf442c2f Merge branch 'main' into rd.create-page-wrappers 2023-08-16 09:08:51 +03:00
Hristo Nedelkov 9c9160df00
Update src/components/SyncStatusCardConsensus.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-15 16:08:20 +03:00
Hristo Nedelkov eaf0032526
Update src/components/SyncStatusCardExecution.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-15 16:08:12 +03:00
Hristo Nedelkov 94b444ee86 fix: fix border radius 2023-08-15 14:44:22 +03:00
Ivana Andersson b19b44c0c8 feat: add story for `LabelInputField` 2023-08-15 13:55:53 +03:00
Hristo Nedelkov 4441bd6f06 fix: Fix Pinned message reactions 2023-08-15 13:55:15 +03:00
Ivana Andersson f50f2b0b0e fix: nimbus logo height and width to match design 2023-08-15 13:45:03 +03:00
Ivana Andersson ed29f7d65e feat: add connect device page story 2023-08-15 13:30:48 +03:00
Hristo Nedelkov 4b9f83f361 Add page story 2023-08-15 13:27:18 +03:00
Hristo Nedelkov f07c7629e0 Add story for execution 2023-08-15 13:23:20 +03:00
Hristo Nedelkov 91ceef7e72 Add story for consensus 2023-08-15 13:21:37 +03:00
RadoslavDimchev 8ebc13dff0 fix: move from assets to public folder 2023-08-15 13:17:16 +03:00
RadoslavDimchev afee33ed57 fix: delete old icons, pngs and svgs 2023-08-15 13:14:26 +03:00
Hristo Nedelkov 59bcd20428 Add Pinned notification and format received numbers 2023-08-15 13:13:22 +03:00
RadoslavDimchev 8c6454e3b3 fix: move all background images to one folder 2023-08-15 13:12:39 +03:00
RadoslavDimchev b6c5db6914 fix: update icon to be trasparent 2023-08-15 13:06:18 +03:00
RadoslavDimchev 7b12a6b581 feat: add nodes logo to Landing Page 2023-08-15 12:54:27 +03:00
RadoslavDimchev b91375244e feat: update tag to be only beta tag for logos 2023-08-15 12:53:34 +03:00
RadoslavDimchev de9b45744a fix: remove png and add svgs to nimbus logo 2023-08-15 12:45:44 +03:00
Ivana Andersson f66e2ad678 Merge branch 'rd.create-page-wrappers' of github.com:status-im/nimbus-gui into rd.create-page-wrappers 2023-08-15 11:21:01 +03:00
Ivana Andersson 776b11e94e fix: fix gradient intensity and height 2023-08-15 11:20:54 +03:00
RadoslavDimchev 23767b549f fix: update url for chevron in breadcrum bar 2023-08-15 11:17:12 +03:00