Ecosyste.ms: Timeline

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

dfinity/oisy-wallet

AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet
LGTM! Small doubt for me: shall "Dapp" be re-written as "dApp"? What is the "official" way to write this usually? P.S: there is a lower case "Oisy", I don't know if intentional

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/carousel-indicators dfinity/oisy-wallet
  • feat(frontend): Carousel Indicator components e93acfd

View on GitHub

AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet
LGTM! Small doubt for me: shall "Dapp" be re-written as "dApp"? What is the "official" way to write this usually?

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

build/oisy-wallet-signer-v0-0-1

peterpeterparker closed a pull request on dfinity/oisy-wallet
build(frontend): incorporate published oisy-wallet-signer lib
# Motivation The [@dfinity/oisy-wallet-library](https://github.com/dfinity/oisy-wallet-signer) has been open-sourced and published to [npm](https://www.npmjs.com/package/@dfinity/oisy-wallet-sig...
loki344 pushed 3 commits to chore/dapp-submittion-request 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
  • Merge branch 'main' into chore/dapp-submittion-request 762253a

View on GitHub

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

View on GitHub

peterpeterparker pushed 8 commits to build/oisy-wallet-signer-v0-0-1 dfinity/oisy-wallet
  • chore(ci): fixed deployment task (#3034) # Motivation run-name needs to be executed after the on: block # Chan... 039219a
  • feat(frontend): i18n for the Carousel component (#3032) # Motivation i18n keys/types for the Carousel components. 46e08c0
  • refactor(frontend): Introduce new size for Logo component (#3030) # Motivation In PR #3028 we are going to use an... 377e842
  • feat(frontend): change icons and text on landingpage (#3037) # Motivation Match the new wording of the landing pa... 98865ec
  • style(frontend): dapp card and promo banner (#3017) # Motivation Fix styling flaws or mismatch between figma desi... 84ccfb5
  • 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
  • Merge branch 'main' into build/oisy-wallet-signer-v0-0-1 06fc897

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

feat/back-logo-transition

peterpeterparker pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): back and logo transition (#3038) # Motivation I find the transition between "OISY logo" and "Back... 1a55b59

View on GitHub

AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

refactor(frontend)/Include-native-token-in-token-group-property - A browser-based, multi-chain wallet hosted on the Internet Computer

peterpeterparker opened a pull request on dfinity/oisy-wallet
chore(repo): dApp submission request
# Motivation In issue #3025, we will introduce a feature that suggests OISY users submit an issue to have their dApps featured in the explorer. For this purpose, we need a template. # Notes ...
peterpeterparker pushed 3 commits to feat/back-logo-transition dfinity/oisy-wallet
  • style(frontend): dapp card and promo banner (#3017) # Motivation Fix styling flaws or mismatch between figma desi... 84ccfb5
  • chore(e2e): Update Playwright E2E Snapshots (#3039) The following E2E snapshots have been updated: ``` e2e/about-h... 223073e
  • Merge branch 'main' into feat/back-logo-transition 80b0d25

View on GitHub

peterpeterparker created a comment on a pull request on dfinity/oisy-wallet
> For future TODO, maybe we can create a SLIDE_PARAMS_X and SLIDE_PARAMS_Y, instead of a single SLIDE_PARAMS, if we use it more I thought about it but, in addition to `x` it also has a particula...

View on GitHub

AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet
This is great news! Tks!

View on GitHub

AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet
LGTM! Tks!

View on GitHub

AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet
LGTM! Tks! For future TODO, maybe we can create a `SLIDE_PARAMS_X` and `SLIDE_PARAMS_Y`, instead of a single `SLIDE_PARAMS`, if we use it more

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • chore(e2e): Update Playwright E2E Snapshots (#3039) The following E2E snapshots have been updated: ``` e2e/about-h... 223073e

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

bot-e2e-update-snapshots

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
chore(e2e): Update Playwright E2E Snapshots
The following E2E snapshots have been updated: ``` e2e/about-how-modal.spec.ts-snapshots/should-display-about-how-modal-1-Google-Chrome-linux.png e2e/about-what-modal.spec.ts-snapshots/should-displ...
AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): Provide token count in Token logo
# Motivation For PR # 3028, to group tokens, we want to show the number of tokens grouped in a certain token card. Note: we are checking for a number greater than 0 (and not greater than 1), ...
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/Provide-token-count-in-Token-logo - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): Create listener for multiple tokens
# Motivation For PR #3028 , we need a component that would create listeners for all the tokens in a group. That is because we will not mount each token card (that is wrapped with a `Listener`) u...
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/Create-listener-for-multiple-tokens - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/token-grouping-r6 dfinity/oisy-wallet

View on GitHub

sa-github-api pushed 2 commits to bot-e2e-update-snapshots dfinity/oisy-wallet
  • style(frontend): dapp card and promo banner (#3017) # Motivation Fix styling flaws or mismatch between figma desi... 84ccfb5
  • chore(e2e): Update Playwright E2E Snapshots 703550f

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/carousel-indicators dfinity/oisy-wallet
  • feat(frontend): Carousel Indicator components 393c22a

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/carousel-indicators dfinity/oisy-wallet
  • feat(frontend): Carousel Indicator components 85a89fc

View on GitHub

loki344 pushed 1 commit to main dfinity/oisy-wallet
  • style(frontend): dapp card and promo banner (#3017) # Motivation Fix styling flaws or mismatch between figma desi... 84ccfb5

View on GitHub

Load more