Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correctly reconcile state [GTN-2137] #218

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

wahidrahim
Copy link
Contributor

The issue with selecting a newly introduced network is that, in runtime, it does not exist in the state as the various parts of the wallet require it to be. This is because currently redux-persist rehydrates the state and resets it to its previous state — without the new network.

Using autoMergeLevel2 to reconcile state fixes this issue, as it allows for merging the new network as a key in the appropriate states, instead of resetting it to its previous state on rehydrate.

this allows new network to persist in state
instead of hard resetting to previous state
@wahidrahim wahidrahim merged commit a856a51 into develop Oct 18, 2021
@wahidrahim wahidrahim deleted the GTN-2137_fix-introducing-new-network branch October 18, 2021 21:23
github-actions bot pushed a commit that referenced this pull request Oct 18, 2021
# [1.0.0-develop.6](1.0.0-develop.5...1.0.0-develop.6) (2021-10-18)

### Bug Fixes

* use autoMergeLevel2 to reconcile state ([#218](#218)) ([a856a51](a856a51))
wahidrahim added a commit that referenced this pull request Oct 28, 2021
* r/Manage website access/Manage connected dApps

* Fix password change logic

* update copies

* refactor step items, add third step

* adjust margin/padding

* add styled toast

* fix bug with multiple toasts appearing, show toast only after frist attempt

* remove toast on successful connection

* fix linting

* r/AccountDetails/AccountForm

* fix console warning for NameEdit controlled component

* change setEditing to setIsEditing for convention

* disregard name hover state during name edit

* reset name to original name if editing is cancelled

* remove unused import

* e2e: password change (#175)

* Initial test for password screen

* Close browser after testing

* Password screen fully tested

* Import a verified account

* A quick test for authorization and signing

* A quick test for authorization and signing

* fixes

* Test empty fields

* [WAL-177] refactor account restore flow (#177)

* use route params to determine restore methods

* use route param (method) to navigate to specified restore pages

* refactor and fix UI layout

* open in json import in new tab when clicking tab selector

* remove privious components

* increase height for seed phrase input

* remove unnecessary Box

* navigate to correct route on initial account restore

* update import seed url in wallet spec

Co-authored-by: Remon Nashid <remon.sherin@gmail.com>

* toggle checkbox by clicking label text (#178)

* toggle checkbox by clicking label text

* include (redundant) "for" attribute in parent label

* Extrinisics: show a warning if target and selected networks mismatch (#179)

* Extrinisics: show a warning if target and selected networks mismatch

* linting

* Tweak e2e

* e2e tweaks

* Change the yellow warning display to red

* Surround network name with double quotes

* Address review comment

* Added localhost to whitelisted domains (#183)

* Update README.md

* bump version to 0.5.7

* re-enable showing ledger import options (#190)

* bump version to 0.5.8

* show "Connect Ledger" option

* add disabled-option feature in option selector

* refactor OptionItem component

* disable Ledger device attachment option if incapable

* handle clicks for disabled option items

* Open seed import & new account screens in a new tab

* back button size correction

* icon size correction

* Set license to Apache 2.0 (#181)

* Set license to Apache 2.0

* Fix README change

Co-authored-by: Wahid Rahim <wahidrahim@gmail.com>

* Add uid.read API (#182)

* increment index before incrementing offset

* Respect chain ss58Format

* Remove commented out code

* Remove console.log

* Format address in JSON import screen

* A few more addresses

* pme's 2.7 schema

* UID Whitelist: whitelist all pathes within a subdomain.domain

* increase wallet width to 400px

* adjust account view to fill up space

* fix issue with name input clearing after changing advanced settings

* Ledger import screen: alight labels with polkadot import labels

* Add ITN network

* Extend polkadots Tabs and Extension handlers

* ensureUrlAuthorized

* Typing

* ✨ implements method for checking uid existence

* 🔇 removes console log

* 🎨 satisfy linter

* 🎨 fixes more linter error

* 🎨 more linter issue

* refactor to unrequire passing did and update names

* assert that an account is present or selected

* 💩 preliminary investigation

* ♻️ refactors to use common PORTS constant

* 🔥 removes unnecessary code

* 🔇 removes logs

* 🎨 fixes linter problems

* 🎨 code format thing

* 🐛 delegate to polkadotjs handlers with custom extension port name

* 🎨 fixes linter error

* 🔥 removes unnecessary change

* ⬆️ updates polkadotjs

* 🐛 fixes ts issue with inference of observeAccounts type

* 🎨 fixes linter error

* 🎨 reorders import...

* 🎨 fixes linter error

* add fractal staging url to whitelist

* Issue #7: Sensitive information, e.g. the DID, is exposed in the console logs

* remove needless var

* Fix a regression that caused all app authorizations to fail

* add password form to forget-account popup

* require password validation before forgetting account

* unrequire password validation for forgetting ledger accounts

* error handling for extrinsicSign

* Authorization: truncate long origin string

* Rename ITN to PMI until the official release

* Bump polkadot deps

* Bump a few more Polkadot deps

* remove @polkadot/typegen

* Few more bumps

* Align dependencies with the latest @polkadot/extension deps

* remove react-contexify

* misc updates

* Remove unnecessary type assertion

* Prevent queuing duplicate tab auth requests

* make button width to fill up area

* adjust continue button width to fill up area

* un-restrict header title text width

* 🚨 fixes linter error

* 🚨 fixes build error from polkadot update

* 🚨 fixes linter error

* 0.5.0

* ⬇️ puts back polkadot dependencies

* 🚨 fixes typescript error

* ⬇️ puts back yarn.lock to match upstream branch

* ITN prep

* Disable ledger account import

* linting

* Change copy of uid screen

* Schema updates

* Specify alcyone tokenstudio and dashboard

* r/Identity/Account

* r/ID/Account

* wording: fix uid warning message. Thanks @F-OBrien

* show available balance amount

* display locked balance in account header

* update styling to space out available and locked balances

* show total balance on individual account cards

* add available amount info text on hover

* refactor margins

* add utility function to get balance properties

* store and read balance properties in to and from state

* align available and locked amount text properly

* change 'available' to 'transferrable' in balance properties

* fix lint errors

* Use Balance type utils instead of BigNumber

* select account on clicking any part of the account view container

* prevent account selection when editing names

* Validate uid provision network

* Add ITN to ledger chains list

* Graceful ledger error handling

* refactor NetworkSelector into separate component

* add (wip) dropdown to change networks

* styled dropdown selector

* add network circles and checkmarks to selection list

* change network circle colors and order

order networks in terms of "closeset to production" -> "furthest from production"

* click selector to show dropdown

* click outside to hide dropdown

* refactor names, variables, backgrounds

* refactor colors and clean up unused code

* pass network change function from parent

* v0.5.2

* Remove 'save pass' option, temporarily, until we fix it.

* 0.5.3

* Remove 'save pass' option, temporarily, until we fix it.

* 0.5.3

* Remove ledger option from wallet onboarding screen

* Fix an issue with the default selected account

* 0.5.4

* Uid provision: remove DID assertion

* Remove unnused var

* Fix uid.isSet check

* Remove ledger option from wallet onboarding screen

* Fix an issue with the default selected account

* 0.5.4

* Uid provision: remove DID assertion

* Remove unnused var

* Fix uid.isSet check

* refactor and restrict account details grid

* increase copyable address char display length

* fix jankiness on hover and edit modes

* refactor NameEdit into reusable component

* refactor grid styles to separate file

* refactor NameEdit into separate file

* Re-arrange signing components

* WAL-160: Initial commit of access management

* Remove an unintended change

* WAL-111: Always display amounts in PolyX. Remove dependency on bignbumber.js

* Fix padding

* Remove console.log

* WAL-161: do not reset persisted state

* Remove commented out code

* render option selector component with provided options

* wip: style OptionSelector option items

* get selected value through onOnselect

* add ability to toggle options

* use portal to render options

* render category options

* fix clicks and refactor items

* change props to explicitly pass selector

* add bottom-right positioning calculation, and update logic

* fix bug where options do not show on re-renders

* refactor css positioning naming

* prevent re-inserting portal-root

* replace top-menu context-menu with option-selector

* refactor and reduce code for top menu options

* fix bug with portal-root being removed incorrectly

* remove unused code from NetworkSelector

* refactor to use menu property instead of options

* refactor to reduce code and improve clarity

* put back conditionally showing "change password" top-menu option

if the user has a non hardware account

* update hover styling for option selector and selected styling for network selector

* remove !important tags

* wip: fix styling and hide input-filter when there is no AuthList

* allow scrolling only in website list

* center switch labels

* remove unnecessary code

* fix header width to 100%

* fix website list container width to 100%

* add development network seperation in network selector

* fix type warnigns in option-selector

* Change the source of the messages that are send from injected script

* v0.5.5

* fix case where option-selector disappears when clicked inside option container

* toggle viewing options on clicking selector

* render option selector at cursor location

* wip: calculating opening position

* use option selector for account card menu

* export and forget menu actions through option-selector

* open options in available area, fix bugs, memoize options-selector

* update account-view ui to keep card options in one place

* refactor option element outside of selector wrapper

* save click coordinates instead of whole mouse event to state

* save portal root DOM to state

* refactor to use component state and reducer

* refactor to split component, reducer, style, and types in multiple files

* refactor to put optionsRef in component state

* put css positioning logic in useEffect

* refactor to remove reducer

* prevent click event propogation on option container

* reset cssPosition after hiding options

also add comments for clarity

* replace add key context-menu with option-selector

* remove react-contextmenu package

* WAL-170 adjustments to website access page

* linting

* Address review comments

* Prevent overflow

* Fix regression

* keep switch in place on toggle, and reduce url text line-height

* Print primary keys first within each card

* Bump polkadot deps

* Bump a few more deps

* Remove debugging

* Update copy of initial restore screen

* Github CI: bump node version to 14

* Remove our custom guard against duplicate authorization requests. It's made it into mainstream

* prevent did alias from being shortened

* Linting

* add max-width to did alias text container

ellipsize text when it overflows

* conditionally add margin-left to did text if there is a didAlias

* un-memoize option-selector

* All network schemas to v3.0.2

* r/Manage website access/Manage connected dApps

* Fix password change logic

* update copies

* refactor step items, add third step

* adjust margin/padding

* add styled toast

* fix bug with multiple toasts appearing, show toast only after frist attempt

* remove toast on successful connection

* fix linting

* r/AccountDetails/AccountForm

* fix console warning for NameEdit controlled component

* change setEditing to setIsEditing for convention

* disregard name hover state during name edit

* reset name to original name if editing is cancelled

* remove unused import

* e2e: password change (#175)

* Initial test for password screen

* Close browser after testing

* Password screen fully tested

* Import a verified account

* A quick test for authorization and signing

* A quick test for authorization and signing

* fixes

* Test empty fields

* [WAL-177] refactor account restore flow (#177)

* use route params to determine restore methods

* use route param (method) to navigate to specified restore pages

* refactor and fix UI layout

* open in json import in new tab when clicking tab selector

* remove privious components

* increase height for seed phrase input

* remove unnecessary Box

* navigate to correct route on initial account restore

* update import seed url in wallet spec

Co-authored-by: Remon Nashid <remon.sherin@gmail.com>

* toggle checkbox by clicking label text (#178)

* toggle checkbox by clicking label text

* include (redundant) "for" attribute in parent label

* Extrinisics: show a warning if target and selected networks mismatch (#179)

* Extrinisics: show a warning if target and selected networks mismatch

* linting

* Tweak e2e

* e2e tweaks

* Change the yellow warning display to red

* Surround network name with double quotes

* Address review comment

* Add uid.read API

* Add uid.read API

* linting

* linting

* Unskip skipped test

* Unskip skipped test

* fix formatting

Co-authored-by: Wahid Rahim <wahidrahim@gmail.com>
Co-authored-by: Minh <hlminh2000@gmail.com>

* Chore/polkadot extension 0.38.6 (#185)

* Bump @polkadot dependencies

* Bump to todays releases to avoid version mismatch

Co-authored-by: Wahid Rahim <wahidrahim@gmail.com>

* release: bump version to 0.6.0 (#194)

* feat(UI): new Polymesh theme [WAL-168] (#198)

* feat(ui): add and change font to Poppins

* chore(ui): remove unused font assets

* chore(fonts): rename css file

* chore(theme): add new colors

* feat(ui): add and use new gradient for header

* refactor(ui): update font variants

* refactor(ui): update heading variants

* feat(ui): update color values

* refactor(ui): update did bg and text colors

* refactor(ui): update avatar style

* refactor(ui): update shadows

+ update account container radius

* refactor(ui): update did view in header

* refactor(ui): update primary button

* refactor(ui): update secondary button variant

* refactor: create and use InitialsAvatar component

* refactor(UI): update accounts section text style

* refactor(UI): change DID alias editing icon colors

* refactor(UI): update account element heights

* feat(UI): use new wallet logo for welcome screen

* refactor(UI): make new brandMain color pink

* refactor(UI): update recover-phase screen header

* feat(UI): new seed word style

* refactor(UI): update seed phrase screen style

* refactor(UI): update button heights

* fix(Checkbox): prevent checkbox shrinking

* refactor(UI): update recovery phrase screen

* refactor(UI): update welcome screen paddings

* refactor(UI): update confirm seed page styles

* refactor(UI): unassigned keys styling updates

* refactor(UI): seed and account form updates

* refactor(UI): update JSON restore stylings

* feat(UI): remove alias updating in header

* refactor(UI): update status badge styling

* refactor(UI): update header stylings

* refactor(UI): rearrange balance display in header

* refactor(UI): fix name edit input height

* refactor(UI): update statusbadge font

* refactor(UI): use only polyPinkLight for DID bg

* fix(UI): align status badge with name correctly

* fix(UI): add font css in notifications

* refactor(UI): update ledger troubleshoot guide ui

* feat(UI): new extension icon

* fix(UI): update manifest to use new 16x16 icon

* misc: add @TODO comment

* fix: lint

* fix(lint): remove unused imports

* fix(CI): build

* update: bump to 0.7.0 (#199)

* Merge 'master' into 'develop' (#202)

* fix: refactor api connection (#203)

* refactor: declare provider outside of apiPromise

* fix: prevent api from disconnecting

if api and provider are available to use

* refactor: fix linting issues

* fix: lint

* ci: bump version to 0.7.2

* fix: network change bug (#204)

* fix: re-initialize api on network change

* feat: subscribe polymesh on install

* refactor: remove unnecessary parens

* refactor: use optional chaining to check socket connection

* ci: bump version to 0.7.3

* fix: update fallback schemas

* ci: bump version to 0.7.4

* ci: bump version to 0.7.5

* fix: temporarily disable network mismatch detection (#210)

* ci: bump to version 0.7.6

* ci: correct version bump

* fix: pass build

* feat(UI): network selector update [GTN-346] (#205)

* feat: wider width for network options

* feat: new dev network colors

* fix: lint

* feat(UI): update main menu UI [GTN-344] (#206)

* feat: add icon prop for option items

* feat: add icons for main menu options

* refactor(UI): update option item hover color

* fix: lint

* refactor(UI): update account details UI [GTN-347] (#207)

* refactor: update UidView ui

* reactor: update AccountView ui

* fix: lint

* refactor: update uid unlock ui

* fix: downgrade packages to work with ITN Rewards [GTN-2084] (#211)

* ci: bump to version 0.7.6

* ci: correct version bump

* fix: pass build

* fix: downgrade packages to work with itn-rewards

* fix: build issues

* ci: bump version to 0.7.8

* fix: auto lint fix

* fix: lint

* chore: remove commented out config

* feat(CI): use semantic release (#212)

* feat: semantic-release

* fix: add missing packages

* chore(release): 1.0.0-semantic-release.1 [skip ci]

# 1.0.0-semantic-release.1 (2021-09-28)

### Bug Fixes

* account selected when assign is clicked ([c953ee7](https://github.com/PolymathNetwork/polymesh-wallet/commit/c953ee7bd368e666cbe1256bb6f4eee8ee564a44))
* Account table is showing on top of the top panel (WAL-53) ([0ec70a8](https://github.com/PolymathNetwork/polymesh-wallet/commit/0ec70a8b5eadcd5b17b4bc09419bd2dd4adcc8db))
* add background color to account card to make it not-transparent ([c3aea9c](https://github.com/PolymathNetwork/polymesh-wallet/commit/c3aea9c15e6142a7b87cbdcecede963efefe222d))
* add grid area definition for unassigned accounts on hover ([e9fb061](https://github.com/PolymathNetwork/polymesh-wallet/commit/e9fb061cc02291321e7b34ccb6a80b82b1819625))
* add icon for verified and fix alignment ([9b12399](https://github.com/PolymathNetwork/polymesh-wallet/commit/9b123997ae688718777ef6407e5da7f7dfb17d1c))
* add missing packages ([3088560](https://github.com/PolymathNetwork/polymesh-wallet/commit/3088560ead09af5e357b670fbfc191032a2c7d56))
* add specified width for `name`'s wrapping element ([a323637](https://github.com/PolymathNetwork/polymesh-wallet/commit/a3236375137eedc91470c3b3ac5041b9b6a0a12b))
* alias editing textfield unnecessarily tall (MER-46) ([f8b5541](https://github.com/PolymathNetwork/polymesh-wallet/commit/f8b5541e9bc57ff81f3ae6d57a5bc04f22a185a0))
* all copy icons that appear on hover never disappear, on blur (MER-46) ([4f9f7b1](https://github.com/PolymathNetwork/polymesh-wallet/commit/4f9f7b1e0b2e58bcaaa7eb2fa01fd4dbe2453e52))
* allow scrolling only to see expandable details ([8387cde](https://github.com/PolymathNetwork/polymesh-wallet/commit/8387cde57d030a3b7d69f9f1f4754a8685915e84))
* build error ([f7d3b21](https://github.com/PolymathNetwork/polymesh-wallet/commit/f7d3b211215231a989f6b8b9ad6be8b473e6bdac))
* build error ([c2eb3af](https://github.com/PolymathNetwork/polymesh-wallet/commit/c2eb3af4759f67506571b8a4acc1e04c953ddb28))
* build error ([8b7e916](https://github.com/PolymathNetwork/polymesh-wallet/commit/8b7e916aed33a3485c25f3873326f096f9b79572))
* build error ([2c11624](https://github.com/PolymathNetwork/polymesh-wallet/commit/2c11624df232ed650b0054f6f614128c5e4ec753))
* build error ([3e16f5a](https://github.com/PolymathNetwork/polymesh-wallet/commit/3e16f5a416b1436798060ebfbe29404c514b1394))
* build error ([44f5c8c](https://github.com/PolymathNetwork/polymesh-wallet/commit/44f5c8c4cc49074c77233681bfe63233cb5a33f1))
* capitalization ([3ad776c](https://github.com/PolymathNetwork/polymesh-wallet/commit/3ad776c775777529080a5989e908a04d4bcfd573))
* capitalization (WAL-86) ([#58](https://github.com/PolymathNetwork/polymesh-wallet/issues/58)) ([661a98c](https://github.com/PolymathNetwork/polymesh-wallet/commit/661a98cb5757af712ca81064038365a18a2adf47))
* center image ([7063106](https://github.com/PolymathNetwork/polymesh-wallet/commit/70631065c3cafb654139da5510b7266bd77beb22))
* change new account labels on 'add key' to be consistent (WAL-57) ([12a1720](https://github.com/PolymathNetwork/polymesh-wallet/commit/12a1720f172c0b7275f09aa9f6e10fcc3287b255))
* change password of imported. account ([ec1a8ff](https://github.com/PolymathNetwork/polymesh-wallet/commit/ec1a8ff96f0078d06f232b07453fa3fb739a40a9))
* clicking on copy triggers account selection ([1f5e40b](https://github.com/PolymathNetwork/polymesh-wallet/commit/1f5e40bbe4d96cf0364b85d1860519a66be7e921))
* compare network ([7651a97](https://github.com/PolymathNetwork/polymesh-wallet/commit/7651a97394af06912e99444fd5401589a342dd2e))
* copy indicator (WAL-54) ([db10c88](https://github.com/PolymathNetwork/polymesh-wallet/commit/db10c880f6c5a5fa6670c732e9ef9c3ee9acef0e))
* copy tooltip position ([9451de8](https://github.com/PolymathNetwork/polymesh-wallet/commit/9451de81e506788e7c969b9bc02629845c04348c))
* did alias input height ([9ce487b](https://github.com/PolymathNetwork/polymesh-wallet/commit/9ce487b679a0624cedc928feec771daad7d2342a))
* downgrade packages to work with ITN Rewards [GTN-2084] ([#211](https://github.com/PolymathNetwork/polymesh-wallet/issues/211)) ([d2d87a7](https://github.com/PolymathNetwork/polymesh-wallet/commit/d2d87a747096392909c6f059748597039a0b49cd))
* ellipsize text overflow for name display in account details ([f28a82f](https://github.com/PolymathNetwork/polymesh-wallet/commit/f28a82ff95ac2862a265402e43b79177204ccbf8))
* event propagation of edit account links ([0dd07c6](https://github.com/PolymathNetwork/polymesh-wallet/commit/0dd07c692aacf78672566435c7267d3619227eee))
* generate proof ui ([85a2875](https://github.com/PolymathNetwork/polymesh-wallet/commit/85a2875e77ff41aa8ef19b6fbec437a12c13f612))
* lint ([c9d3d02](https://github.com/PolymathNetwork/polymesh-wallet/commit/c9d3d0248ec1d127b316116c86a728133afa246d))
* lint error ([60923f0](https://github.com/PolymathNetwork/polymesh-wallet/commit/60923f0f2c0398852d49cf6aec2f1994b2e3e762))
* lint errors ([443e708](https://github.com/PolymathNetwork/polymesh-wallet/commit/443e70890fdcee4c0aaa352a68205c4be1baeff4))
* lint errors ([c33ce13](https://github.com/PolymathNetwork/polymesh-wallet/commit/c33ce13bb149f1063d6386f5f9674c8831e60e6b))
* lint issue (alphabetical props) ([c1d665c](https://github.com/PolymathNetwork/polymesh-wallet/commit/c1d665c304cc815fa5d7fd9328a938bc068723dd))
* lint issues ([f15a914](https://github.com/PolymathNetwork/polymesh-wallet/commit/f15a914b59868500d735d2f2fa7d21f02c45749e))
* make equal size reject/sign buttons ([e79b0c4](https://github.com/PolymathNetwork/polymesh-wallet/commit/e79b0c49bc646d5b99d2cfacd06eee5b9613c505))
* menu for unassigned account ([44a495e](https://github.com/PolymathNetwork/polymesh-wallet/commit/44a495e7c1a50c5df48f2578ef419e39cc430b02))
* menu not rendering for header menu items ([1967f41](https://github.com/PolymathNetwork/polymesh-wallet/commit/1967f412223dfbbaec40a0ac0571f376f3f3942a))
* network change bug ([#204](https://github.com/PolymathNetwork/polymesh-wallet/issues/204)) ([26a6d4d](https://github.com/PolymathNetwork/polymesh-wallet/commit/26a6d4d36fc496e45b11653f0c2cb00b53441f48))
* pass build ([54a3a2f](https://github.com/PolymathNetwork/polymesh-wallet/commit/54a3a2fe4cda7764bc2b0dc1827915deb2201f62))
* refactor api connection ([#203](https://github.com/PolymathNetwork/polymesh-wallet/issues/203)) ([82746d7](https://github.com/PolymathNetwork/polymesh-wallet/commit/82746d7b26fec5ff00507e7d505852bd4856aecc))
* Remove intro screen for new user (WAL-58) ([27454a7](https://github.com/PolymathNetwork/polymesh-wallet/commit/27454a78164872a48dc269aa20e4c23abea98214))
* remove memoization to make type/index selections work properly ([a72a7f3](https://github.com/PolymathNetwork/polymesh-wallet/commit/a72a7f3e50b20622059b9259232b4a6fc8a20c72))
* remove trailing bredcrumb line ([e03e7e2](https://github.com/PolymathNetwork/polymesh-wallet/commit/e03e7e2872ed0203ed38097654c109c289768f74))
* remove unused dependencies ([03e1a5a](https://github.com/PolymathNetwork/polymesh-wallet/commit/03e1a5af5f42e0de07c0646e17e235b771eb745f))
* revert back to orignal renders ([96e2ea2](https://github.com/PolymathNetwork/polymesh-wallet/commit/96e2ea2174ee335f6683a872554ca82e2427456c))
* temporarily disable network mismatch detection ([#210](https://github.com/PolymathNetwork/polymesh-wallet/issues/210)) ([09563c9](https://github.com/PolymathNetwork/polymesh-wallet/commit/09563c9730e4e43fd2d97275edfefda9a04eeba8))
* update copy “Authorize” to “Sign” ([bc7cffb](https://github.com/PolymathNetwork/polymesh-wallet/commit/bc7cffba4e0e1868a37d64f3001af524843a1d4c))
* update fallback schemas ([5f01948](https://github.com/PolymathNetwork/polymesh-wallet/commit/5f01948aab7ba8a76560b748b911c10520aae659))
* update margins, colors, opacity ([538abb4](https://github.com/PolymathNetwork/polymesh-wallet/commit/538abb482ef20a3abe7eea8b0cd2cb60f6a79386))
* update test, change copy ([e9843cd](https://github.com/PolymathNetwork/polymesh-wallet/commit/e9843cd790260909775ecac0d5fb4cceb471da8b))
* use `minWidth` for `name`'s wrapping element instead ([b8ac2c4](https://github.com/PolymathNetwork/polymesh-wallet/commit/b8ac2c458dc7f5285dc7b0ba2958f6044e213780))
* use `TextOverflowEllipsis` for displaying name in `AccountHeader` ([77dc283](https://github.com/PolymathNetwork/polymesh-wallet/commit/77dc2830bd64049f5e41c7f9cd6c0ef818cdb2be))

### Features

* account details view (WAL-43) ([690090e](https://github.com/PolymathNetwork/polymesh-wallet/commit/690090eb489d4a1fb6636d16e404c131a0f61cfd))
* account uid view ([b85484c](https://github.com/PolymathNetwork/polymesh-wallet/commit/b85484c9e6e8d8032230300c4821a5360eff8b22))
* add "attention" info when adding new account ([2263608](https://github.com/PolymathNetwork/polymesh-wallet/commit/2263608e579d8694adfed78fa71df5b4775972df))
* add busy prop to button ([b166b02](https://github.com/PolymathNetwork/polymesh-wallet/commit/b166b021b5beb5501c2a7d4bed9aee2111541767))
* add header ([4afc138](https://github.com/PolymathNetwork/polymesh-wallet/commit/4afc13875608a3147722f57331bbfbf99ae128e9))
* add images ([6a821e0](https://github.com/PolymathNetwork/polymesh-wallet/commit/6a821e0f0e60dc1f28dcc58ba90e4819ca1212e6))
* add ledger icon to refresh button, refactor UI ([f1ea04f](https://github.com/PolymathNetwork/polymesh-wallet/commit/f1ea04f6ce86a065a02f885c18e23e49ca29e57d))
* add open lock icon ([8eda0d9](https://github.com/PolymathNetwork/polymesh-wallet/commit/8eda0d9394d82ea3792bd20caf4c81bbec2d3352))
* add styled step-list ([463ed73](https://github.com/PolymathNetwork/polymesh-wallet/commit/463ed739428bf922a0b25b979fa6a203d7686157))
* add TextOverflowEllipsis component ([5d8c2ee](https://github.com/PolymathNetwork/polymesh-wallet/commit/5d8c2eeff4de2b985157a8c4f603f9a4510532b2))
* add tooltip component ([88f3ce1](https://github.com/PolymathNetwork/polymesh-wallet/commit/88f3ce1106f3bbda8d0f20f7d1f791f062f9994b))
* assign button link to dashboard (WAL-44) ([20b916c](https://github.com/PolymathNetwork/polymesh-wallet/commit/20b916cc0ef27c80d5c0e4fe4f2e4f3839072d08))
* cancel button ([9814d5d](https://github.com/PolymathNetwork/polymesh-wallet/commit/9814d5d06a36b50b850933f67762e039737629c6))
* change default placeholder text for password when adding a new account ([3e7807e](https://github.com/PolymathNetwork/polymesh-wallet/commit/3e7807e5841dcf821369b71eb3bf4c8169728040))
* change password ([dd66059](https://github.com/PolymathNetwork/polymesh-wallet/commit/dd66059dd2337513019a6d75a3a53e462eefd5fa))
* context menu (WAL-45) ([a186cde](https://github.com/PolymathNetwork/polymesh-wallet/commit/a186cde858845b2e9bc979f77d84eff8b82c7114))
* dashboard link ([3b464b3](https://github.com/PolymathNetwork/polymesh-wallet/commit/3b464b33d8b4d05e1a082b8af28dd34cf5a02da5))
* export account ([2250ef2](https://github.com/PolymathNetwork/polymesh-wallet/commit/2250ef278644cb2d1e0242e3eed75b562d620618))
* Field validation when user entering new password (WAL-61) ([d9b33f0](https://github.com/PolymathNetwork/polymesh-wallet/commit/d9b33f08ad95c77c7310ae9058395e78006f18ce))
* Field validation when user entering new password (WAL-61). ([3676d26](https://github.com/PolymathNetwork/polymesh-wallet/commit/3676d26427d05e45fed0499c24bc5b010da48677))
* global isBusy listener ([99ab810](https://github.com/PolymathNetwork/polymesh-wallet/commit/99ab81073d1c09e0a0c7951be01c614821689a43))
* highlight texts based on troubleshoot step ([d101622](https://github.com/PolymathNetwork/polymesh-wallet/commit/d101622463e1cde2833740b5a6e7f72f3f3d8af8))
* Hr component ([5b091ee](https://github.com/PolymathNetwork/polymesh-wallet/commit/5b091ee4bdae981ec0c3e484a5e5ed11ee315b96))
* import account json ([c66fdeb](https://github.com/PolymathNetwork/polymesh-wallet/commit/c66fdeb1df80644f7198680a2438127032db74d3))
* import json ([bfb425a](https://github.com/PolymathNetwork/polymesh-wallet/commit/bfb425a19cb2e94339ddeaf21389674b57234b94))
* import json loading indicator(WAL-36) ([0881f37](https://github.com/PolymathNetwork/polymesh-wallet/commit/0881f37d2deb0b7e38b05cb82110eaec0597b7ac))
* import json wip ([817b3bb](https://github.com/PolymathNetwork/polymesh-wallet/commit/817b3bbfc0a191e749dd592325dee60d93ebf7c5))
* import seed loading indicator (WAL-36) ([b164846](https://github.com/PolymathNetwork/polymesh-wallet/commit/b164846014e02dbca3b0a5fe0983ad7d66b4f4fb))
* in-place identity alias editor (WAL-34) ([c1bef4c](https://github.com/PolymathNetwork/polymesh-wallet/commit/c1bef4c21c74e735121fdb12c24456a8af1448b7))
* loading indicator (WAL-36) ([20abb95](https://github.com/PolymathNetwork/polymesh-wallet/commit/20abb95134d46966ce131f811c72d7f50fa2ed7a))
* password component ([28811c6](https://github.com/PolymathNetwork/polymesh-wallet/commit/28811c6f1d6f4e00f648999c6465c3fbeb4e6b16))
* restructure account import screens ([d93966a](https://github.com/PolymathNetwork/polymesh-wallet/commit/d93966ad756172376f3e1e26861111de97e8f175))
* reuse password container in new account form ([b8275a3](https://github.com/PolymathNetwork/polymesh-wallet/commit/b8275a359a7ddd162dc0c2c7cb53d9ef454aac88))
* semantic-release ([cac0e4b](https://github.com/PolymathNetwork/polymesh-wallet/commit/cac0e4b359cf23e1e387acf94ae32e71c985c6ac))
* show name and initials ([2c46b38](https://github.com/PolymathNetwork/polymesh-wallet/commit/2c46b38a47759186c0adb67588724bd3bbc83147))
* toggle advanced settings dropdown ([0396fb8](https://github.com/PolymathNetwork/polymesh-wallet/commit/0396fb8a40699adf1776f77a786cffe1405bd496))
* **UI:** network selector update [GTN-346] ([#205](https://github.com/PolymathNetwork/polymesh-wallet/issues/205)) ([d62f173](https://github.com/PolymathNetwork/polymesh-wallet/commit/d62f17313e6c51d11f817561d0a486b7dc71e2c3))
* **UI:** new Polymesh theme [WAL-168] ([#198](https://github.com/PolymathNetwork/polymesh-wallet/issues/198)) ([a51e011](https://github.com/PolymathNetwork/polymesh-wallet/commit/a51e0114bc506e81722ecc4e498c57703f0e58ad))
* **UI:** update main menu UI [GTN-344] ([#206](https://github.com/PolymathNetwork/polymesh-wallet/issues/206)) ([8a47d3c](https://github.com/PolymathNetwork/polymesh-wallet/commit/8a47d3c0eb88be7475bf73d00694d92357ae4b67))
* unlock uid ([b2cfe25](https://github.com/PolymathNetwork/polymesh-wallet/commit/b2cfe256bf606f2284d89c2597a50f3a23881370))
* update open-application troubleshoot guide styling ([e8581be](https://github.com/PolymathNetwork/polymesh-wallet/commit/e8581be9446870aa04ceddae002ec54018e24089))
* use css grids to align items for AccountView ([e33c34f](https://github.com/PolymathNetwork/polymesh-wallet/commit/e33c34f7b0f6b470a7521102fdf8c260493bdc9a))
* use password component to import seed ([8139e69](https://github.com/PolymathNetwork/polymesh-wallet/commit/8139e69f25e798d5430d7c6cb44e72b21524a683))
* validate and save account ([22edc39](https://github.com/PolymathNetwork/polymesh-wallet/commit/22edc39d4a57109a79d8be549216dd04e308d361))
* wip - name component ([c4b4f7e](https://github.com/PolymathNetwork/polymesh-wallet/commit/c4b4f7eecaca24896232e4a0047ea83fbaf28854))

* chore(CI): test post release build

* chore(CI): test post release build

* fix: prevent PR/issue comments

* chore(release): 1.0.0-semantic-release.2 [skip ci]

# [1.0.0-semantic-release.2](https://github.com/PolymathNetwork/polymesh-wallet/compare/v1.0.0-semantic-release.1...v1.0.0-semantic-release.2) (2021-09-28)

### Bug Fixes

* prevent PR/issue comments ([05b7ad3](https://github.com/PolymathNetwork/polymesh-wallet/commit/05b7ad3c6c3e7236fd8536a034ee2ce060cc3fa2))

* fix(CI): release plugin order

* chore(release): 1.0.0-semantic-release.3 [skip ci]

# [1.0.0-semantic-release.3](https://github.com/PolymathNetwork/polymesh-wallet/compare/v1.0.0-semantic-release.2...v1.0.0-semantic-release.3) (2021-09-28)

### Bug Fixes

* **CI:** release plugin order ([7bc54a5](https://github.com/PolymathNetwork/polymesh-wallet/commit/7bc54a58adc9f8f01ba67a94733d9a2cc3e581a2))

* fix: update tag format

* chore(release): 1.0.0-semantic-release.4 [skip ci]

# [1.0.0-semantic-release.4](https://github.com/PolymathNetwork/polymesh-wallet/compare/v1.0.0-semantic-release.3...1.0.0-semantic-release.4) (2021-09-29)

### Bug Fixes

* update tag format ([770bb7f](https://github.com/PolymathNetwork/polymesh-wallet/commit/770bb7f902e5aad82f85671431d3dd47258416c0))

* fix: test with non prepublish

* fix(release): use publishCmd for exec

* chore(release): 1.1.0 [skip ci]

# [1.1.0](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0...1.1.0) (2021-09-29)

### Bug Fixes

* add missing packages ([3088560](https://github.com/PolymathNetwork/polymesh-wallet/commit/3088560ead09af5e357b670fbfc191032a2c7d56))
* **CI:** release plugin order ([7bc54a5](https://github.com/PolymathNetwork/polymesh-wallet/commit/7bc54a58adc9f8f01ba67a94733d9a2cc3e581a2))
* prevent PR/issue comments ([05b7ad3](https://github.com/PolymathNetwork/polymesh-wallet/commit/05b7ad3c6c3e7236fd8536a034ee2ce060cc3fa2))
* **release:** use publishCmd for exec ([c5c00c5](https://github.com/PolymathNetwork/polymesh-wallet/commit/c5c00c5dc4dfc396c12868987730b031f3ea71dc))
* test with non prepublish ([7175046](https://github.com/PolymathNetwork/polymesh-wallet/commit/7175046725de3ca4cd30ad42b9a797b9aa1999bf))
* update tag format ([770bb7f](https://github.com/PolymathNetwork/polymesh-wallet/commit/770bb7f902e5aad82f85671431d3dd47258416c0))

### Features

* semantic-release ([cac0e4b](https://github.com/PolymathNetwork/polymesh-wallet/commit/cac0e4b359cf23e1e387acf94ae32e71c985c6ac))

* fix: test exec build

* feat: add bump-version script

* feat: use npm to bump workspace versions

* fix: commit workspaces version bumps

* fix: exec step

* fix: add build step

* fix: disable npm plugin and use exec to update package versions

* fix: exec step

* fix: add git push

* fix: change exec commands order

* fix: add git add .

* fix: use bump-versions script

* fix: bump-versions script

* fix: add commit-versions script

* fix: add git push

* fix: use npm again

* fix: test script update

* fix: test scripts

* fix: update bump-versions script

* fix: re-enable publish exec script

* fix: consolidate scripts into bump-versions

* chore(release): update package versions 1.2.0 [skip ci]

* chore(release): 1.2.0 [skip ci]

# [1.2.0](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.1.0...1.2.0) (2021-09-29)

### Bug Fixes

* add build step ([4e6fa0a](https://github.com/PolymathNetwork/polymesh-wallet/commit/4e6fa0ac925f189f14a224dfd462589c7f576b29))
* add commit-versions script ([ac6cbf1](https://github.com/PolymathNetwork/polymesh-wallet/commit/ac6cbf1fb37dd83943a2f48e3dc8b7daa6a8961b))
* add git add . ([ab261b5](https://github.com/PolymathNetwork/polymesh-wallet/commit/ab261b544ba4d107fd4be735a31c31462893b167))
* add git push ([4fd6d89](https://github.com/PolymathNetwork/polymesh-wallet/commit/4fd6d897f8444c2fd152e872b298a1882964eb06))
* add git push ([b52e46e](https://github.com/PolymathNetwork/polymesh-wallet/commit/b52e46efaa5dd6fb5fc953d3a5621ea6021074c6))
* bump-versions script ([6f7244c](https://github.com/PolymathNetwork/polymesh-wallet/commit/6f7244c1bd5809edbfc59c17677be71173efddc5))
* change exec commands order ([e6b95e8](https://github.com/PolymathNetwork/polymesh-wallet/commit/e6b95e877ff27301f3442dfa1b8f67464c02fc0a))
* commit workspaces version bumps ([8d82f5c](https://github.com/PolymathNetwork/polymesh-wallet/commit/8d82f5c1dfb1bcfb0912f495f934127c0be430bb))
* consolidate scripts into bump-versions ([3892172](https://github.com/PolymathNetwork/polymesh-wallet/commit/3892172c8f1989ae8abe39cb561e555ed2909587))
* disable npm plugin and use exec to update package versions ([622abf5](https://github.com/PolymathNetwork/polymesh-wallet/commit/622abf5ed090c8a8054c7b802f49e20d7721d075))
* exec step ([f1488b9](https://github.com/PolymathNetwork/polymesh-wallet/commit/f1488b914c80bb172c0f906f19b0cbdb5aa62e5d))
* exec step ([5d7a122](https://github.com/PolymathNetwork/polymesh-wallet/commit/5d7a122bf12db87a585878306ad853bf89671c15))
* re-enable publish exec script ([93e9e01](https://github.com/PolymathNetwork/polymesh-wallet/commit/93e9e019ea2d8901fdccea4880f3d770fe506f4a))
* test exec build ([be990e9](https://github.com/PolymathNetwork/polymesh-wallet/commit/be990e924901f7f7e24e22102bb155f02ce6fd3d))
* test script update ([51b95fd](https://github.com/PolymathNetwork/polymesh-wallet/commit/51b95fdbeee0ed983c6803df38e6f7f4effd6ce8))
* test scripts ([faf7211](https://github.com/PolymathNetwork/polymesh-wallet/commit/faf7211f541c3989ec414b18c240a1e28b7b0493))
* update bump-versions script ([eb26b35](https://github.com/PolymathNetwork/polymesh-wallet/commit/eb26b35df9344a424390699cbfc8482b43a43d6d))
* use bump-versions script ([ebabc56](https://github.com/PolymathNetwork/polymesh-wallet/commit/ebabc56d6ce60462e082c1d52a1f08243cb16cb0))
* use npm again ([377a672](https://github.com/PolymathNetwork/polymesh-wallet/commit/377a672e3bad030bd0ed4bf5156f5cd0c3954c39))

### Features

* add bump-version script ([432090a](https://github.com/PolymathNetwork/polymesh-wallet/commit/432090a429c91a78c33f1654c7f8355d83f7c264))
* use npm to bump workspace versions ([8f78858](https://github.com/PolymathNetwork/polymesh-wallet/commit/8f78858026854e48b5d6b1fa5f5ce031dd74be99))

* fix: add success script to squash commits

* fix: pull latest in script

* chore(release): update package versions 1.2.1 [skip ci]

* chore(release): 1.2.1 [skip ci]

## [1.2.1](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.2.0...1.2.1) (2021-09-29)

### Bug Fixes

* add success script to squash commits ([1d4cc6d](https://github.com/PolymathNetwork/polymesh-wallet/commit/1d4cc6d37c8188c5a9c33af9cdfd08ac851bb446))
* pull latest in script ([f3dd3e5](https://github.com/PolymathNetwork/polymesh-wallet/commit/f3dd3e5f374b07b045ab7213dd3a41f990c8449b))

* refactor: bump-versions script

* chore: remove commented out code from workflow

* chore: remove unnecessary file

* feat: add husky + commitlint

* chore: integrate commitizen

* fix: disable husky during release

* fix: remove obligatory commitizen for commit msgs

* chore(release): update package versions 1.3.0 [skip ci]

* chore(release): 1.3.0 [skip ci]

# [1.3.0](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.2.1...1.3.0) (2021-09-29)

### Bug Fixes

* disable husky during release ([e94ea2b](https://github.com/PolymathNetwork/polymesh-wallet/commit/e94ea2bade1ffe12bd3a784c68092ee5185b606d))
* remove obligatory commitizen for commit msgs ([70452b8](https://github.com/PolymathNetwork/polymesh-wallet/commit/70452b8b8284250892c447c6901cbdb248ed1e43))

### Features

* add husky + commitlint ([9f13793](https://github.com/PolymathNetwork/polymesh-wallet/commit/9f137938bf2db24ff8b355337aec023ad6a49fbc))

* fix(ci): remove semantic-release branch from CI checks

it was always temporary, for testing

* revert: change versions back to 0.7.8

* chore(CI): add semantic.yml for semantic-pull-requests

* chore(CI): add semantic-pull-request action

remove semantic.yml for semantic-pull-request app

* refactor: change validate PR step order

* fix(CI): add token to env

* refactor(CI): continue-on-error for semantic pr check

* fix(CI): remove duplicate step

* refactor(CI): re-order steps

* revert: husky integration

* refactor: use git-commit-msg-linter instead of husky

* refactor: remove commitlint

* refactor(CI): split into multiple jobs

* refactor(CI): rename job

* temp: test with with added env var

* fix: test dependent job

* fix(CI): add test step after build

* refactor(CI): use separate workflow for PR title validation

* refactor(CI): lint pr workflow

* refactor(CI): name lint pr job

* chore: remove commented out code

* fix(CI): remove pr-lint workflow

* chore: move bump-versions script

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>

* chore(release): update package versions 1.0.0-develop.1 [skip ci]

* chore(release): 1.0.0-develop.1 [skip ci]

# 1.0.0-develop.1 (2021-10-05)

### Bug Fixes

* account selected when assign is clicked ([c953ee7](https://github.com/PolymathNetwork/polymesh-wallet/commit/c953ee7bd368e666cbe1256bb6f4eee8ee564a44))
* Account table is showing on top of the top panel (WAL-53) ([0ec70a8](https://github.com/PolymathNetwork/polymesh-wallet/commit/0ec70a8b5eadcd5b17b4bc09419bd2dd4adcc8db))
* add background color to account card to make it not-transparent ([c3aea9c](https://github.com/PolymathNetwork/polymesh-wallet/commit/c3aea9c15e6142a7b87cbdcecede963efefe222d))
* add grid area definition for unassigned accounts on hover ([e9fb061](https://github.com/PolymathNetwork/polymesh-wallet/commit/e9fb061cc02291321e7b34ccb6a80b82b1819625))
* add icon for verified and fix alignment ([9b12399](https://github.com/PolymathNetwork/polymesh-wallet/commit/9b123997ae688718777ef6407e5da7f7dfb17d1c))
* add specified width for `name`'s wrapping element ([a323637](https://github.com/PolymathNetwork/polymesh-wallet/commit/a3236375137eedc91470c3b3ac5041b9b6a0a12b))
* alias editing textfield unnecessarily tall (MER-46) ([f8b5541](https://github.com/PolymathNetwork/polymesh-wallet/commit/f8b5541e9bc57ff81f3ae6d57a5bc04f22a185a0))
* all copy icons that appear on hover never disappear, on blur (MER-46) ([4f9f7b1](https://github.com/PolymathNetwork/polymesh-wallet/commit/4f9f7b1e0b2e58bcaaa7eb2fa01fd4dbe2453e52))
* allow scrolling only to see expandable details ([8387cde](https://github.com/PolymathNetwork/polymesh-wallet/commit/8387cde57d030a3b7d69f9f1f4754a8685915e84))
* build error ([f7d3b21](https://github.com/PolymathNetwork/polymesh-wallet/commit/f7d3b211215231a989f6b8b9ad6be8b473e6bdac))
* build error ([c2eb3af](https://github.com/PolymathNetwork/polymesh-wallet/commit/c2eb3af4759f67506571b8a4acc1e04c953ddb28))
* build error ([8b7e916](https://github.com/PolymathNetwork/polymesh-wallet/commit/8b7e916aed33a3485c25f3873326f096f9b79572))
* build error ([2c11624](https://github.com/PolymathNetwork/polymesh-wallet/commit/2c11624df232ed650b0054f6f614128c5e4ec753))
* build error ([3e16f5a](https://github.com/PolymathNetwork/polymesh-wallet/commit/3e16f5a416b1436798060ebfbe29404c514b1394))
* build error ([44f5c8c](https://github.com/PolymathNetwork/polymesh-wallet/commit/44f5c8c4cc49074c77233681bfe63233cb5a33f1))
* capitalization ([3ad776c](https://github.com/PolymathNetwork/polymesh-wallet/commit/3ad776c775777529080a5989e908a04d4bcfd573))
* capitalization (WAL-86) ([#58](https://github.com/PolymathNetwork/polymesh-wallet/issues/58)) ([661a98c](https://github.com/PolymathNetwork/polymesh-wallet/commit/661a98cb5757af712ca81064038365a18a2adf47))
* center image ([7063106](https://github.com/PolymathNetwork/polymesh-wallet/commit/70631065c3cafb654139da5510b7266bd77beb22))
* change new account labels on 'add key' to be consistent (WAL-57) ([12a1720](https://github.com/PolymathNetwork/polymesh-wallet/commit/12a1720f172c0b7275f09aa9f6e10fcc3287b255))
* change password of imported. account ([ec1a8ff](https://github.com/PolymathNetwork/polymesh-wallet/commit/ec1a8ff96f0078d06f232b07453fa3fb739a40a9))
* clicking on copy triggers account selection ([1f5e40b](https://github.com/PolymathNetwork/polymesh-wallet/commit/1f5e40bbe4d96cf0364b85d1860519a66be7e921))
* compare network ([7651a97](https://github.com/PolymathNetwork/polymesh-wallet/commit/7651a97394af06912e99444fd5401589a342dd2e))
* copy indicator (WAL-54) ([db10c88](https://github.com/PolymathNetwork/polymesh-wallet/commit/db10c880f6c5a5fa6670c732e9ef9c3ee9acef0e))
* copy tooltip position ([9451de8](https://github.com/PolymathNetwork/polymesh-wallet/commit/9451de81e506788e7c969b9bc02629845c04348c))
* did alias input height ([9ce487b](https://github.com/PolymathNetwork/polymesh-wallet/commit/9ce487b679a0624cedc928feec771daad7d2342a))
* downgrade packages to work with ITN Rewards [GTN-2084] ([#211](https://github.com/PolymathNetwork/polymesh-wallet/issues/211)) ([d2d87a7](https://github.com/PolymathNetwork/polymesh-wallet/commit/d2d87a747096392909c6f059748597039a0b49cd))
* ellipsize text overflow for name display in account details ([f28a82f](https://github.com/PolymathNetwork/polymesh-wallet/commit/f28a82ff95ac2862a265402e43b79177204ccbf8))
* event propagation of edit account links ([0dd07c6](https://github.com/PolymathNetwork/polymesh-wallet/commit/0dd07c692aacf78672566435c7267d3619227eee))
* generate proof ui ([85a2875](https://github.com/PolymathNetwork/polymesh-wallet/commit/85a2875e77ff41aa8ef19b6fbec437a12c13f612))
* lint ([c9d3d02](https://github.com/PolymathNetwork/polymesh-wallet/commit/c9d3d0248ec1d127b316116c86a728133afa246d))
* lint error ([60923f0](https://github.com/PolymathNetwork/polymesh-wallet/commit/60923f0f2c0398852d49cf6aec2f1994b2e3e762))
* lint errors ([443e708](https://github.com/PolymathNetwork/polymesh-wallet/commit/443e70890fdcee4c0aaa352a68205c4be1baeff4))
* lint errors ([c33ce13](https://github.com/PolymathNetwork/polymesh-wallet/commit/c33ce13bb149f1063d6386f5f9674c8831e60e6b))
* lint issue (alphabetical props) ([c1d665c](https://github.com/PolymathNetwork/polymesh-wallet/commit/c1d665c304cc815fa5d7fd9328a938bc068723dd))
* lint issues ([f15a914](https://github.com/PolymathNetwork/polymesh-wallet/commit/f15a914b59868500d735d2f2fa7d21f02c45749e))
* make equal size reject/sign buttons ([e79b0c4](https://github.com/PolymathNetwork/polymesh-wallet/commit/e79b0c49bc646d5b99d2cfacd06eee5b9613c505))
* menu for unassigned account ([44a495e](https://github.com/PolymathNetwork/polymesh-wallet/commit/44a495e7c1a50c5df48f2578ef419e39cc430b02))
* menu not rendering for header menu items ([1967f41](https://github.com/PolymathNetwork/polymesh-wallet/commit/1967f412223dfbbaec40a0ac0571f376f3f3942a))
* network change bug ([#204](https://github.com/PolymathNetwork/polymesh-wallet/issues/204)) ([26a6d4d](https://github.com/PolymathNetwork/polymesh-wallet/commit/26a6d4d36fc496e45b11653f0c2cb00b53441f48))
* pass build ([54a3a2f](https://github.com/PolymathNetwork/polymesh-wallet/commit/54a3a2fe4cda7764bc2b0dc1827915deb2201f62))
* refactor api connection ([#203](https://github.com/PolymathNetwork/polymesh-wallet/issues/203)) ([82746d7](https://github.com/PolymathNetwork/polymesh-wallet/commit/82746d7b26fec5ff00507e7d505852bd4856aecc))
* Remove intro screen for new user (WAL-58) ([27454a7](https://github.com/PolymathNetwork/polymesh-wallet/commit/27454a78164872a48dc269aa20e4c23abea98214))
* remove memoization to make type/index selections work properly ([a72a7f3](https://github.com/PolymathNetwork/polymesh-wallet/commit/a72a7f3e50b20622059b9259232b4a6fc8a20c72))
* remove trailing bredcrumb line ([e03e7e2](https://github.com/PolymathNetwork/polymesh-wallet/commit/e03e7e2872ed0203ed38097654c109c289768f74))
* remove unused dependencies ([03e1a5a](https://github.com/PolymathNetwork/polymesh-wallet/commit/03e1a5af5f42e0de07c0646e17e235b771eb745f))
* revert back to orignal renders ([96e2ea2](https://github.com/PolymathNetwork/polymesh-wallet/commit/96e2ea2174ee335f6683a872554ca82e2427456c))
* temporarily disable network mismatch detection ([#210](https://github.com/PolymathNetwork/polymesh-wallet/issues/210)) ([09563c9](https://github.com/PolymathNetwork/polymesh-wallet/commit/09563c9730e4e43fd2d97275edfefda9a04eeba8))
* update copy “Authorize” to “Sign” ([bc7cffb](https://github.com/PolymathNetwork/polymesh-wallet/commit/bc7cffba4e0e1868a37d64f3001af524843a1d4c))
* update fallback schemas ([5f01948](https://github.com/PolymathNetwork/polymesh-wallet/commit/5f01948aab7ba8a76560b748b911c10520aae659))
* update margins, colors, opacity ([538abb4](https://github.com/PolymathNetwork/polymesh-wallet/commit/538abb482ef20a3abe7eea8b0cd2cb60f6a79386))
* update test, change copy ([e9843cd](https://github.com/PolymathNetwork/polymesh-wallet/commit/e9843cd790260909775ecac0d5fb4cceb471da8b))
* use `minWidth` for `name`'s wrapping element instead ([b8ac2c4](https://github.com/PolymathNetwork/polymesh-wallet/commit/b8ac2c458dc7f5285dc7b0ba2958f6044e213780))
* use `TextOverflowEllipsis` for displaying name in `AccountHeader` ([77dc283](https://github.com/PolymathNetwork/polymesh-wallet/commit/77dc2830bd64049f5e41c7f9cd6c0ef818cdb2be))

### Features

* account details view (WAL-43) ([690090e](https://github.com/PolymathNetwork/polymesh-wallet/commit/690090eb489d4a1fb6636d16e404c131a0f61cfd))
* account uid view ([b85484c](https://github.com/PolymathNetwork/polymesh-wallet/commit/b85484c9e6e8d8032230300c4821a5360eff8b22))
* add "attention" info when adding new account ([2263608](https://github.com/PolymathNetwork/polymesh-wallet/commit/2263608e579d8694adfed78fa71df5b4775972df))
* add busy prop to button ([b166b02](https://github.com/PolymathNetwork/polymesh-wallet/commit/b166b021b5beb5501c2a7d4bed9aee2111541767))
* add header ([4afc138](https://github.com/PolymathNetwork/polymesh-wallet/commit/4afc13875608a3147722f57331bbfbf99ae128e9))
* add images ([6a821e0](https://github.com/PolymathNetwork/polymesh-wallet/commit/6a821e0f0e60dc1f28dcc58ba90e4819ca1212e6))
* add ledger icon to refresh button, refactor UI ([f1ea04f](https://github.com/PolymathNetwork/polymesh-wallet/commit/f1ea04f6ce86a065a02f885c18e23e49ca29e57d))
* add open lock icon ([8eda0d9](https://github.com/PolymathNetwork/polymesh-wallet/commit/8eda0d9394d82ea3792bd20caf4c81bbec2d3352))
* add styled step-list ([463ed73](https://github.com/PolymathNetwork/polymesh-wallet/commit/463ed739428bf922a0b25b979fa6a203d7686157))
* add TextOverflowEllipsis component ([5d8c2ee](https://github.com/PolymathNetwork/polymesh-wallet/commit/5d8c2eeff4de2b985157a8c4f603f9a4510532b2))
* add tooltip component ([88f3ce1](https://github.com/PolymathNetwork/polymesh-wallet/commit/88f3ce1106f3bbda8d0f20f7d1f791f062f9994b))
* assign button link to dashboard (WAL-44) ([20b916c](https://github.com/PolymathNetwork/polymesh-wallet/commit/20b916cc0ef27c80d5c0e4fe4f2e4f3839072d08))
* cancel button ([9814d5d](https://github.com/PolymathNetwork/polymesh-wallet/commit/9814d5d06a36b50b850933f67762e039737629c6))
* change default placeholder text for password when adding a new account ([3e7807e](https://github.com/PolymathNetwork/polymesh-wallet/commit/3e7807e5841dcf821369b71eb3bf4c8169728040))
* change password ([dd66059](https://github.com/PolymathNetwork/polymesh-wallet/commit/dd66059dd2337513019a6d75a3a53e462eefd5fa))
* **CI:** use semantic release ([#212](https://github.com/PolymathNetwork/polymesh-wallet/issues/212)) ([f96610e](https://github.com/PolymathNetwork/polymesh-wallet/commit/f96610eb87fbcff3e90b0c5f1f894a1e3e4a1669)), closes [#58](https://github.com/PolymathNetwork/polymesh-wallet/issues/58) [#211](https://github.com/PolymathNetwork/polymesh-wallet/issues/211) [#204](https://github.com/PolymathNetwork/polymesh-wallet/issues/204) [#203](https://github.com/PolymathNetwork/polymesh-wallet/issues/203) [#210](https://github.com/PolymathNetwork/polymesh-wallet/issues/210) [#205](https://github.com/PolymathNetwork/polymesh-wallet/issues/205) [#198](https://github.com/PolymathNetwork/polymesh-wallet/issues/198) [#206](https://github.com/PolymathNetwork/polymesh-wallet/issues/206)
* context menu (WAL-45) ([a186cde](https://github.com/PolymathNetwork/polymesh-wallet/commit/a186cde858845b2e9bc979f77d84eff8b82c7114))
* dashboard link ([3b464b3](https://github.com/PolymathNetwork/polymesh-wallet/commit/3b464b33d8b4d05e1a082b8af28dd34cf5a02da5))
* export account ([2250ef2](https://github.com/PolymathNetwork/polymesh-wallet/commit/2250ef278644cb2d1e0242e3eed75b562d620618))
* Field validation when user entering new password (WAL-61) ([d9b33f0](https://github.com/PolymathNetwork/polymesh-wallet/commit/d9b33f08ad95c77c7310ae9058395e78006f18ce))
* Field validation when user entering new password (WAL-61). ([3676d26](https://github.com/PolymathNetwork/polymesh-wallet/commit/3676d26427d05e45fed0499c24bc5b010da48677))
* global isBusy listener ([99ab810](https://github.com/PolymathNetwork/polymesh-wallet/commit/99ab81073d1c09e0a0c7951be01c614821689a43))
* highlight texts based on troubleshoot step ([d101622](https://github.com/PolymathNetwork/polymesh-wallet/commit/d101622463e1cde2833740b5a6e7f72f3f3d8af8))
* Hr component ([5b091ee](https://github.com/PolymathNetwork/polymesh-wallet/commit/5b091ee4bdae981ec0c3e484a5e5ed11ee315b96))
* import account json ([c66fdeb](https://github.com/PolymathNetwork/polymesh-wallet/commit/c66fdeb1df80644f7198680a2438127032db74d3))
* import json ([bfb425a](https://github.com/PolymathNetwork/polymesh-wallet/commit/bfb425a19cb2e94339ddeaf21389674b57234b94))
* import json loading indicator(WAL-36) ([0881f37](https://github.com/PolymathNetwork/polymesh-wallet/commit/0881f37d2deb0b7e38b05cb82110eaec0597b7ac))
* import json wip ([817b3bb](https://github.com/PolymathNetwork/polymesh-wallet/commit/817b3bbfc0a191e749dd592325dee60d93ebf7c5))
* import seed loading indicator (WAL-36) ([b164846](https://github.com/PolymathNetwork/polymesh-wallet/commit/b164846014e02dbca3b0a5fe0983ad7d66b4f4fb))
* in-place identity alias editor (WAL-34) ([c1bef4c](https://github.com/PolymathNetwork/polymesh-wallet/commit/c1bef4c21c74e735121fdb12c24456a8af1448b7))
* loading indicator (WAL-36) ([20abb95](https://github.com/PolymathNetwork/polymesh-wallet/commit/20abb95134d46966ce131f811c72d7f50fa2ed7a))
* password component ([28811c6](https://github.com/PolymathNetwork/polymesh-wallet/commit/28811c6f1d6f4e00f648999c6465c3fbeb4e6b16))
* restructure account import screens ([d93966a](https://github.com/PolymathNetwork/polymesh-wallet/commit/d93966ad756172376f3e1e26861111de97e8f175))
* reuse password container in new account form ([b8275a3](https://github.com/PolymathNetwork/polymesh-wallet/commit/b8275a359a7ddd162dc0c2c7cb53d9ef454aac88))
* show name and initials ([2c46b38](https://github.com/PolymathNetwork/polymesh-wallet/commit/2c46b38a47759186c0adb67588724bd3bbc83147))
* toggle advanced settings dropdown ([0396fb8](https://github.com/PolymathNetwork/polymesh-wallet/commit/0396fb8a40699adf1776f77a786cffe1405bd496))
* **UI:** network selector update [GTN-346] ([#205](https://github.com/PolymathNetwork/polymesh-wallet/issues/205)) ([d62f173](https://github.com/PolymathNetwork/polymesh-wallet/commit/d62f17313e6c51d11f817561d0a486b7dc71e2c3))
* **UI:** new Polymesh theme [WAL-168] ([#198](https://github.com/PolymathNetwork/polymesh-wallet/issues/198)) ([a51e011](https://github.com/PolymathNetwork/polymesh-wallet/commit/a51e0114bc506e81722ecc4e498c57703f0e58ad))
* **UI:** update main menu UI [GTN-344] ([#206](https://github.com/PolymathNetwork/polymesh-wallet/issues/206)) ([8a47d3c](https://github.com/PolymathNetwork/polymesh-wallet/commit/8a47d3c0eb88be7475bf73d00694d92357ae4b67))
* unlock uid ([b2cfe25](https://github.com/PolymathNetwork/polymesh-wallet/commit/b2cfe256bf606f2284d89c2597a50f3a23881370))
* update open-application troubleshoot guide styling ([e8581be](https://github.com/PolymathNetwork/polymesh-wallet/commit/e8581be9446870aa04ceddae002ec54018e24089))
* use css grids to align items for AccountView ([e33c34f](https://github.com/PolymathNetwork/polymesh-wallet/commit/e33c34f7b0f6b470a7521102fdf8c260493bdc9a))
* use password component to import seed ([8139e69](https://github.com/PolymathNetwork/polymesh-wallet/commit/8139e69f25e798d5430d7c6cb44e72b21524a683))
* validate and save account ([22edc39](https://github.com/PolymathNetwork/polymesh-wallet/commit/22edc39d4a57109a79d8be549216dd04e308d361))
* wip - name component ([c4b4f7e](https://github.com/PolymathNetwork/polymesh-wallet/commit/c4b4f7eecaca24896232e4a0047ea83fbaf28854))

* feat(UI): update Development network names (#213)

* feat(UI): update Development network names

PME -> Tooling
PMF -> Staging

* test: update network names in specs

* chore(release): update package versions 1.0.0-develop.2 [skip ci]

* chore(release): 1.0.0-develop.2 [skip ci]

# [1.0.0-develop.2](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0-develop.1...1.0.0-develop.2) (2021-10-05)

### Features

* **UI:** update Development network names ([#213](https://github.com/PolymathNetwork/polymesh-wallet/issues/213)) ([c4d4ec6](https://github.com/PolymathNetwork/polymesh-wallet/commit/c4d4ec697de1d0ae317fc5b454dda657eccebf3d))

* feat(UI): update toast notification styles [GTN-349] (#214)

* feat(UI): update toast notification styles

* fix: use max-width for notification size

* refactor: update styles for connection error toast

* style: fix lint

* fix(CI): update bump-versions script

* chore(release): update package versions to 1.0.0-develop.3 [skip ci]

* chore(release): 1.0.0-develop.3 [skip ci]

# [1.0.0-develop.3](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0-develop.2...1.0.0-develop.3) (2021-10-08)

### Bug Fixes

* **CI:** update bump-versions script ([66191e2](https://github.com/PolymathNetwork/polymesh-wallet/commit/66191e2a72901dd633af741497682b9d63c881dc))

### Features

* **UI:** update toast notification styles [GTN-349] ([#214](https://github.com/PolymathNetwork/polymesh-wallet/issues/214)) ([ba548cb](https://github.com/PolymathNetwork/polymesh-wallet/commit/ba548cb2736f6ec125e4902369d420c2af16a0b7))

* fix: toast colors (#215)

* fix: use readable color for error toasts

* fix: use --no-ci for semantic release

* fix: revert "--no-ci" from semantic release

* refactor: network fee bg color

* chore(release): update package versions to 1.0.0-develop.4 [skip ci]

* chore(release): 1.0.0-develop.4 [skip ci]

# [1.0.0-develop.4](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0-develop.3...1.0.0-develop.4) (2021-10-13)

### Bug Fixes

* revert "--no-ci" from semantic release ([429e97f](https://github.com/PolymathNetwork/polymesh-wallet/commit/429e97fc216782d33afa9c94c5a5a20a7a6c2349))
* toast colors ([#215](https://github.com/PolymathNetwork/polymesh-wallet/issues/215)) ([c9cd8dd](https://github.com/PolymathNetwork/polymesh-wallet/commit/c9cd8ddf89d00dc90b0e6259a91b3d20101b0c4d))

* refactor: update image in readme

* feat(UI): add Testnet network selector (#217)

* feat(UI): add Testnet network selector

* chore: add dashboard url

* chore: add entry for fallback schema

* chore: fix lint

* chore: update fallback schemas

* fix: fallback schema

* chore: update pme and pmf to v4 fallback schema

* chore(release): update package versions to 1.0.0-develop.5 [skip ci]

* chore(release): 1.0.0-develop.5 [skip ci]

# [1.0.0-develop.5](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0-develop.4...1.0.0-develop.5) (2021-10-18)

### Features

* **UI:** add Testnet network selector ([#217](https://github.com/PolymathNetwork/polymesh-wallet/issues/217)) ([973f4b8](https://github.com/PolymathNetwork/polymesh-wallet/commit/973f4b8f1384a5cfa40f9adbb3e5edb8ca3b3905))

* fix: use autoMergeLevel2 to reconcile state (#218)

this allows new network to persist in state
instead of hard resetting to previous state

* chore(release): update package versions to 1.0.0-develop.6 [skip ci]

* chore(release): 1.0.0-develop.6 [skip ci]

# [1.0.0-develop.6](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0-develop.5...1.0.0-develop.6) (2021-10-18)

### Bug Fixes

* use autoMergeLevel2 to reconcile state ([#218](https://github.com/PolymathNetwork/polymesh-wallet/issues/218)) ([a856a51](https://github.com/PolymathNetwork/polymesh-wallet/commit/a856a5123fcec9f6370fe9dd46fc13ea9bf067cc))

* feat: re-enable Connect Ledger button (#220)

* chore(release): update package versions to 1.0.0-develop.7 [skip ci]

* chore(release): 1.0.0-develop.7 [skip ci]

# [1.0.0-develop.7](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0-develop.6...1.0.0-develop.7) (2021-10-27)

### Features

* re-enable Connect Ledger button ([#220](https://github.com/PolymathNetwork/polymesh-wallet/issues/220)) ([93b077a](https://github.com/PolymathNetwork/polymesh-wallet/commit/93b077a7c4de0ca5cebee1318414b1c6e8697484))

* chore: update network list [GTN-2148] (#221)

* chore: disable Alcyone network

* chore: remove ITN, use Testnet as default network

* chore: add mainnet placeholders

* refactor: change mainnet dashboard url

* chore: remove commented out code

* chore: ammend comment

* chore: remove comments

* fix: mainnet rpc url (#222)

* chore(release): update package versions to 1.0.0-develop.8 [skip ci]

* chore(release): 1.0.0-develop.8 [skip ci]

# [1.0.0-develop.8](https://github.com/PolymathNetwork/polymesh-wallet/compare/1.0.0-develop.7...1.0.0-develop.8) (2021-10-28)

### Bug Fixes

* mainnet rpc url ([#222](https://github.com/PolymathNetwork/polymesh-wallet/issues/222)) ([c619e86](https://github.com/PolymathNetwork/polymesh-wallet/commit/c619e86e55dee3185a1786483fbf05c4703212f6))

* Merge 'develop' into master

* style: indent

Co-authored-by: Remon Nashid <remon.sherin@gmail.com>
Co-authored-by: ashishthakur913 <ashish.kanwar@zomato.com>
Co-authored-by: Mehdi Raash <leaksin@gmail.com>
Co-authored-by: Mehdi Raash <leasksin@gmail.com>
Co-authored-by: Minh <hlminh2000@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
github-actions bot pushed a commit that referenced this pull request Oct 28, 2021
# [1.1.0-develop.1](1.0.0...1.1.0-develop.1) (2021-10-28)

### Bug Fixes

* **CI:** update bump-versions script ([66191e2](66191e2))
* downgrade packages to work with ITN Rewards [GTN-2084] ([#211](#211)) ([d2d87a7](d2d87a7))
* lint ([c9d3d02](c9d3d02))
* mainnet rpc url ([#222](#222)) ([c619e86](c619e86))
* network change bug ([#204](#204)) ([26a6d4d](26a6d4d))
* pass build ([54a3a2f](54a3a2f))
* refactor api connection ([#203](#203)) ([82746d7](82746d7))
* revert "--no-ci" from semantic release ([429e97f](429e97f))
* temporarily disable network mismatch detection ([#210](#210)) ([09563c9](09563c9))
* toast colors ([#215](#215)) ([c9cd8dd](c9cd8dd))
* update fallback schemas ([5f01948](5f01948))
* use autoMergeLevel2 to reconcile state ([#218](#218)) ([a856a51](a856a51))

### Features

* **CI:** use semantic release ([#212](#212)) ([f96610e](f96610e)), closes [#58](#58) [#211](#211) [#204](#204) [#203](#203) [#210](#210) [#205](#205) [#198](#198) [#206](#206)
* re-enable Connect Ledger button ([#220](#220)) ([93b077a](93b077a))
* **UI:** add Testnet network selector ([#217](#217)) ([973f4b8](973f4b8))
* **UI:** network selector update [GTN-346] ([#205](#205)) ([d62f173](d62f173))
* **UI:** new Polymesh theme [WAL-168] ([#198](#198)) ([a51e011](a51e011))
* **UI:** update Development network names ([#213](#213)) ([c4d4ec6](c4d4ec6))
* **UI:** update main menu UI [GTN-344] ([#206](#206)) ([8a47d3c](8a47d3c))
* **UI:** update toast notification styles [GTN-349] ([#214](#214)) ([ba548cb](ba548cb))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants