You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump version to 2.4.0 and update @bringweb3/chrome-extension-kit to 1.6.0
* Refactor account list item and header connection status components to improve layout structure and alignment.
* Update transfer pages to suggest adding recipient as contact only when not in wallet accounts
* Update "Select Account" page to disable "Next" button when no accounts are connected or selected
* Refactor connection approval text logic for improved readability and reusability.
* Disable Hot Module Replacement (HMR) and live reload to prevent infinite reloading on dev server, update non-hot-reload configuration to include background and sdk scripts.
* Add overlay banner theme variables for dark and light modes
* Add system color scheme handling to settings reducer and selectors
* Add connection approval flow with balance and account info integration
* Refactor token icon rendering logic to use SVG as default and simplify format checks.
* Add activity feed UI with corresponding business logic
* Add CsprTrade market data provider icon and mapping to price provider assets
* Bump version to 2.4.0 and update build scripts and Xcode project configuration
* Update `casper-wallet-core` dependency and remove unused Xcode resource references.
* Update label from "Cost" to "Charged amount" in deploy details page.
* Fix `recipientPublicKey` null check in `shouldSuggestAddContact` logic.
* Wrap `AccountInfoIcon` in a `<div>` to resolve layout issue in `auction-deploy-rows.tsx`.
* Update `casper-wallet-core`, replace `Identicon` with `AccountInfoIcon`, and remove unused `useTheme`.
* Update `@bringweb3/chrome-extension-kit` to version 1.6.2.
* Update `casper-wallet-core` dependency to latest commit hash.
* Prevent default form submission behavior in `PopupLayout` and `LayoutWindow`.
* Add collapsible results section to `TransactionContainer` and improve result display logic.
* Bump version to 2.4.0rc5 and update build script and Xcode project with new project version.
* Update `casper-wallet-core` dependency to new commit hash and include `deepmerge` dependency.
* Fix incorrect `collectionHash` prop by replacing `deploy.contractHash` with `action.collectionHash`.
* Replace `AccountInfoRow` with `ContractInfoRow` where applicable and integrate `useFetchContractPackage` for improved contract package handling.
* Integrate `HashTooltip` and `PortalTooltip` into `common.tsx`, enhance layout with overflow handling, and improve contract info display.
* Release 2.4.0 version
* Improve e2e tests robustness with added content script checks and extended timeouts, update Playwright version, and refine popup interaction flows.
0 commit comments