1841 Commits

Author SHA1 Message Date
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
Hristo Nedelkov
41fcb7ceea
Update src/components/StandartGauge.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-08 10:37:28 +03:00
Hristo Nedelkov
2a5bdc1131
Update src/components/StandartGauge.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-08 10:37:18 +03:00
RadoslavDimchev
94fbbb6f15 refactor: convert TopBar and fix new issues 2023-08-08 10:32:17 +03:00
RadoslavDimchev
2376120104 refactor: convert Tab from TopBar to tsx 2023-08-08 10:20:31 +03:00
RadoslavDimchev
e0a75a6d25 refactor: ShadowBox tsx and replace div 2023-08-08 10:10:52 +03:00
RadoslavDimchev
40fc94ac4c refactor: convert Tag to tsx 2023-08-08 10:01:53 +03:00
RadoslavDimchev
d9567ac529 fix: add new imports for Logo 2023-08-08 09:45:40 +03:00
RadoslavDimchev
67898225d1 refactor: rest icon components to tsx 2023-08-08 09:40:51 +03:00
RadoslavDimchev
0bb728eacf refactor: buttons convert to ts 2023-08-08 09:28:35 +03:00
RadoslavDimchev
ce712c621b refactor: convert Icon jsx component to tsx 2023-08-08 09:06:24 +03:00
Hristo Nedelkov
df45d98cfb Remove react fragments 2023-08-07 15:27:39 +03:00
Hristo Nedelkov
558e2dd8e5 Extract into separate file 2023-08-07 15:23:21 +03:00
RadoslavDimchev
2c632552b3 refactor: change exports to default
Convert named exports to default exports in component folder
2023-08-07 15:17:31 +03:00
Hristo Nedelkov
0878656979 Update yarn.lock 2023-08-07 14:41:20 +03:00
RadoslavDimchev
fbcd120bfc perf: remove folders and indexes from components 2023-08-07 14:38:53 +03:00
Hristo Nedelkov
7b07ebfde0 Merge branch 'main' into hn.standard-gauge-component 2023-08-07 14:37:07 +03:00
Hristo Nedelkov
77e4089503 Fix names 2023-08-07 14:32:32 +03:00