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 build(ci)/cache-prepare-action dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • chore(e2e): Update Playwright E2E Snapshots (#3090) The following E2E snapshots have been updated: ``` e2e/homepag... 5a751a4

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/homepage.spec.ts-snapshots/should-display-homepage-in-logged-out-state-1-Google-Chrome-linux.png
AntonioVentilii-DFINITY created a review on a pull request on dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
ah understood! then, maybe, could you please adjust the snapshot workflow too in another PR?

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
Ah understood! thanks for the explanation

View on GitHub

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

View on GitHub

sa-github-api opened a pull request on dfinity/oisy-wallet
chore(e2e): Update Playwright E2E Snapshots
The following E2E snapshots have been updated: ``` e2e/homepage.spec.ts-snapshots/should-display-homepage-in-logged-out-state-1-Google-Chrome-linux.png
sa-github-api created a branch on dfinity/oisy-wallet

bot-e2e-update-snapshots - A browser-based, multi-chain wallet hosted on the Internet Computer

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

View on GitHub

inc-man created a review comment on a pull request on dfinity/oisy-wallet
ic-js/.github/workflows/docs.yml uses a faulty "pull" because they don't want to pull. "Default" value is not the default so I think we can leave it like that. Push could be left out, but I feel li...

View on GitHub

inc-man created a review on a pull request on dfinity/oisy-wallet

View on GitHub

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

View on GitHub

inc-man created a review comment on a pull request on dfinity/oisy-wallet
it is needed for the add-and-comit action. They state that if working with PRs you need to add that. Thats why the last run I did failed. It is also in ic-js/.github/workflows/docs.yml

View on GitHub

inc-man created a review on a pull request on dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY created a comment on a pull request on dfinity/oisy-wallet
@peterpeterparker ready for another review

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
yes, makes sense, moved

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 feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • refactor: move tokenCount to CardData 2962865

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • fix: adjust new logo prop 54b0837

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Add loading style to Button component (#3071) # Motivation We want to display "loading" buttons i... c858c22

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Add-loading-style-to-ButtonComponent

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Add loading style to Button component
# Motivation We want to display "loading" buttons in the Hero, similar to a Skeleton, but resembling the pulsating effect of the balance on loading. So, as first step, we add `loading` prop t...
AntonioVentilii-DFINITY pushed 9 commits to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • chore(e2e): Update Playwright E2E Snapshots (#3080) The following E2E snapshots have been updated: ``` e2e/homepag... b6ba1dc
  • feat(frontend): simple token group store (#3070) # Motivation Introduce a token group store to preserve expanded ... c2c9965
  • build(ci): adjust paths in i18n workflow (#3078) # Motivation Change the path to the same layout as the backend t... b3972dd
  • 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
  • Merge branch 'main' into feat(frontend)/Card-component-for-Token-Group e0103e0

View on GitHub

AntonioVentilii-DFINITY pushed 20 commits to feat(frontend)/Add-loading-style-to-ButtonComponent dfinity/oisy-wallet
  • feat(frontend): enhance dapp data (#3063) # Motivation The Design-Team added more social links and new images for... 885772a
  • feat(frontend): Include balances in token group (#3062) # Motivation Another useful PR for grouping tokens: we ne... 605c550
  • feat(frontend): enhance dapp modal (#3068) # Motivation Integrate testing feedback: More social links, styling is... 9f4ea08
  • fix(ci): fix release process automation (#3066) # Motivation During previous runs the new release branch was set ... 70c1e76
  • build(ci): create npm i18n workflow (#3073) # Motivation For every pr and pr commit where the i18n files are chan... 6258d61
  • refactor(frontend): Rename type for token groups (#3075) # Motivation As discussed, the more obvious name for the... a057f24
  • style(frontend): Increase breakpoint for mobile view (#3077) # Motivation As a recent feedback, we are increasing... a81dcb0
  • style(frontend): add bg for loading phase of dapp promo banner (#3072) # Motivation The buttons and text of the D... af9c77d
  • refactor(frontend): Move gap among token cards in the list (#3074) # Motivation To make TokenCards more re-usable... 7fe9fa1
  • feat(frontend): Carousel utils (#3067) # Motivation This PR includes utils needed for the Carousel component. The... 4dd4d6c
  • refactor(frontend): Limit data provided to token cards (#3079) # Motivation We want to re-use TokenCard and its r... f7daa3f
  • chore(e2e): Update Playwright E2E Snapshots (#3080) The following E2E snapshots have been updated: ``` e2e/homepag... b6ba1dc
  • feat(frontend): simple token group store (#3070) # Motivation Introduce a token group store to preserve expanded ... c2c9965
  • build(ci): adjust paths in i18n workflow (#3078) # Motivation Change the path to the same layout as the backend t... b3972dd
  • 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
  • Merge branch 'main' into feat(frontend)/Add-loading-style-to-ButtonComponent 6891a73

View on GitHub

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

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
  • refactor(frontend): Rename subLogo to badge (#3084) # Motivation As per @peterpeterparker 's suggestion, we renam... 668b703

View on GitHub

Load more