Skip to content

Conversation

@Cussone
Copy link
Member

@Cussone Cussone commented Oct 30, 2024

Issue / feature description

Adding changes to logic to support 1 button connector

Checklist

  • Rebased to the last commit of the target branch (or merged)
  • Code self-reviewed
  • Code self-tested

@Cussone Cussone marked this pull request as ready for review October 31, 2024 09:51
@Cussone Cussone changed the base branch from develop to feat/argent-one-button-connector October 31, 2024 09:51
@Cussone Cussone requested a review from bluecco October 31, 2024 09:51
public showApprovalModal(_: RequestArguments): void {
if (device === "desktop") {
this.showModal({
this.showModalOld({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why keeping the showModalOld?
saw a comment below, still needed or will just be removed in a followup pr?

Aleksandar Cakalic and others added 18 commits October 31, 2024 11:38
…tor-logic

Feat: Argent one button connector logic
# [2.4.0-beta.1](v2.3.2...v2.4.0-beta.1) (2024-10-31)

### Bug Fixes

* adapt type external ([61ef1f0](61ef1f0))
* add missing tailwind's color tokens from `x-ui` ([1202fa3](1202fa3))
* color ([9039438](9039438))
* pass props and type `downloadLinks` ([6ff294e](6ff294e))
* ts error ([a76c303](a76c303))
* using wrong connector name/icon ([e991747](e991747))

### Features

* adapt modal to new features ([53d303e](53d303e))
* add component for rendering icons ([c57a8d8](c57a8d8))
* add new 1 button connector WIP ([6560d74](6560d74))
* add new prop to `ConnectOptions` ([966a9e7](966a9e7))
* add new UI elements ([1b4066b](1b4066b))
* create helpers for connectors ([ea4008b](ea4008b))
* create modal helpers ([015dff2](015dff2))
* handle new UI and only QR code approach ([c743c6d](c743c6d))
* improve type StarknetkitCompoundConnector ([3fd36a7](3fd36a7))
* programmatically show install extension section ([d571de8](d571de8))
# [2.4.0-beta.2](v2.4.0-beta.1...v2.4.0-beta.2) (2024-10-31)

### Features

* export `StarknetkitCompoundConnector` ([0e4aa84](0e4aa84))
# [2.4.0-beta.3](v2.4.0-beta.2...v2.4.0-beta.3) (2024-11-01)

### Bug Fixes

* case when `window` is `undefined` in `getInjectedArgentX` ([de4cae8](de4cae8))
# [2.4.0-beta.4](v2.4.0-beta.3...v2.4.0-beta.4) (2024-11-01)

### Bug Fixes

* ignore ts error ([96c06e1](96c06e1))
* logical error with modal closing ([ff8305d](ff8305d))
* logical error, destroy modal if `resultType !== "wallet"` ([3c71667](3c71667))
* passing wrong theme to `DynamicIcon` ([5e7cef2](5e7cef2))
@Cussone Cussone merged commit 6eb7435 into feat/argent-one-button-connector Nov 7, 2024
2 checks passed
@Cussone Cussone deleted the feat/argent-one-button-connector-logic branch November 7, 2024 09:08
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.

4 participants