2570 Commits

Author SHA1 Message Date
Emil Ivanichkov
b9a9876b96 chore(yarn): Update @waku/noise pkg 2024-02-26 12:58:24 +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
Hristo Nedelkov
970355968c build(yarn): Add react-virtualized, remove react-window-infinite-loader, update react-window 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
Emil Ivanichkov
82884cbf67 feat(tokens): Make colors from tokens.ts reusable my setting ColorTokens type 2024-02-13 16:58:42 +02:00
Emil Ivanichkov
d86f6307a8 build(yarn): Bump tamagui version and set @tamagui/* resolutions 2024-02-13 16:58:42 +02:00
Emil Ivanichkov
1966402f69 build(yarn): Bump @status-im/(components|colors|icons), 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