Ecosyste.ms: Timeline

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

dfinity/oisy-wallet

loki344 opened a draft pull request on dfinity/oisy-wallet
feat(frontend): unify info modals
# Motivation Instead of two separate info modals, the information is unified and improved by the suggestions of an iteration with stakeholders. # Notes This MR will be broken down into sma...
AntonioVentilii-DFINITY created a comment on a pull request on dfinity/oisy-wallet
@peterpeterparker maybe we are ready for another review: I am showing the place we are using the new component and I changed the description

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Create-listener-for-multiple-tokens dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Create-listener-for-multiple-tokens dfinity/oisy-wallet

View on GitHub

loki344 created a review comment on a pull request on dfinity/oisy-wallet
Could you move these fields to oisyDappDescriptionSchema? @peterpeterparker suggested adding OISY specific fields there, as the description here matches somehow the structure of the portal.

View on GitHub

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

View on GitHub

loki344 created a branch on dfinity/oisy-wallet

feat(frontend)/unify-info-modals - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY pushed 2 commits to feat(frontend)/Create-listener-for-multiple-tokens dfinity/oisy-wallet
  • fix(frontend): Deprecated input for TokenGroupCard (#3095) # Motivation Not really sure how, but a missing commit... 10015cc
  • Merge branch 'main' into feat(frontend)/Create-listener-for-multiple-tokens ee06474

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

fix(frontend)/Deprecated-input-for-TokenGroupCard

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • fix(frontend): Deprecated input for TokenGroupCard (#3095) # Motivation Not really sure how, but a missing commit... 10015cc

View on GitHub

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
fix(frontend): Deprecated input for TokenGroupCard
# Motivation Not really sure how, but a missing commit was lacking in PR #3054 and it was merged even if the CI checks didn't pass. So fixing it here
peterpeterparker created a review on a pull request on dfinity/oisy-wallet
LGTM, thx

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
is this correct?

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
I think we should not leak "update" because a consumer can use it and the value does not get saved in the local storage. Is there another way?

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
Worth writing a small test too?

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
Worth writing a small test too?

View on GitHub

AntonioVentilii-DFINITY pushed 53 commits to feat(frontend)/Create-listener-for-multiple-tokens dfinity/oisy-wallet
  • chore(e2e): Update Playwright E2E Snapshots (#3039) The following E2E snapshots have been updated: ``` e2e/about-h... 223073e
  • feat(frontend): back and logo transition (#3038) # Motivation I find the transition between "OISY logo" and "Back... 1a55b59
  • build(frontend): incorporate published oisy-wallet-signer lib (#3033) # Motivation The [@dfinity/oisy-wallet-lib... 25a7583
  • feat(frontend): remove signer security warning (#3035) # Motivation The [@dfinity/oisy-wallet-library](https://g... 9547ff7
  • chore(repo): dApp submission request (#3042) # Motivation In issue #3025, we will introduce a feature that sugges... f030ca7
  • feat(frontend): dapp submit your dapp (#3025) # Motivation Give the possibility request the adding of a dapp to t... 537ed58
  • 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(e2e): Update Playwright E2E Snapshots (#3056) The following E2E snapshots have been updated: ``` e2e/receive... 5520de2
  • test(frontend): Add test ID for token group in TokenCard (#3052) # Motivation The component `TokenCard` will be r... 696ce03
  • refactor(build): Change tailwind config to Typescript (#3051) # Motivation Just to use more Typescript, we change... d74de9a
  • feat(frontend): Remove redundant prop to show back button in Hero (#3055) # Motivation The `Back` button showed i... 1559078
  • and 33 more ...

View on GitHub

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
fix(frontend): Deprecated input for TokenGroupCard
# Motivation Not really sure how, but a missing commit was lacking in PR #3054 and it was merged even if the CI checks didn't pass. So fixing it here
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

fix(frontend)/Deprecated-input-for-TokenGroupCard - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Card component for Token Group (#3054) # Motivation We want to create a custom Token Card but for... fe36c2a

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Card-component-for-Token-Group

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Card component for Token Group
# Motivation We want to create a custom Token Card but for groups of tokens. Basically, this card will collect a group of tokens and once clicked, it will expand to show them. While it is collap...
AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY pushed 3 commits to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • feat(frontend): Add loading style to Button component (#3071) # Motivation We want to display "loading" buttons i... c858c22
  • chore(e2e): Update Playwright E2E Snapshots (#3090) The following E2E snapshots have been updated: ``` e2e/homepag... 5a751a4
  • Merge branch 'main' into feat(frontend)/Card-component-for-Token-Group dd1bf37

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/create-Storage-Setter-store dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY opened a draft pull request on dfinity/oisy-wallet
feat(frontend): create Storage Setter store
# Motivation For the token group store, we need a mix between the `Storage` store and the map provided by the `Certified` store. Meaning that we want saved in local storage some thing that is ...
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/create-Storage-Setter-store - A browser-based, multi-chain wallet hosted on the Internet Computer

DenysKarmazynDFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): extend dApps description schema with data for carousel
# Motivation We need to extend dApps description schema with data required for Carousel slides. Some fields (e.g. logo) is already present in the JSON, therefore I added only the missing ones. T...
DenysKarmazynDFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/extend-dapps-schema - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Extract-Setter-store-from-Certified-store dfinity/oisy-wallet

View on GitHub

Load more