Skip to content

Commit

Permalink
Merge pull request #172 from mintlayer/dev
Browse files Browse the repository at this point in the history
* A-1207452753016588: bitcoin only wallet fix, scroll fix (#170)

* A-1207533924069436 (#163)

* chore: remove storybook from the project

* doc: update documentation

* deps: dependencies update

* refactoring

* fix: fix error if no account data

* revert fix: fix error if no account data

* A-1207016712716746 (#161)

* feat: add new delete account component

* feat: add new DB delete method

* feat: add delete button to the account item

* feat: add delete account popup, update existing components to support new feature

* feat: add settings container and settings delete account component

* refactoring

* refactoring

* test: add unit and e2e tests

* feat: description and styles enhancement

* A-1207235404867093 (#171)

* feat: add icons

* feat: add update button component

* feat: update network provider

* feat: add new button to header

* feat: remove loader fetching data

* fix: timeout

* A-1207660367546309 (#173)

* bump version

* test: unit tests fix and imprivements

* styles: testnet's marker improvements

* test: add unit tests for update button

---------

Co-authored-by: Sergey <anyxem@gmail.com>
  • Loading branch information
owlsua and anyxem authored Jun 25, 2024
2 parents 87ca101 + dc0a45b commit 3452615
Show file tree
Hide file tree
Showing 81 changed files with 18,733 additions and 63,355 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ yarn-debug.log*
yarn-error.log*
*.zip

/storybook-static

/test-results/
/playwright-report/
/blob-report/
Expand Down
5 changes: 0 additions & 5 deletions .storybook/index_stories.css

This file was deleted.

66 changes: 0 additions & 66 deletions .storybook/main.js

This file was deleted.

6 changes: 0 additions & 6 deletions .storybook/manager.js

This file was deleted.

10 changes: 0 additions & 10 deletions .storybook/mintlayerTheme.js

This file was deleted.

25 changes: 0 additions & 25 deletions .storybook/preview.js

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This part is meant to describe how the project is structured. So if you are crea

Main directory for React components.

Each `Component` should be on its own folder with its own tests, storybook, and CSS files.
Each `Component` should be on its own folder with its own tests and CSS files.

Everything should have visual tests in this folder. Unit tests can be done if needed

Expand Down
Loading

0 comments on commit 3452615

Please sign in to comment.