Commit Graph

208 Commits

Author SHA1 Message Date
Hristo Nedelkov 9b63d4174c Merge branch 'main' into hn.line-chart 2023-08-10 09:53:49 +03:00
RadoslavDimchev 0b5949a3db feat: remove nodes logo with html 2023-08-10 09:53:40 +03:00
RadoslavDimchev 4d5faa22c1 feat: use NodesLogo for LandingPage 2023-08-10 09:38:50 +03:00
RadoslavDimchev 0f56ddefed fix: change style of Tag 2023-08-10 09:38:12 +03:00
RadoslavDimchev 544ddff529 feat: create nodes logo 2023-08-10 09:25:20 +03:00
RadoslavDimchev c77a72599e fix: rename Logo to NimbusLogo 2023-08-10 09:17:48 +03:00
Hristo Nedelkov 4065c125b0 Tweaks 2023-08-10 09:07:24 +03:00
Hristo Nedelkov f2cb3eaa7e Separate logic for cards
Add alerts with icons
2023-08-09 15:21:46 +03:00
Radoslav Dimchev 448bfa3bbb
Merge pull request #28 from status-im/rd.implement-router
feat: implement router
2023-08-09 14:41:02 +03:00
RadoslavDimchev 90d6399d43 feat: implement react router
add landing page on "/"
2023-08-09 13:37:22 +03:00
RadoslavDimchev 3914611970 chore: install react router dom library 2023-08-09 13:13:18 +03:00
Radoslav Dimchev bef9b8805b
Merge pull request #26 from status-im/rd.create-HealthInfoSection-component
feat: create health info section component
2023-08-09 12:53:48 +03:00
RadoslavDimchev f8e6cf8369 feat: remove use state and effect
just calculate them without state
2023-08-09 12:37:58 +03:00
RadoslavDimchev 9a81ce2367 fix: remove duplicate config import 2023-08-09 12:00:59 +03:00
Radoslav Dimchev f617295058
Merge branch 'main' into rd.create-HealthInfoSection-component 2023-08-09 11:50:17 +03:00
Hristo Nedelkov 9a5eed0d1c Re-use existing components 2023-08-09 11:47:34 +03:00
RadoslavDimchev c7c4b4e7a5 feat: add valid values for new props 2023-08-09 11:26:50 +03:00
Hristo Nedelkov 4ee27c6cd8 Add fixed size to the static box 2023-08-09 11:18:02 +03:00
Hristo Nedelkov ae8fcca173 Merge branch 'main' into hn.line-chart 2023-08-09 11:10:54 +03:00
RadoslavDimchev a6387398db feat: create separate component for message 2023-08-09 10:58:47 +03:00
RadoslavDimchev c7120820bf fix: add new props to the type 2023-08-09 10:32:55 +03:00
RadoslavDimchev 650a769432 feat: add real values for props
also add cpuClockRate and networkLatency
2023-08-09 10:29:35 +03:00
RadoslavDimchev 7245964d77 feat: change info messages and add more 2023-08-09 10:26:00 +03:00
RadoslavDimchev e533617a6b feat: create constants file and move them 2023-08-09 10:20:39 +03:00
RadoslavDimchev 3ea108b246 feat: implement states for percentages 2023-08-09 10:12:39 +03:00
Hristo Nedelkov c903095228 [fix] Fit chart in box boundaries 2023-08-09 09:32:05 +03:00
RadoslavDimchev 2ef62191aa fix: remove styled from BackgroundImage
It has an error for boxShadow prop
2023-08-09 09:25:27 +03:00
Ivana Andersson ffdc5942e5
Merge pull request #24 from status-im/ia-creating-components
feat: add landing page layout and styles
2023-08-08 15:57:40 +03:00
Ivana Andersson d30f64e8ba ci: fix build 2023-08-08 14:59:00 +03:00
Ivana Andersson cf80d7f7cc fix: add missing `QuickStartBar` 2023-08-08 14:47:22 +03:00
RadoslavDimchev 47cf20b601 fix: remove styled from ShadowBox 2023-08-08 14:45:30 +03:00
Hristo Nedelkov 1e56634029 Implement line chart in the StaticBox 2023-08-08 14:42:29 +03:00
Ivana Andersson 0b5cc980b6
Merge branch 'main' into ia-creating-components 2023-08-08 14:41:42 +03:00
Ivana Andersson 11a7fb0cf3 feat: add landing page layout and styles 2023-08-08 14:38:10 +03:00
RadoslavDimchev 822f4cc805 fix: remove not used props from icon 2023-08-08 13:59:35 +03:00
RadoslavDimchev 0947232fa1 feat: add constant messages 2023-08-08 13:57:33 +03:00
RadoslavDimchev 6b788018ad feat: add type and props 2023-08-08 13:10:07 +03:00
RadoslavDimchev 1a44ad733c feat: create HealthInfoSection component 2023-08-08 13:07:00 +03:00
Hristo Nedelkov fa9ba087be Import and convert Static box from demo of Device Health Check" 2023-08-08 12:55:02 +03:00
Radoslav Dimchev 19c347809c
Merge pull request #18 from status-im/rd.convert-jsx-components-to-tsx
refactor: convert jsx components to tsx
2023-08-08 11:53:17 +03:00
RadoslavDimchev 50eda7176e refactor: delete top bar and tab 2023-08-08 11:48:41 +03:00
RadoslavDimchev f783891bb8 refactor: convert PageWrapper to tsx 2023-08-08 10:56:02 +03:00
RadoslavDimchev 96aca7a9eb refactor: convert Information Box to tsx 2023-08-08 10:55:30 +03:00
RadoslavDimchev f00d26e955 refactor: convert all title components 2023-08-08 10:50:32 +03:00
Hristo Nedelkov f753da5a0c
Merge pull request #17 from status-im/hn.standard-gauge-component
feat: add standard gauge component
2023-08-08 10:42:55 +03:00
Hristo Nedelkov fdcc2d50b7 Merge branch 'hn.standard-gauge-component' of https://github.com/status-im/nimbus-gui into hn.standard-gauge-component 2023-08-08 10:39:11 +03:00
Hristo Nedelkov 0f3fe54086 Spelling fixes 2023-08-08 10:38:50 +03:00
Hristo Nedelkov b2bb254d02
Update src/App.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-08 10:37:46 +03:00
Hristo Nedelkov 147d3b6993
Update src/App.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-08 10:37:40 +03:00
Hristo Nedelkov b8fae018c7
Update src/components/StandartGauge.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-08 10:37:33 +03:00