Commit Graph

2560 Commits

Author SHA1 Message Date
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
Emil Ivanichkov 0897201687 build(yarn): Update `@status-im/components` 2024-03-11 12:01:04 +02:00
Emil Ivanichkov d9ec85cf6d build(yarn): Add `hecksumBehavior: update` to `.yarnrc.yml` 2024-03-11 12:01:04 +02:00
Emil Ivanichkov 6cb68bf52b doc(local_component_development): Add guide for `Local Component Development` 2024-03-11 12:01:04 +02:00
Emil Ivanichkov d97a2b4e9b feat(yarn): Add `local_component_development` scripts 2024-03-11 12:01:04 +02:00
Emil Ivanichkov 941910d205 feat(scripts): Add script for Local Component Development 2024-03-11 12:01:04 +02:00
Emil Ivanichkov 47ca187726 chore(git): Add `status-web` as submodule 2024-03-11 12:01:04 +02:00
Emil Ivanichkov c95753bc61 build(yarn): Install `@status-im/components` from our fork 2024-03-11 12:01:04 +02:00
Emil Ivanichkov fe40691b6f build(yarn): Install `react-day-picker` package 2024-03-11 12:01:04 +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 7e9b5b161c build(yarn): add `react-dnd`, `react-dnd-html5-backend` 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
Zahary Karadjov f55b165265 chore(deploy-ci): explicitly use the metacraft-labs Vercel scope
We are switching to a paid team account in order to be able to grant
multiple developers the necessary access to our PR deployments.

Co-authored-by: Emil Ivanichkov <emil.ivanichkov@gmail.com>
2024-02-29 13:12:32 +02:00
Emil Ivanichkov 8578889a58 format(.github): Format CI files 2024-02-29 13:12:32 +02:00
Zahary Karadjov ef387f8c58 chore(flake.nix): add dev shells for macOS and ARM 2024-02-27 14:18:55 +02:00
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