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 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

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/extend-dapps-schema dfinity/oisy-wallet
  • feat(frontend): adjust schema ee7f9ea

View on GitHub

DenysKarmazynDFINITY pushed 2 commits to feat(frontend)/indicators-update dfinity/oisy-wallet
  • feat(frontend): update isActive login of Indicator component c16d48f
  • feat(frontend): add comment fb85352

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
maybe ``` const carouselDappDescriptionSchema = z.object({ text: z.string(), callToAction: z.string() }; const oisyDappDescriptionSchema = ... carousel: carouselDappDescr...

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY pushed 4 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): update isActive login of Indicator component 4a9015c
  • feat(frontend): add comment 826eb75

View on GitHub

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
Sure, added.

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/indicators-update dfinity/oisy-wallet
  • feat(frontend): add comment 93a09ee

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to chore(frontend)/Remove-unused-prop-of-TokenUiGroup dfinity/oisy-wallet

View on GitHub

Load more