Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dfinity/oisy-wallet

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
LGTM, thx

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
LGTM, thx

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
LGTM, thx

View on GitHub

peterpeterparker pushed 11 commits to feat/receive-modal-title dfinity/oisy-wallet
  • feat(frontend): Carousel Indicator components (#3044) # Motivation This PR includes Carousel Indicator components... 295707b
  • feat(frontend): add dapp-explorer nav item (#3026) # Motivation Add navigation item to make the dapp-explorer ava... 5ea1f91
  • chore(frontend): extract submit dapp btn into own component (#3045) # Motivation Extract component for submitting... d5a15ae
  • build(ci): automated release process (#3027) # Motivation The previously merged release process had its flaws, so... 46ffd94
  • feat(frontend): Carousel Controls components (#3046) # Motivation This PR includes Carousel Controls component. ... 5331e4d
  • feat(frontend): add menu for dapp explorer (#3047) # Motivation The Dapp explorer is missing in the mobile naviga... 4e0396f
  • chore(e2e): Update Playwright E2E Snapshots (#3049) The following E2E snapshots have been updated: ``` e2e/homepag... 98d1a3b
  • feat(frontend): remove header Back (#3048) # Motivation The new route behavior `/explore` introduced an inconsist... 7a6bd36
  • feat(frontend): review address block (#3013) # Motivation We want to redesign a bit the address we present in mod... ebbe821
  • feat(frontend): display token as logo above qr-code (#3023) # Motivation The designers want to display the token ... 224f2de
  • chore: merge main e41a607

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

feat/qrc-code-logo

peterpeterparker pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): display token as logo above qr-code (#3023) # Motivation The designers want to display the token ... 224f2de

View on GitHub

peterpeterparker closed a pull request on dfinity/oisy-wallet
feat(frontend): display token as logo above qr-code
# Motivation The designers want to display the token logo above the qr-codes. # Changes - Pass the token from every consumers to the QR code - Remove `undefined` assignation of `addressTo...
peterpeterparker pushed 1 commit to feat/qrc-code-logo dfinity/oisy-wallet

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
ditto https://github.com/dfinity/oisy-wallet/pull/3023#discussion_r1811824886

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
I guess same answer as https://github.com/dfinity/oisy-wallet/pull/3023#discussion_r1811824886.

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet

View on GitHub

peterpeterparker pushed 1 commit to feat/qrc-code-logo dfinity/oisy-wallet
  • feat: keep default value to address review 70d414b

View on GitHub

peterpeterparker pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): review address block (#3013) # Motivation We want to redesign a bit the address we present in mod... ebbe821

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

feat/receive-address

peterpeterparker closed a pull request on dfinity/oisy-wallet
feat(frontend): review address block
# Motivation We want to redesign a bit the address we present in modals. We keep the address and buttons but, we change the block and buttons style. We also want to display an icon for the netwo...
peterpeterparker pushed 9 commits to feat/receive-address dfinity/oisy-wallet
  • feat(frontend): Carousel Indicator components (#3044) # Motivation This PR includes Carousel Indicator components... 295707b
  • feat(frontend): add dapp-explorer nav item (#3026) # Motivation Add navigation item to make the dapp-explorer ava... 5ea1f91
  • chore(frontend): extract submit dapp btn into own component (#3045) # Motivation Extract component for submitting... d5a15ae
  • build(ci): automated release process (#3027) # Motivation The previously merged release process had its flaws, so... 46ffd94
  • feat(frontend): Carousel Controls components (#3046) # Motivation This PR includes Carousel Controls component. ... 5331e4d
  • feat(frontend): add menu for dapp explorer (#3047) # Motivation The Dapp explorer is missing in the mobile naviga... 4e0396f
  • chore(e2e): Update Playwright E2E Snapshots (#3049) The following E2E snapshots have been updated: ``` e2e/homepag... 98d1a3b
  • feat(frontend): remove header Back (#3048) # Motivation The new route behavior `/explore` introduced an inconsist... 7a6bd36
  • Merge branch 'main' into feat/receive-address 7f2a333

View on GitHub

peterpeterparker created a comment on a pull request on dfinity/oisy-wallet
> shouldn't the address be ellipsed? I know it was already "expanded", but since we are changing it... I asked Artem the same question. After having a look at other wallets, which seem to also d...

View on GitHub

peterpeterparker pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): remove header Back (#3048) # Motivation The new route behavior `/explore` introduced an inconsist... 7a6bd36

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

feat/remove-header-back

peterpeterparker closed a pull request on dfinity/oisy-wallet
feat(frontend): remove header Back
# Motivation The new route behavior `/explore` introduced an inconsistency in the navigation in regards of `/settings`. The former kept the OISY logo in the header while the latter triggered the...
peterpeterparker pushed 4 commits to feat/remove-header-back dfinity/oisy-wallet
  • feat(frontend): Carousel Controls components (#3046) # Motivation This PR includes Carousel Controls component. ... 5331e4d
  • feat(frontend): add menu for dapp explorer (#3047) # Motivation The Dapp explorer is missing in the mobile naviga... 4e0396f
  • chore(e2e): Update Playwright E2E Snapshots (#3049) The following E2E snapshots have been updated: ``` e2e/homepag... 98d1a3b
  • Merge branch 'main' into feat/remove-header-back ef44454

View on GitHub

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): Remove redundant prop to show back button in Hero
# Motivation The `Back` button showed in the Hero was dependent on prop `back` provided to the Hero. However, the same button is dependent on `summary` prop by its parent. Both `summary` and ...
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/Remove-redundant-prop-to-show-back-button-in-Hero - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY opened a draft pull request on dfinity/oisy-wallet
feat(frontend): Card component for Token Group
# Wait for previous PRs to be merged # Motivation <!-- Describe the motivation that lead to the PR --> # Changes <!-- List the changes that have been developed --> # Tests <!-- Pl...
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/Card-component-for-Token-Group - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): Introduce OisySymbol prop for appearence interface
# Motivation For grouping tokens, we are going to re-use the `TokenCard` component that takes a few props of a given token, for example `name` and `symbol`. However, for the group, we will provi...
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/Introduce-OisySymbol-prop-for-appearence-interface - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
test(frontend): Add test ID for token group in TokenCard
# Motivation The component `TokenCard` will be re-used for token groups too. So we create a test ID based on its usage: either as single-token card or as header token card for a group.
Load more