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

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

refactor(frontend)/Rename-subLogo-to-badge

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
refactor(frontend): Rename subLogo to badge
# Motivation As per @peterpeterparker 's suggestion, we rename the prop `subLogo` of `TokenLogo` component to `badge`, since now its scope is wider, not only restricted to show another logo.
AntonioVentilii-DFINITY pushed 5 commits to refactor(frontend)/Rename-subLogo-to-badge 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
  • Merge branch 'main' into refactor(frontend)/Rename-subLogo-to-badge f6ff85a

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Util-to-map-a-token-group-to-card-data

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Util to map a token group to card data
# Motivation The header card for a token group will be a summary of what the token group consists of. To do that we first need a mapping function that defines what are the "summary" data to be s...
AntonioVentilii-DFINITY pushed 3 commits to feat(frontend)/Util-to-map-a-token-group-to-card-data dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into feat(frontend)/Util-to-map-a-token-group-to-card-data 96458d2

View on GitHub

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): remove login button from landing page header (#3088) # Motivation Integrate feedback for landing ... 37362e4

View on GitHub

loki344 deleted a branch dfinity/oisy-wallet

feat(frontend)/remove-login-button

loki344 closed a pull request on dfinity/oisy-wallet
feat(frontend): remove login button from landing page header
# Motivation Integrate feedback for landing page. The feedback from user testing suggests that the login button in the header of the landing page causes confusion. Therefore, the UX is streamlin...
loki344 pushed 14 commits to feat(frontend)/remove-login-button dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into feat(frontend)/remove-login-button 3375835

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
Nice, thanks!

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Add-loading-style-to-ButtonComponent dfinity/oisy-wallet

View on GitHub

inc-man opened a pull request on dfinity/oisy-wallet
build(ci): caching prepare action
# Motivation Instead of using a new cache in every workflow we cache npm directly in the prepare action # Changes - added npm caching to prepare action - adjusted naming to match general...
AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
ah! understood now - you are right, i changed it so that in `<button>` there is `disabled={disabled || loading}`; I simulated and tested and the `loading` visual state override the `disabled` s...

View on GitHub

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

View on GitHub

inc-man created a branch on dfinity/oisy-wallet

build(ci)/cache-prepare-action - A browser-based, multi-chain wallet hosted on the Internet Computer

DenysKarmazynDFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/carousel-component

DenysKarmazynDFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Carousel component (#3069) # Motivation This PR includes the main Carousel component. It is based... b575469

View on GitHub

Load more