Ecosyste.ms: Timeline

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

dfinity/oisy-wallet

inc-man deleted a branch dfinity/oisy-wallet

fix(ci)/fix-deployment-naming

inc-man pushed 1 commit to main dfinity/oisy-wallet
  • fix(ci): fix run-name and remove ic (#3059) # Motivation We don't need the workflow to deploy to ic, since we do ... 0ba903d

View on GitHub

inc-man closed a pull request on dfinity/oisy-wallet
fix(ci): fix run-name and remove ic
# Motivation We don't need the workflow to deploy to ic, since we do that with orbit. Additionally we set defaults so the run-name will be fixed. # Changes - remove ic related code - add ...
AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
`$token: symbol` (without coalescing either) or is it on purpose for a reason?

View on GitHub

AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet
LGTM! Tks! One small observation please P.S. could the new component `ReceiveTitle` be used for `IcReceiveCkEthereumModal` in another PR? Or was it already discussed with designers

View on GitHub

AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet
LGTM! Tks! One small observation please P.S. could the new component `ReceiveTitle` be used for `IcReceiveCkEthereumModal` in another PR? Or was it already discussed with designers

View on GitHub

inc-man pushed 5 commits to fix(ci)/fix-deployment-naming dfinity/oisy-wallet
  • refactor(frontend): extract qr code address content component (#3058) # Motivation Two components that display a ... 8ccc407
  • feat(frontend): qr code min height to prevent modal glitch (#3057) # Motivation The QR code has no minimum height... f83f883
  • feat(frontend): Introduce OisySymbol prop for appearence interface (#3053) # Motivation For grouping tokens, we a... 51609a5
  • feat(frontend): Use Network wallets for Onramper Widget (#2833) # Motivation As Security review suggested, it is ... 2e014c5
  • Merge branch 'main' into fix(ci)/fix-deployment-naming 4fe10fb

View on GitHub

loki344 created a branch on dfinity/oisy-wallet

feat(frontend)/enhance-dapp-description - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Use Network wallets for Onramper Widget (#2833) # Motivation As Security review suggested, it is ... 2e014c5

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Use-Network-wallets-for-Onramper-Widget

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Use Network wallets for Onramper Widget
# Motivation As Security review suggested, it is better to use the param `networkWallets` of Onramper instead of `wallets`, to reduce the link length and make it more scalable. > Currently th...
AntonioVentilii-DFINITY pushed 39 commits to feat(frontend)/Use-Network-wallets-for-Onramper-Widget dfinity/oisy-wallet
  • feat(frontend): convert logo size to breakpoint prefix (#3021) # Motivation Follow-up of #3015 in which we decide... 9edd55b
  • style(frontend): metamask secondary button (#3022) # Motivation The Metamask btn is currently displayed as a prim... afeb682
  • feat(frontend): dapp route content (#3019) # Motivation Render the dapp explorer component under /explore # Ch... d1f7537
  • 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
  • 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
  • and 19 more ...

View on GitHub

AntonioVentilii-DFINITY pushed 3 commits to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • feat(frontend): qr code min height to prevent modal glitch (#3057) # Motivation The QR code has no minimum height... f83f883
  • feat(frontend): Introduce OisySymbol prop for appearence interface (#3053) # Motivation For grouping tokens, we a... 51609a5
  • Merge branch 'main' into feat(frontend)/Card-component-for-Token-Group e3808b4

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
if you plan for the keys to be TokenId (I imagine it will be the native token ID of the group), you can use directly `export const tokenGroupStore = initCertifiedSetterStore<TokenGroupData>({ ke...

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Introduce OisySymbol prop for appearence interface (#3053) # Motivation For grouping tokens, we a... 51609a5

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Introduce-OisySymbol-prop-for-appearence-interface

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

View on GitHub

AntonioVentilii-DFINITY pushed 13 commits to feat(frontend)/Introduce-OisySymbol-prop-for-appearence-interface dfinity/oisy-wallet
  • 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
  • refactor(frontend): Include native token in token group property (#3043) # Motivation It is useful to have the na... 875f219
  • chore(frontend): format i18n type file (#3050) # Motivation Maybe in some PR, an unformatted `i18n` type file sli... e2c6553
  • feat(frontend): Provide token count in Token logo (#3041) # Motivation For PR #3028, to group tokens, we want to ... 68d7756
  • refactor(frontend): extract qr code address content component (#3058) # Motivation Two components that display a ... 8ccc407
  • feat(frontend): qr code min height to prevent modal glitch (#3057) # Motivation The QR code has no minimum height... f83f883
  • Merge branch 'main' into feat(frontend)/Introduce-OisySymbol-prop-for-appearence-interface 89b01d2

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Include-balances-in-token-group dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): Include balances in token group
# Motivation Another useful PR for grouping tokens: we need to have the balances (both token and USD) for each group. Note that for nullish values for both tokens in group, we keep them as they ...
darioloetsc created a review on a pull request on dfinity/oisy-wallet

View on GitHub

peterpeterparker opened a draft pull request on dfinity/oisy-wallet
Feat/copy block receive address
# Motivation Giant mess in progress... # Changes <!-- List the changes that have been developed --> # Tests <!-- Please provide any information or screenshots about the tests that ha...
peterpeterparker created a branch on dfinity/oisy-wallet

feat/copy-block-receive-address - A browser-based, multi-chain wallet hosted on the Internet Computer

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

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

darioloetsc pushed 1 commit to feat(frontend)/token-grouping-store dfinity/oisy-wallet

View on GitHub

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

View on GitHub

sa-github-api pushed 0 commits to release/v0.0.44 dfinity/oisy-wallet

View on GitHub

sa-github-api deleted a branch dfinity/oisy-wallet

release/v0.0.44

Load more