RadoslavDimchev
836b7e7ed2
fix(default-panel-story): name and import
2024-03-12 14:50:19 +02:00
RadoslavDimchev
6be7c1cf17
feat(default-panel): create story
2024-03-12 14:50:19 +02:00
RadoslavDimchev
7e5d73e4f9
feat(default-panel): create and use separate component
2024-03-12 14:50:19 +02:00
RadoslavDimchev
eedad90e0f
feat(right-manage-settings): add needed constants
2024-03-12 14:50:19 +02:00
RadoslavDimchev
1af52109e8
feat(right-manage-settings): create story
2024-03-12 14:50:19 +02:00
RadoslavDimchev
21e2ea8c76
chore(right-manage-settings): change component name
2024-03-12 14:50:19 +02:00
RadoslavDimchev
658f8ea140
refactor(right-panel): create separate folder
2024-03-12 14:50:19 +02:00
Hristo Nedelkov
2930f2aebc
refactor(storybook): update left sidebar, dashboard, logs stories
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
6072f8bc55
feat(left sidebar): implement navigation
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
17d5983490
feat(LeftSidebarState): Connect icons to correct pages
...
Co-authored-by: EmilIvanichkovv <emil.ivanichkov@gmail.com>
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
f8ca80f450
feat(pages): create `DragableNode.tsx`
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
6d73b1aed8
feat(node list): make nodes dragable
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
932d177391
fix(balance chart bug): fix bug with width of balance chart
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
bc4c46bea0
feat(right sidebar): add nodes list to the right button
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
7ae90bd7dd
feat(storybook): Create NodesList.stories.tsx
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
bb557d765c
fix(rightSidebar): fix sidebar for all pages
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
a36b59a828
feat(icon): add `tooltipicon`
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
ac791e7f38
feat(dashboard sidebar): add popover
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
6b3582fa0c
fix(app css): remove outline on buttons
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
8a737ca0fc
feat(pages): create `AddValidatorButton.tsx`, `DashboardDiamondCard.tsx` &` NodesList.tsx`
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
6d2bb435be
fix(validator count): fix space
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
d142b0cc61
feat(dashboard sidebar): create dashboard sidebar
2024-03-08 13:53:03 +02:00
Hristo Nedelkov
4257111871
feat(validator settings cards): improve code
2024-03-07 13:26:30 +02:00
Hristo Nedelkov
ffed698bdf
feat(validator setting card): update proper icons
2024-03-07 13:26:30 +02:00
Hristo Nedelkov
de7832c42d
feat(manage validator): create settings cards component
2024-03-07 13:26:30 +02:00
Hristo Nedelkov
0970b1e183
feat(logs terminal): make logs terminal responsive
2024-03-02 21:45:13 +02:00
Hristo Nedelkov
9aa4b06ae9
feat(logs page): make sidebar responsive
2024-03-02 21:45:13 +02:00
Hristo Nedelkov
6d043ba203
fix(dashboard/logs): fix `windowSize` bug
2024-03-02 21:45:13 +02:00
Hristo Nedelkov
113dfbacd8
feat(logs sum card): make bottom cards buttons to filter logs
2024-03-02 21:45:13 +02:00
Hristo Nedelkov
eab23d3e1d
fix( terminal row): improve search with new json data
2024-03-02 21:45:13 +02:00
Hristo Nedelkov
8c20a822c3
fix(logs terminal): remove filter by search
2024-03-02 21:45:13 +02:00
Emil Ivanichkov
e06302d431
refacotr(log types): Make `LogType` general and move to proper file
2024-02-26 12:57:25 +02:00
Hristo Nedelkov
f574152504
feat(storybook): Add stories for logs view
2024-02-26 12:57:25 +02:00
Hristo Nedelkov
22534f6504
feat(log screen): Improvements of the logs
...
fix(LogsPage): improve code in Logs Page
fix(header buttons): search field fix
fix(yarn): remove useless packages!
fix(logs cads): icons problem
fix(Terminal Row): update terminal row with new data format
fix(logs terminal): create custom component and remove useless packages
update data
feat(terminal row): create custom logic to load logs
feat(logs terminal): import logs as json
refactor(logs page): clear code
feat(terminal row): style text getColorForKey
feat(constants): add real terminal logs
fix(logs terminal): fix style of window
feat(terminal row): add correct colors from image
feat(terminal row): create format log function
fix(terminal row): fix row highlight
fix(terminal row): fix style of log row
Update TerminalRow.tsx
Update TerminalRow.tsx
fix(terminal row): allow side scrolling and improve code
Update constants.ts
fix(logs terminal): fix warnings of using Property 'scrollIntoView' type 'never'
fix(logs terminal): fix logs end ref
feat:(terminal row): implement search in logs values
fix warning
style(switch component): style thumb on switch
feat:(terminal row): add timestamps if active
fix warning
fix(search field): case insensitive
Update constants.ts
add LogsTypes
feat(Header buttons): map dropdown options
feat(logs terminal): filter logs by lvl
fix(terminal row): improve search functionality
Update LogsTerminal.tsx
Create logsTerminal slice
Update store.ts
feat: use current count of each log type
feat(logsTerminal): create func to calculate logs
format
add yarn package
yarn add react window
feat(logs terminal): implement react window into current log terminal
feat(log constants): export Log Type and level
Update LogsTerminal.tsx
fix(logs terminal):fix type warnings
fix(logs page): fix default menu item
feat(logs sum car): calculate logs per minute
add comment
fix (terminal row): render all types of data from log
fix(terminal row): fix type error
feat(terminal row): make index unable to be copied
format
fix(terminal row): show raw JSON logs
feat(switch component): make switch reusable
feat(switch component): use updated switch
feat(terminal row): optional showing indexes
format
Create LogsTerminal.stories.ts
Create LogsPage.stories.ts
Create LogsSumCard.stories.ts
Create HeaderBtns.stories.ts
Create TitleLogo.stories.ts
2024-02-26 12:57:25 +02:00
RadoslavDimchev
b0d5c49ed3
chore(overview-wrapper-css): remove useless classes
2024-02-15 19:38:53 +02:00
RadoslavDimchev
c33c13a526
fix(overview-right-img): move to right
2024-02-15 19:38:53 +02:00
RadoslavDimchev
0a513140fa
chore(overview-css): make more understandable files names
2024-02-15 19:38:53 +02:00
RadoslavDimchev
4014c0352d
feat(overview): change width of overview container for screen widths
2024-02-15 19:38:53 +02:00
RadoslavDimchev
401f6c5f1b
feat(overview): use flex to make cards more responsive
2024-02-15 19:38:53 +02:00
RadoslavDimchev
16a99e1ef7
refactor(overview-image): position and height
2024-02-15 19:38:53 +02:00
RadoslavDimchev
27f8e4b560
chore(overview-css): fix class names
2024-02-15 19:38:53 +02:00
RadoslavDimchev
743a2d7d62
fix(overview): remove vertical scroll and white space
2024-02-15 19:38:53 +02:00
RadoslavDimchev
100bf77f28
refactor(overview-card): use status text and remove YStack
2024-02-15 19:38:53 +02:00
RadoslavDimchev
ba209fa851
feat(overview): responsive and position cards
2024-02-15 19:38:53 +02:00
RadoslavDimchev
e713185a10
fix(overview): show top img for mobile version
2024-02-15 19:38:53 +02:00
RadoslavDimchev
0450123de1
fix(overview): remove container margins
2024-02-15 19:38:53 +02:00
RadoslavDimchev
89dab6b77e
fix(overview): padding of the page
2024-02-15 19:38:53 +02:00
Hristo Nedelkov
4e1de7421f
fix(dashboard): fix icons
2024-02-14 15:03:49 +02:00
Hristo Nedelkov
7a844b5280
fix(storage card): fix size of storage card icon
2024-02-14 15:03:49 +02:00
Hristo Nedelkov
fee67e0901
fix(dashboard): fix size of icons
2024-02-14 15:03:49 +02:00
Emil Ivanichkov
3d7c474bf4
fix(build): Ensure compatibility with updated `@tamagui/*` & `@status/*` packages
...
Co-authored-by: RadoslavDimchev <RadoslavDimchev111@gmail.com>
2024-02-13 16:58:42 +02:00
RadoslavDimchev
3d8c39b9f8
feat(quick-start-bar): add more side padding for small screens
2024-02-13 15:47:10 +02:00
RadoslavDimchev
49cff8960a
fix(page-wrapper): height and bottom margin
2024-02-13 15:47:10 +02:00
RadoslavDimchev
5f1d749c51
feat(landing-page): add bottom margin to quick start bar
2024-02-13 15:47:10 +02:00
RadoslavDimchev
6ffa4721ca
fix(landing-page): space between content
2024-02-13 15:47:10 +02:00
RadoslavDimchev
e8d2033f8b
feat(quick-start-bar): add responsive width
2024-02-13 15:47:10 +02:00
RadoslavDimchev
d5818acd98
feat(quick-start-bar): add container
2024-02-13 15:47:10 +02:00
RadoslavDimchev
7b7ddc2888
fix(quick-start-bar): remove unnecessary responsive padding
2024-02-13 15:47:10 +02:00
RadoslavDimchev
474981bacc
fix(quick-start-bar): change height to sticky to bottom
2024-02-13 15:47:10 +02:00
RadoslavDimchev
3ce5c404d1
fix(quick-start-bar): remove part of bottom white space for mobile
2024-02-13 15:47:10 +02:00
RadoslavDimchev
ee78f67d59
feat(quick-start-bar): add different padding for mobile
2024-02-13 15:47:10 +02:00
RadoslavDimchev
ab29f1582a
fix(quick-start-bar): remove decreasing text for mobile
2024-02-13 15:47:10 +02:00
RadoslavDimchev
9b40428a19
feat(quick-start-bar): add horizontal scroll bar to not wrap text
2024-02-13 15:47:10 +02:00
Hristo Nedelkov
ee3348a5e1
fix(back button): make code cleaner
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
ba51cd725a
fix(refactor): format code
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
d703904b68
fix(back button): back button work with recovery phrase
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
8c4cb7bc6c
fix(recovery phrase): don't change phrase on back button
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
a406e0d14a
fix(continue button): add logic for confirm phrase back button
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
bcc3fd86ff
feat(app): make confirm phrase separate url
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
dcba94de02
feat(constants): add all info to validator onboarding constants
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
0aadf5fb39
fix(consensus selection): use only nimbus card
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
f2f28ad80e
feat(validator onboarding): update `ContinueButton.tsx`
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
f93d68bc36
fix(validator onboarding): implement back button functionality
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
6e81f0d109
fix(validator onboarding): improve code in continue button
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
5d890fc00e
feat(constants): create STEPPER_PATHS
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
899d417845
feat(validator onboarding): update `BackButton.tsx`
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
e80beda83c
feat(validator onboarding): implement back button
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
f86e5d77f4
feat:(back button): create back button logic for styling and text
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
4f772687d6
feat(validator onboarding): use back button
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
f542722604
feat(validator onboarding): style back button
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
d6daf9d84f
feat(validator onboarding): create `BackButton.tsx`
2024-02-13 15:17:46 +02:00
Hristo Nedelkov
499f2c1531
FIX(validator management.stories.ts): fix problem with routing in stories
2024-02-10 00:05:13 +02:00
Hristo Nedelkov
af3e59895f
fix(stapper): use module in css
2024-02-10 00:05:13 +02:00
Hristo Nedelkov
eb3b5fc87c
fix(validaor-onboarding): make css in module files
2024-02-10 00:05:13 +02:00
Hristo Nedelkov
34d2843e90
feat(constants): create constant depositStatusSteps
2024-02-10 00:05:13 +02:00
Hristo Nedelkov
4248bba928
feat(validator management): implement validator management pages
...
feat: create right side content of manage validator
Create DepositStatusPieChart.tsx
Create RightPanel.tsx
Create DepositStatus.tsx
fix(deposit status): adjust innerRadius
Create Header.tsx
Create ValidatorInfo.tsx
feat(manage validator): refactor
feat(manage validator): add validator info components
Create DepositStepper.module.css
Create DepositStepper.tsx
feat(deposit status): use exported component
style(validator-info): style validator info
Create ValidatorBalance.tsx
Create diamond.svg
Create suit-guy.png
fix:style deposit status
feat: add validatorBalance
feat: add all components to validator balance
Create ValidatorToolsCards.tsx
Create ValidatorToolCard.tsx
Update ManageValidator.tsx
fix(validator tools): fix spacing
Create broken-chain.png
Create hand-key.png
Create pig.png
Create ValidatorDataCards.tsx
Create ValidatorDataCard.tsx
Update ManageValidator.tsx
Update ValidatorBalance.tsx
Update ValidatorToolsCards.tsx
Update constants.ts
Create ValidatorDataTabs.tsx
Create ValidatorTable.tsx
Create ValidatorTableBody.tsx
Create ValidatorTableHeader.tsx
Create ValidatorTableRow.tsx
fix(manage validator): import table into parent
Delete validatorManagement.css
Create validatorManagement.module.css
fix(validator-management): fix classes
Delete ManagementTable.css
Create ManagementTable.module.css
fix: differentiate tables in validator management
feat: (manage-validator): organize code
Create ValidatorPeersCard.tsx
feat: create Peers pie chart
Create ValidatorGraffiti.tsx
fix(validator graffiti): fix spaces
fix(deposit stepper): fix style
Create Footer.tsx
feat(manage validator): add footer to parent
feat(footer): import external icon
Create beacon-chain.svg
fix(footer): style footer properly
Create cross.svg
feat:(validator info): add days in validator info component
Create eth-logo-blue.png
fix(validator balance): use correct sizes
feat: add manage validator table data
feat(manageValidatorTab): create redux
Update store.ts
fix(validator row): render rows from constant
feat(validator header): render headers from constant
fix(validator data tabs): implement logic for tabs
format
fix: fix build errors
2024-02-10 00:05:13 +02:00
RadoslavDimchev
b2ad3b55d4
fix(header): align problem with tag container
2024-02-06 12:02:29 +02:00
RadoslavDimchev
5a050e3c1b
feat(nimbus-logo): add responsive margin
2024-02-06 12:02:29 +02:00
RadoslavDimchev
6ba84c61d8
refactor: imports order
2024-02-06 12:02:29 +02:00
RadoslavDimchev
0d88d3db5f
fix(sync-status-page): remove margin top and end justify
2024-02-06 12:02:29 +02:00
RadoslavDimchev
80f8619ce0
fix(nimbus-logo): add reusable margin top
2024-02-06 12:02:29 +02:00
RadoslavDimchev
3bda77368b
fix(header): remove top margin and align to end
2024-02-06 12:02:29 +02:00
RadoslavDimchev
7bb9582795
fix(health-check-page): replace resize event with custom hook
2024-02-06 12:02:29 +02:00
RadoslavDimchev
243f7b70e0
fix(health-check-page): remove fixed margin top
2024-02-06 12:02:29 +02:00
RadoslavDimchev
c73186ce9d
fix(landing-page): remove top padding for logo
2024-02-06 12:02:29 +02:00
RadoslavDimchev
2ea3785f10
fix(window-size): remove checks for initial 0 width
2024-02-02 09:04:55 +02:00
RadoslavDimchev
cfa34de8cc
fix(use-window-size): default value
2024-02-02 09:04:55 +02:00
RadoslavDimchev
0dc78ef076
fix(key-generation): move generating mnemonic
2024-02-02 09:04:55 +02:00
RadoslavDimchev
ee9a165f44
fix(recovery-phrase): length of array and item key
2024-02-02 09:04:55 +02:00
RadoslavDimchev
acd06d8fd0
fix(deposit-css): format module
2024-02-02 09:04:55 +02:00
RadoslavDimchev
8a5577db74
fix(recovery-phrase): generate mnemonic default value
2024-02-02 09:04:55 +02:00
RadoslavDimchev
e90fed3309
feat(deposit): move container style into module
2024-02-02 09:04:55 +02:00
RadoslavDimchev
f9e35c5c88
feat(deposit): responsive chain parity
2024-02-02 09:04:55 +02:00
RadoslavDimchev
2bacb22cdb
fix(deposits): width of entire content
2024-02-02 09:04:55 +02:00
RadoslavDimchev
6597e64011
feat(deposits): create story for chain parity
2024-02-02 09:04:55 +02:00
RadoslavDimchev
9dce578fa5
feat(deposits): separate chain parity as component
2024-02-02 09:04:55 +02:00
RadoslavDimchev
4229b03b8c
fix(key-generation): default recovery mechanism value
2024-02-02 09:04:55 +02:00
RadoslavDimchev
de0b646162
fix: space for validator request
2024-02-02 09:04:55 +02:00
RadoslavDimchev
c9875c3388
fix: state of is chain parity
2024-02-02 09:04:55 +02:00
RadoslavDimchev
8b2652cc0d
fix: format files with new requirements
2024-02-02 09:04:55 +02:00
RadoslavDimchev
3403824949
feat: style chain parity image
2024-02-02 09:04:55 +02:00
RadoslavDimchev
d55ea136c7
feat: use chain parity image
2024-02-02 09:04:55 +02:00
RadoslavDimchev
870d86440c
feat: add subtitle and remove all other stages
2024-02-02 09:04:55 +02:00
RadoslavDimchev
bc0326e2ce
feat: create func for deposit title
2024-02-02 09:04:55 +02:00
RadoslavDimchev
0c862645b4
feat: add is chain parity to slice
2024-02-02 09:04:55 +02:00
RadoslavDimchev
1dfc17d8b9
fix: remove keys generated and change width
2024-02-02 09:04:55 +02:00
RadoslavDimchev
cbcbb3195f
fix: name of copy pasted recovery phrase notification
2024-02-02 09:04:55 +02:00
RadoslavDimchev
bafa31b1f9
fix: add check for window size zero for sync cards
2024-02-02 09:04:55 +02:00
RadoslavDimchev
c800721e78
fix: remove wrong copy pasted notification story
2024-02-02 09:04:55 +02:00
RadoslavDimchev
eb8605980d
feat: create story for copy pasted notification
2024-02-02 09:04:55 +02:00
RadoslavDimchev
7fe692bc19
feat; separate copy pasted notification component
2024-02-02 09:04:55 +02:00
RadoslavDimchev
d7badb78e0
feat: move pasted notification above the btn for small screen
2024-02-02 09:04:55 +02:00
RadoslavDimchev
d596d0599e
feat: sync cards responsive
2024-02-02 09:04:55 +02:00
RadoslavDimchev
47f3f05995
fix: margin bottom of sync cards
2024-02-02 09:04:55 +02:00
RadoslavDimchev
78910fc891
feat: create story for chevron icon component
2024-02-02 09:04:55 +02:00
RadoslavDimchev
e08492ef48
feat: separate chevron icon component
2024-02-02 09:04:55 +02:00
RadoslavDimchev
d351196dba
feat: change chevron icon for opened dropdown
2024-02-02 09:04:55 +02:00
RadoslavDimchev
9843dc5696
fix: currency dropdown side, position and width
2024-02-02 09:04:55 +02:00
Emil Ivanichkov
ef4e1ca905
refactor(format): Fix formating
2024-01-30 18:24:08 +02:00
Hristo Nedelkov
7a83d45372
Update InstallLayout.module.css
2024-01-30 15:24:28 +02:00
Hristo Nedelkov
65a1933cc3
format
2024-01-30 14:54:24 +02:00
Hristo Nedelkov
c7b7008cdd
Update InstallLayout.module.css
2024-01-30 14:54:05 +02:00
Hristo Nedelkov
8b5382ce30
Update Activation.tsx
2024-01-30 14:48:25 +02:00
Hristo Nedelkov
7979afa688
clear code
2024-01-30 14:47:30 +02:00
Hristo Nedelkov
8db9326c4d
fix: remove unused
2024-01-30 14:47:21 +02:00
Hristo Nedelkov
d09ae9be5a
Delete FormStepper.stories.ts
2024-01-30 13:44:41 +02:00
Hristo Nedelkov
5935ed6275
format
2024-01-30 12:19:00 +02:00
Hristo Nedelkov
c30606b2ee
Merge branch 'main' into hn.fix-validator-onboarding
2024-01-30 12:10:39 +02:00
Hristo Nedelkov
f23790e0eb
format
2024-01-30 12:04:51 +02:00
Hristo Nedelkov
bbbd7adec8
clear code
2024-01-30 12:04:46 +02:00
Hristo Nedelkov
92c02068d0
feat: add copy functionality
2024-01-30 11:38:32 +02:00
Hristo Nedelkov
c63d27528c
fix: continue button to work with Recovery Mechanism
2024-01-30 01:03:07 +02:00
Hristo Nedelkov
289f142b4b
fix:style current form stepper step
2024-01-30 00:20:08 +02:00
Hristo Nedelkov
1963dfb830
Update ContinueButton.tsx
2024-01-29 23:59:15 +02:00
Hristo Nedelkov
ce778bfd11
clear code
2024-01-29 18:52:53 +02:00
Hristo Nedelkov
d35190cfad
format
2024-01-29 18:47:35 +02:00
Hristo Nedelkov
078a68552b
Update ContinueButton.tsx
2024-01-29 18:47:21 +02:00
Hristo Nedelkov
e5f2413dd5
fix: make activation responsive
2024-01-29 18:47:16 +02:00
Hristo Nedelkov
d17b43d232
fix:remove props to activation
2024-01-29 18:46:54 +02:00
Hristo Nedelkov
346f1384a5
clear code
2024-01-29 18:34:19 +02:00
Hristo Nedelkov
ce9b1ae391
clear code
2024-01-29 18:33:51 +02:00
Hristo Nedelkov
9ab31b1a57
fix continue button to work with all
2024-01-29 18:33:41 +02:00
Hristo Nedelkov
18cfc83342
Revert "fix continue button to work with all steps"
...
This reverts commit 40db43bf89
.
2024-01-29 17:55:33 +02:00
Emil Ivanichkov
a5a3aa2e7d
refactor(prettier): Add result of `yarn format` after prettier changes
2024-01-29 14:44:25 +02:00
Hristo Nedelkov
6c92da396b
clear code
2024-01-29 14:26:12 +02:00
Hristo Nedelkov
40db43bf89
fix continue button to work with all steps
2024-01-29 13:48:59 +02:00
Hristo Nedelkov
e75fe48974
clear code
2024-01-29 13:48:39 +02:00
Hristo Nedelkov
c68b3e678f
fix: form stepper to read urls
2024-01-29 13:48:28 +02:00
Hristo Nedelkov
573eeae2d9
Use Outlet component to get children componnets
2024-01-29 13:09:04 +02:00
Hristo Nedelkov
6be043bad0
fix continue button to work with sub-urls
2024-01-29 13:08:47 +02:00
Hristo Nedelkov
3b32c83347
add sub-urls for validator onboarding
2024-01-29 13:08:26 +02:00
Hristo Nedelkov
afb4a2d255
pass new props
2024-01-27 09:22:37 +02:00
Hristo Nedelkov
c9aacf51fa
fix: add space between cards in column
2024-01-27 09:22:05 +02:00
Hristo Nedelkov
5651b2d9fd
fix: make validator setup activation responsive
2024-01-27 08:22:26 +02:00
Hristo Nedelkov
26ab5e977c
fix:makke actiovation cards take whole width
2024-01-27 08:22:08 +02:00
Hristo Nedelkov
00869e7794
clear code
2024-01-26 10:55:50 +02:00
Hristo Nedelkov
c950617643
format
2024-01-26 10:46:05 +02:00
Hristo Nedelkov
692f36ca96
Make parent responsive
2024-01-26 10:39:22 +02:00
Hristo Nedelkov
3fcd265d44
fix both cards
2024-01-26 10:39:07 +02:00
Hristo Nedelkov
9ab4bef8e6
fix: paired device card to be the right size
2024-01-26 10:22:22 +02:00
Hristo Nedelkov
436a2776a2
fix:consensusGaugeCard to work responsive
2024-01-26 10:22:04 +02:00
Hristo Nedelkov
a0edfd7113
fix: content of consensus
2024-01-25 23:12:06 +02:00
Hristo Nedelkov
2528ef0f76
Fix: fix client card
2024-01-25 23:11:31 +02:00
Hristo Nedelkov
dcf1a0dbfc
Update ValidatorInstall.tsx
2024-01-25 20:14:32 +02:00
Hristo Nedelkov
8746d9a8af
:(
2024-01-25 20:14:28 +02:00
Hristo Nedelkov
0ffe92dabf
Update InstallLayout.module.css
2024-01-25 20:10:46 +02:00
Hristo Nedelkov
29049e951f
fix major markdown bug
2024-01-25 19:56:08 +02:00
Hristo Nedelkov
845c6bae58
fix:title
2024-01-25 15:24:18 +02:00
Hristo Nedelkov
4ac624dd86
fix: Make the Paired device card full width for mobile
2024-01-25 15:23:14 +02:00
Hristo Nedelkov
458b5ec1bc
fix:Fix spacing for cards and text sections on top
2024-01-25 15:17:45 +02:00
Hristo Nedelkov
a2e7549ce2
fix: Fix wrapping issue. use same styling as the page before
2024-01-25 14:33:10 +02:00
Hristo Nedelkov
3c79e6ef37
fix:Fix title spacing similar to the next Advisories page
2024-01-25 14:26:16 +02:00
Hristo Nedelkov
0c3969e665
fix:Reduce text size for top progress indicators
2024-01-25 14:18:01 +02:00
Hristo Nedelkov
e55a00d958
fix:Add spacing between text content and card
2024-01-25 14:08:59 +02:00
Hristo Nedelkov
34f70989ee
Move continue button to the left of the layout
2024-01-25 14:06:59 +02:00
Hristo Nedelkov
51c8de0485
fix:the spacing between the different cards and make it a consistent spacing system
2024-01-25 14:02:22 +02:00
Radoslav Dimchev
285cbb89f4
Merge branch 'main' into rd.connect-via-ip-responsive
2024-01-24 20:39:20 +02:00
RadoslavDimchev
5ae15e8d7b
feat: disable btn for not valid address or port
2024-01-24 14:37:47 +02:00
RadoslavDimchev
bc3903b5b0
feat: move is valid funcs to utilities
2024-01-24 09:46:40 +02:00
RadoslavDimchev
965f59aac0
feat: use new is advanced state and reducer
2024-01-24 09:42:53 +02:00
RadoslavDimchev
81fef16664
feat: add is advanced into slice
2024-01-24 09:42:25 +02:00
RadoslavDimchev
b832ee70b0
feat: add live checking on the addresses and ports
2024-01-24 08:29:40 +02:00
RadoslavDimchev
00ff0138ac
feat: delete state and reducer for checked addresses
2024-01-23 22:09:43 +02:00
RadoslavDimchev
efd4e26cf2
feat: add custom styled check icon
2024-01-23 21:31:57 +02:00
RadoslavDimchev
9d859c205a
fix: remove first rendering with 0 width
2024-01-23 20:46:49 +02:00
RadoslavDimchev
c79e291a66
feat: func getting emoji picker width for window size
2024-01-23 20:46:30 +02:00
RadoslavDimchev
4fe6719a39
fix: container and width of device name input
2024-01-23 19:22:52 +02:00
RadoslavDimchev
0d8f60163a
fix: make functions expressions and imports order
2024-01-23 19:02:47 +02:00
RadoslavDimchev
f3941e7a6b
fix: formatting continue btn and format stepper css
2024-01-22 20:42:06 +02:00
Hristo Nedelkov
f80d786e4e
Update ContinueButton.tsx
2024-01-22 20:21:34 +02:00
Hristo Nedelkov
c207a0f037
Revert "clear warning"
...
This reverts commit 6dfe6c6c54
.
2024-01-22 20:18:36 +02:00
Hristo Nedelkov
6dfe6c6c54
clear warning
2024-01-22 20:10:05 +02:00
Hristo Nedelkov
c53a8ed8df
format
2024-01-22 20:09:58 +02:00
RadoslavDimchev
89f519b583
feat: change subtitle font size for smaller screen
2024-01-22 20:04:00 +02:00
RadoslavDimchev
d73a403147
feat: make new algorithm for stepper responsiveness
2024-01-22 19:48:51 +02:00
Hristo Nedelkov
4412fb7283
Update InstallLayout.module.css
2024-01-22 16:35:34 +02:00
Hristo Nedelkov
5dd369ea4a
Update overviewLayout.module.css
2024-01-22 16:16:11 +02:00
Hristo Nedelkov
b05e4b020f
Update overviewLayout.module.css
2024-01-22 16:15:16 +02:00
Hristo Nedelkov
63340c0e7e
Update overviewLayout.module.css
2024-01-22 16:11:29 +02:00
Hristo Nedelkov
4295fe483e
Update Overview.tsx
2024-01-22 16:11:28 +02:00
Hristo Nedelkov
91c2904f24
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-22 15:56:40 +02:00
Hristo Nedelkov
72b2988525
fix size of number icon
2024-01-22 15:56:33 +02:00
RadoslavDimchev
7db7040260
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-22 15:48:56 +02:00
RadoslavDimchev
3043be8ebd
fix: add space for validators menu price
2024-01-22 15:48:45 +02:00
Hristo Nedelkov
142f225069
Update Advisories.tsx
2024-01-22 15:46:28 +02:00
Hristo Nedelkov
771d9a1bf1
fix advisories
2024-01-22 15:45:57 +02:00
RadoslavDimchev
590cb6a9ef
feat: add color for check icon after copy validator
2024-01-22 14:39:48 +02:00
RadoslavDimchev
08bcb779ca
fix: remove timeout state for copying recovery phrase
2024-01-22 14:38:46 +02:00
RadoslavDimchev
573855fc0f
feat: add timer and check icon for copy validator address
2024-01-22 14:36:42 +02:00
Hristo Nedelkov
e1c4acf1ac
format
2024-01-22 10:12:11 +02:00
Hristo Nedelkov
b9ab061ed9
Update Overview.tsx
2024-01-22 10:11:57 +02:00
Hristo Nedelkov
e082481c79
Update OverviewCard.tsx
2024-01-22 10:07:44 +02:00
Hristo Nedelkov
510a8b28bc
fix cards responsivness
2024-01-22 10:07:40 +02:00
Hristo Nedelkov
1571e3727c
fix window of overview
2024-01-22 09:37:55 +02:00
Hristo Nedelkov
ab9af8c557
fix overview cards style
2024-01-22 09:21:22 +02:00
Hristo Nedelkov
776ff3626c
fix background wrapper
2024-01-22 08:01:54 +02:00
RadoslavDimchev
0a11024d23
fix: os card story props
2024-01-21 16:17:50 +02:00
RadoslavDimchev
340cb69107
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-21 16:17:26 +02:00
RadoslavDimchev
3a6c496572
feat: add space between currency and dropdown
2024-01-21 16:16:54 +02:00
Hristo Nedelkov
45ceb0b7f3
fix overflow bug
2024-01-21 16:15:23 +02:00
Hristo Nedelkov
9ef747c513
Update OSCards.tsx
2024-01-21 16:15:09 +02:00
Hristo Nedelkov
5567c62f7f
Update OSCard.tsx
2024-01-21 16:15:07 +02:00
Hristo Nedelkov
91970547f9
update css using repeat
2024-01-21 16:14:47 +02:00
Hristo Nedelkov
086e8956aa
fix bug
2024-01-21 15:24:56 +02:00
Hristo Nedelkov
0d4f8cf94f
Update OSCards.tsx
2024-01-21 15:20:28 +02:00
Hristo Nedelkov
4782e88c3f
fix OsCards
2024-01-19 11:12:14 +02:00
Hristo Nedelkov
ccbba05109
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-19 11:11:59 +02:00
Hristo Nedelkov
a422ad2237
change css to modules
2024-01-19 11:11:57 +02:00
RadoslavDimchev
00a227b9ee
fix: space between eth and value
2024-01-19 10:20:41 +02:00
RadoslavDimchev
a3291e589e
fix: width of validators menu with price
2024-01-19 10:15:01 +02:00
RadoslavDimchev
e57a22b2c5
fix: import of advisories constants
2024-01-19 09:58:28 +02:00
RadoslavDimchev
75e6c5c410
fix: rewrite style of overview to module
2024-01-19 09:50:57 +02:00
RadoslavDimchev
c395c074c4
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-19 09:34:48 +02:00
RadoslavDimchev
6301fa1628
fix: rewrite css from page wrapper to module
2024-01-19 09:34:46 +02:00
Hristo Nedelkov
af46f7ed5e
fix respovness
2024-01-19 00:46:44 +02:00
RadoslavDimchev
ec0ada31bb
fix: problem with prerendering of generating mnemonic
2024-01-19 00:07:36 +02:00
RadoslavDimchev
3c6c3c3295
fix: filter visible steps immediately
2024-01-18 23:50:27 +02:00
RadoslavDimchev
59d93b8748
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 23:47:12 +02:00
RadoslavDimchev
fdc48a39ec
fix: advisory topics constants location and var name
2024-01-18 23:46:48 +02:00
Hristo Nedelkov
189444afb4
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 23:42:51 +02:00
Hristo Nedelkov
e0d177c2ea
Advisories step logic
2024-01-18 23:42:43 +02:00
RadoslavDimchev
e9714e75ce
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 23:30:39 +02:00
RadoslavDimchev
d1c0bdd39d
Merge branch 'main' into hn.validator-onboarding-responsive
2024-01-18 23:30:21 +02:00
Hristo Nedelkov
433b59a651
Update Advisories.tsx
2024-01-18 23:14:50 +02:00
RadoslavDimchev
c468deb2e3
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 23:08:52 +02:00
RadoslavDimchev
c1ce3f566f
fix: window size minimum and padding percentages
2024-01-18 23:08:28 +02:00
Hristo Nedelkov
77ebb5165a
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 23:08:01 +02:00
Hristo Nedelkov
8cf45335c4
fix advisories logic
...
Make step checked only when it has been clicked
2024-01-18 23:07:59 +02:00
RadoslavDimchev
1d5285de42
fix: correct margin top for continue button
2024-01-18 23:05:42 +02:00
RadoslavDimchev
4aa4cc7741
fix: spacing of validator on boarding main card
2024-01-18 23:02:25 +02:00
RadoslavDimchev
10a0eb369f
feat: add min height for validator box wrapper
2024-01-18 22:57:38 +02:00
RadoslavDimchev
2451c7c352
feat: create function to not repeat code
2024-01-18 22:38:09 +02:00
RadoslavDimchev
a966069a0e
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 22:33:54 +02:00
RadoslavDimchev
48a0166f00
feat: use new hook to make stepper responsive
2024-01-18 22:33:52 +02:00
Hristo Nedelkov
764d04e556
Update Advisories.tsx
2024-01-18 21:57:38 +02:00
Hristo Nedelkov
b3346fc78d
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 21:56:42 +02:00
Hristo Nedelkov
1a5ed0b07f
move constants in place
2024-01-18 21:56:29 +02:00
RadoslavDimchev
5ca1529dc1
feat: create custom hook for window size
2024-01-18 21:55:50 +02:00
Hristo Nedelkov
2d7db9860b
Merge pull request #28 from nimbus-gui/Create-Logs
...
Create logs
2024-01-18 20:12:12 +02:00
Hristo Nedelkov
ed93b616f3
Update LogsPage.tsx
2024-01-18 20:10:10 +02:00
Hristo Nedelkov
f15a9c896b
fix types
2024-01-18 19:57:30 +02:00
Hristo Nedelkov
8ff13bf8d2
fix error must have a '[Symbol.iterator]()'
...
Error: src/pages/LogsPage/LogsTerminal.tsx(59,44): error TS2488: Type 'unknown' must have a '[Symbol.iterator]()' method that returns an iterator.
2024-01-18 19:56:45 +02:00
Hristo Nedelkov
c81914262a
format
2024-01-18 19:55:49 +02:00
Hristo Nedelkov
d9bbdb0217
Update HeaderBtns.tsx
2024-01-18 19:49:49 +02:00
RadoslavDimchev
0c610343d1
fix: clean validator on boarding code
2024-01-18 18:56:53 +02:00
RadoslavDimchev
47ed76a0f2
fix: remove window width from stepper
2024-01-18 18:55:50 +02:00
RadoslavDimchev
66f051e7d4
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 18:51:21 +02:00
RadoslavDimchev
47c79ad8b5
fix: sub title step left position
2024-01-18 18:51:11 +02:00
Hristo Nedelkov
0bf43d1442
format code
2024-01-18 18:50:07 +02:00
Hristo Nedelkov
a1ebba7d5b
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
2024-01-18 18:47:31 +02:00
Hristo Nedelkov
9cba0d88d4
clear code
2024-01-18 18:47:21 +02:00
RadoslavDimchev
86f45d692f
fix: validator request story name
2024-01-18 18:45:35 +02:00
RadoslavDimchev
4346aa7bfe
fix: move margin
...
After it is not a valid prop for status text
2024-01-18 18:44:36 +02:00
RadoslavDimchev
9e48907400
feat: increase size of step
2024-01-18 18:38:08 +02:00
RadoslavDimchev
419d6a0a91
fix: remove numbers from stepper
2024-01-18 18:37:15 +02:00
RadoslavDimchev
66baf24d8c
fix: remove commented old code
2024-01-18 18:26:41 +02:00
RadoslavDimchev
16efe2d895
fix: move steps to constants
2024-01-18 18:24:36 +02:00
RadoslavDimchev
c40c15b70f
fix: show subtitles
2024-01-18 18:21:24 +02:00
RadoslavDimchev
6be6caf89b
fix: stories with changed number to name
2024-01-18 18:07:09 +02:00
RadoslavDimchev
2a21c9f736
fix: add space between avatar and address
2024-01-18 18:02:41 +02:00
RadoslavDimchev
6bece926d9
feat: add copy button to wallet address
2024-01-18 18:01:50 +02:00
RadoslavDimchev
8dca2e7595
feat: create and use copy function for utilities
2024-01-18 17:25:58 +02:00
RadoslavDimchev
0dd85010cd
feat: add more space for right side bar validator
2024-01-18 17:21:21 +02:00
RadoslavDimchev
f777542dc1
feat: use new validator name address component to validator list item
2024-01-18 11:42:39 +02:00
RadoslavDimchev
2785e03c44
fix: change validator number to name
2024-01-18 11:41:43 +02:00
RadoslavDimchev
bbbf821730
feat: add icons to validator name and address
2024-01-18 11:41:04 +02:00
RadoslavDimchev
ca7f8c7b78
feat: align validator name
2024-01-17 22:13:00 +02:00
RadoslavDimchev
c026ff3ae6
feat: create story for validator name address
2024-01-17 22:11:07 +02:00
RadoslavDimchev
0fd00f3489
feat: use new component into validator profile
2024-01-17 22:10:31 +02:00
RadoslavDimchev
4dbf4d3e8a
feat: create reuse component for validator name and address
2024-01-17 22:10:18 +02:00