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

View on GitHub

AntonioVentilii-DFINITY pushed 4 commits to chore(frontend)/Remove-unused-prop-of-TokenUiGroup dfinity/oisy-wallet
  • feat(frontend): extend dApps description schema with data for carousel (#3093) # Motivation We need to extend dAp... fa9c4e5
  • feat(frontend): update isActive login of Indicator component (#3092) # Motivation We need to update `isActive` lo... 03779ce
  • fix(ci): adjusted checkout and pull strategy (#3085) # Motivation The last run of the auto update failed because ... db2699a
  • Merge branch 'main' into chore(frontend)/Remove-unused-prop-of-TokenUiGroup 37a32bd

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to fix(frontend)/Show-balance-in-Token-Group-Card dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY created a comment on a pull request on dfinity/oisy-wallet
[OISY-69]

View on GitHub

AntonioVentilii-DFINITY created a comment on a pull request on dfinity/oisy-wallet
[OISY-69]

View on GitHub

AntonioVentilii-DFINITY opened a pull request on dfinity/oisy-wallet
fix(frontend): Show balance in Token Group Card
# Motivation To show the balance (and USD balance) of the summary of the token group, we need to use `TokenCardContent` instead of `TokenCard`.
AntonioVentilii-DFINITY created a branch on dfinity/oisy-wallet

fix(frontend)/Show-balance-in-Token-Group-Card - A browser-based, multi-chain wallet hosted on the Internet Computer

inc-man pushed 1 commit to test(ci)/Test-branch-to-test-new-i18n-CI dfinity/oisy-wallet

View on GitHub

inc-man deleted a branch dfinity/oisy-wallet

fix(ci)/npm-i18n-workflow

inc-man pushed 1 commit to main dfinity/oisy-wallet
  • fix(ci): adjusted checkout and pull strategy (#3085) # Motivation The last run of the auto update failed because ... db2699a

View on GitHub

inc-man closed a pull request on dfinity/oisy-wallet
fix(ci): adjusted checkout and pull strategy
# Motivation The last run of the auto update failed because of no branch, this should be fixed. # Changes - adjusted checkout so we are always in the correct repo and correct branch from t...
AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Implement-token-groups-in-tokens-list dfinity/oisy-wallet

View on GitHub

inc-man pushed 2 commits to fix(ci)/npm-i18n-workflow dfinity/oisy-wallet
  • feat(frontend): update isActive login of Indicator component (#3092) # Motivation We need to update `isActive` lo... 03779ce
  • Merge branch 'main' into fix(ci)/npm-i18n-workflow 96afea8

View on GitHub

DenysKarmazynDFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/indicators-update

DenysKarmazynDFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): update isActive login of Indicator component (#3092) # Motivation We need to update `isActive` lo... 03779ce

View on GitHub

DenysKarmazynDFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): update isActive login of Indicator component
# Motivation We need to update `isActive` logic of the Indicator component to smoothly animate on last-to-first and first-to-last transitions.
inc-man pushed 11 commits to fix(ci)/npm-i18n-workflow dfinity/oisy-wallet
  • style(frontend): update astronaut eyes icon animation (#3081) # Motivation Artem has updated the speed/style of t... 4df7b4f
  • feat(frontend): Carousel component (#3069) # Motivation This PR includes the main Carousel component. It is based... b575469
  • feat(frontend): remove login button from landing page header (#3088) # Motivation Integrate feedback for landing ... 37362e4
  • feat(frontend): Util to map a token group to card data (#3086) # Motivation The header card for a token group wil... 93b6dd3
  • refactor(frontend): Rename subLogo to badge (#3084) # Motivation As per @peterpeterparker 's suggestion, we renam... 668b703
  • 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
  • feat(frontend): Card component for Token Group (#3054) # Motivation We want to create a custom Token Card but for... fe36c2a
  • fix(frontend): Deprecated input for TokenGroupCard (#3095) # Motivation Not really sure how, but a missing commit... 10015cc
  • feat(frontend): extend dApps description schema with data for carousel (#3093) # Motivation We need to extend dAp... fa9c4e5
  • Merge branch 'main' into fix(ci)/npm-i18n-workflow 75a4f2f

View on GitHub

DenysKarmazynDFINITY pushed 5 commits to feat(frontend)/indicators-update dfinity/oisy-wallet
  • feat(frontend): Card component for Token Group (#3054) # Motivation We want to create a custom Token Card but for... fe36c2a
  • fix(frontend): Deprecated input for TokenGroupCard (#3095) # Motivation Not really sure how, but a missing commit... 10015cc
  • feat(frontend): extend dApps description schema with data for carousel (#3093) # Motivation We need to extend dAp... fa9c4e5
  • feat(frontend): update isActive login of Indicator component 9671bc4
  • feat(frontend): add comment 645bc1f

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/extend-dapps-schema

DenysKarmazynDFINITY closed 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 pushed 5 commits to feat(frontend)/extend-dapps-schema dfinity/oisy-wallet
  • feat(frontend): Card component for Token Group (#3054) # Motivation We want to create a custom Token Card but for... fe36c2a
  • fix(frontend): Deprecated input for TokenGroupCard (#3095) # Motivation Not really sure how, but a missing commit... 10015cc
  • feat(frontend): extend dApps description schema with data for carousel 424e0f1
  • feat(frontend): review adjustments c17b652
  • feat(frontend): adjust schema 0a7fb31

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY opened a draft pull request on dfinity/oisy-wallet
feat(frontend): Implement token groups in tokens list
# Motivation <!-- Describe the motivation that lead to the PR --> # Changes <!-- List the changes that have been developed --> # Tests <!-- Please provide any information or screensh...
peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
It's fine but maybe for a safer test we should pick another token. The ICP network and token have the same name.

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

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
True, better this way. Done.

View on GitHub

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

View on GitHub

loki344 created a review on a pull request on dfinity/oisy-wallet
pls wait for @peterpeterparker as he has added comments too

View on GitHub

Load more