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

loki344 pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): dapp submit your dapp (#3025) # Motivation Give the possibility request the adding of a dapp to t... 537ed58

View on GitHub

loki344 deleted a branch dfinity/oisy-wallet

feat(frontend)/dapp-submit-your-dapp

loki344 closed a pull request on dfinity/oisy-wallet
feat(frontend): dapp submit your dapp
# Motivation Give the possibility request the adding of a dapp to the dapp explorer. For the first version, we link to github, where users can create a request. # Changes - Add a button to...
loki344 pushed 15 commits to feat(frontend)/dapp-submit-your-dapp dfinity/oisy-wallet
  • feat(frontend): Add USD balance in Hero for token page (#2976) # Motivation We include the USD balance in the `He... 65b4a3d
  • feat(frontend): qr code logo and a11y (#3024) # Motivation The designers want to display the token logo over the ... 28fa13f
  • chore(ci): update deployment workflow (#3029) # Motivation The deployment workflow has a faulty run-name and need... a7f5781
  • feat(frontend): new tailwind color (#3031) # Motivation Adding missing `black` color, will be later used in the C... 0cd5f59
  • 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
  • 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
  • Merge branch 'main' into feat(frontend)/dapp-submit-your-dapp 1c3f6b9

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
In a follow-up PR, can you extract this in a specific component. `DappsExplorerSignedIn` starts to be big and this feautre can be scoped.

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 created a review comment on a pull request on dfinity/oisy-wallet
Likewise, do we still need `header` afterwards? TODO to be removed?

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
We don't need `nativeNetwork` anymore then? We add a TODO to remove it?

View on GitHub

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

View on GitHub

loki344 created a comment on a pull request on dfinity/oisy-wallet
@peterpeterparker added template in url

View on GitHub

loki344 pushed 1 commit to feat(frontend)/dapp-submit-your-dapp dfinity/oisy-wallet
  • feat(frontend): add template for dapp submission 31d2a78

View on GitHub

loki344 pushed 1 commit to feat(frontend)/dapp-submit-your-dapp dfinity/oisy-wallet
  • feat(frontend): add template for dapp submission 97bf933

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
`text--[var(--color-secondary)]` instead of `token-count` ?

View on GitHub

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

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
Should we have a single property for both count and network because the first exclude the second. In addition, `showNetworkIcon` is by default to `true` so it's a bit misleading to have it default ...

View on GitHub

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

View on GitHub

peterpeterparker pushed 1 commit to main dfinity/oisy-wallet
  • chore(repo): dApp submission request (#3042) # Motivation In issue #3025, we will introduce a feature that sugges... f030ca7

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

chore/dapp-submittion-request

peterpeterparker closed 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 1 commit to main dfinity/oisy-wallet
  • feat(frontend): remove signer security warning (#3035) # Motivation The [@dfinity/oisy-wallet-library](https://g... 9547ff7

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

feat/remove-sign-warning

peterpeterparker closed a pull request on dfinity/oisy-wallet
feat(frontend): remove signer security warning
# Motivation The [@dfinity/oisy-wallet-library](https://github.com/dfinity/oisy-wallet-signer) has been open-sourced, published and will be included in OISY with PR #3033. The security team c...
peterpeterparker pushed 9 commits to feat/remove-sign-warning 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
  • build(frontend): incorporate published oisy-wallet-signer lib (#3033) # Motivation The [@dfinity/oisy-wallet-lib... 25a7583
  • Merge branch 'main' into feat/remove-sign-warning abae941

View on GitHub

peterpeterparker created a comment on a pull request on dfinity/oisy-wallet
Good catch, fixed the lower case.

View on GitHub

peterpeterparker pushed 2 commits to chore/dapp-submittion-request dfinity/oisy-wallet
  • chore(repo): lower upper case 48a7202
  • Merge remote-tracking branch 'origin/chore/dapp-submittion-request' into chore/dapp-submittion-request b585305

View on GitHub

peterpeterparker pushed 2 commits to chore/dapp-submittion-request dfinity/oisy-wallet
  • build(frontend): incorporate published oisy-wallet-signer lib (#3033) # Motivation The [@dfinity/oisy-wallet-lib... 25a7583
  • Merge branch 'main' into chore/dapp-submittion-request 2f19513

View on GitHub

peterpeterparker created a comment on a pull request on dfinity/oisy-wallet
I would use "dApp" too but @Stefan-Berger-DFINITY used "Dapp"

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
I lack a bit of context to review this notably on how and when it will be effectivelly used. If it's not a blocker, I'll review it in few PRs once it's a bit more clear.

View on GitHub

Load more