298 Commits

Author SHA1 Message Date
Ivana Andersson
ceac1d0351 Merge branch 'rd.create-page-wrappers' of github.com:status-im/nimbus-gui into rd.create-page-wrappers 2023-08-15 11:07:48 +03:00
Ivana Andersson
6813c625f2 feat: add background gradient on page wrapper shadow 2023-08-15 11:07:23 +03:00
RadoslavDimchev
93620f6cb2 fix: delete BackgroundImage old component 2023-08-15 11:01:01 +03:00
RadoslavDimchev
2e5c17dcf5 feat: create story for nodes logo 2023-08-15 10:59:23 +03:00
RadoslavDimchev
82ccc8f802 feat: create charts folder and move files 2023-08-15 10:44:47 +03:00
RadoslavDimchev
9936a198bf feat: create separated folder for page wrapper 2023-08-15 10:30:00 +03:00
RadoslavDimchev
9cd6d121ba feat: separate icons and logos 2023-08-15 10:28:14 +03:00
Ivana Andersson
63cdd0eea2 fix: add bg image to the connect device page 2023-08-15 10:26:02 +03:00
Ivana Andersson
85e8112a81 Merge branch 'rd.create-page-wrappers' of github.com:status-im/nimbus-gui into rd.create-page-wrappers 2023-08-15 10:22:55 +03:00
Ivana Andersson
e86d2516e0 feat: move connect device page to pages folder 2023-08-15 10:22:36 +03:00
RadoslavDimchev
8c3b4f524a feat: move Landing Page into pages folder 2023-08-15 10:21:21 +03:00
RadoslavDimchev
3071582752 Merge branch 'rd.create-page-wrappers' of https://github.com/status-im/nimbus-gui into rd.create-page-wrappers 2023-08-15 10:13:52 +03:00
RadoslavDimchev
7c3ff97460 feat: move container in page wrapper 2023-08-15 10:13:45 +03:00
Ivana Andersson
3bff285135 fix: rename content page component and file 2023-08-15 10:05:39 +03:00
RadoslavDimchev
91e7afd2a7 fix: leave only one component for every page 2023-08-15 10:01:39 +03:00
RadoslavDimchev
99a662570c fix: add children instead of content for page wrapper 2023-08-15 09:57:46 +03:00
RadoslavDimchev
676bb2d0b5 fix: update imports for page wrapper 2023-08-15 09:52:48 +03:00
RadoslavDimchev
690346c934 feat: update layout to page wrapper component 2023-08-15 09:52:35 +03:00
RadoslavDimchev
0ef48a52a0 feat: remove old page wrappers 2023-08-15 09:47:06 +03:00
Ivana Andersson
b11d387249 feat: add route for connection page 2023-08-15 09:43:36 +03:00
Ivana Andersson
216cb3b96b Merge branch 'rd.create-page-wrappers' of github.com:status-im/nimbus-gui into rd.create-page-wrappers 2023-08-15 09:38:30 +03:00
RadoslavDimchev
367845f7af Merge branch 'main' into rd.create-page-wrappers 2023-08-15 09:29:23 +03:00
Hristo Nedelkov
11c18a316f
Merge pull request #43 from status-im/rd-hn-.create-DeviceHealthPage
feat: create device health page
2023-08-15 09:23:04 +03:00
Hristo Nedelkov
305d22d90e Add emprty state for device memory 2023-08-15 09:19:54 +03:00
Ivana Andersson
e64fd5691d
Merge pull request #45 from nimbus-gui/ia.add-breadcrumb-bar-story
feat: add `BreadcrumbBar.stories.tsx`
2023-08-15 09:17:48 +03:00
Hristo Nedelkov
bbfc4b198d Add memory empty state 2023-08-15 09:15:04 +03:00
Hristo Nedelkov
1dc8fb38fd Merge branch 'rd-hn-.create-DeviceHealthPage' of https://github.com/status-im/nimbus-gui into rd-hn-.create-DeviceHealthPage 2023-08-15 09:13:19 +03:00
Hristo Nedelkov
76f54e910e Add emptyState for CPU device 2023-08-15 09:13:11 +03:00
RadoslavDimchev
f335f3f2b0 feat: add story with empty arr for network 2023-08-15 09:12:11 +03:00
RadoslavDimchev
c0dc49289f fix: remove commented code 2023-08-15 09:09:28 +03:00
Ivana Andersson
623efb22ff fix: add props of breadcrumb bar on connection page 2023-08-14 18:33:04 +03:00
Ivana Andersson
7571e96b2b feat: add BreadcrumbBar.stories.tsx 2023-08-14 18:12:44 +03:00
RadoslavDimchev
c78570038d feat: add storage story example for empty state 2023-08-14 14:58:42 +03:00
Hristo Nedelkov
c14976988a fix: add more elements 2023-08-14 13:39:27 +03:00
RadoslavDimchev
06a241188f feat: add story for network card 2023-08-14 13:37:04 +03:00
RadoslavDimchev
2f7f511886 feat: add story for storage health 2023-08-14 13:31:23 +03:00
RadoslavDimchev
09cb916da7 fix: change name of device memory 2023-08-14 13:27:26 +03:00
RadoslavDimchev
76be6b1310 feat: add story for DeviceMemory 2023-08-14 13:11:48 +03:00
RadoslavDimchev
eb190933bb feat: add story for CPU card 2023-08-14 12:42:01 +03:00
RadoslavDimchev
c3da4d8242 fix: format Device page component 2023-08-14 12:39:12 +03:00
Hristo Nedelkov
6ee9176076
Update src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-14 12:22:43 +03:00
Hristo Nedelkov
802f16118d
Update src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-14 12:22:22 +03:00
Hristo Nedelkov
fe02940c96
Update src/components/DeviceStorageHealth.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-14 12:22:12 +03:00
Hristo Nedelkov
be2d75f849
Update src/components/DeviceMemoryHealth.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-14 12:22:05 +03:00
Hristo Nedelkov
df6963a752
Update src/components/DeviceNetworkHealth.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-14 12:21:56 +03:00
Hristo Nedelkov
0a4b717c35
Update src/components/DeviceCPULoad.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
2023-08-14 12:21:49 +03:00
Hristo Nedelkov
cf2eb7efb6 Fix CPU error handling 2023-08-14 11:33:54 +03:00
Hristo Nedelkov
6a18bc817a Fix Network error handling 2023-08-14 11:29:04 +03:00
Hristo Nedelkov
e6b505f612 [fix] Memory card error handling 2023-08-14 11:25:49 +03:00
Hristo Nedelkov
10ba0cf385 Fix error handling 2023-08-14 11:18:57 +03:00