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

DenysKarmazynDFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Carousel component
# Motivation This PR includes the main Carousel component. It is based on the Carouse-utils branch, it will be switched to `main` after that PR is merged. https://github.com/user-attachme...
AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
and i think neither `push` nor `pull` are needed, i don't see in the other usages

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
i don't think you need any input here, i don't see any in the other CI

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY pushed 11 commits to feat(frontend)/carousel-component dfinity/oisy-wallet
  • 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 107c7f9
  • feat(frontend): adjust Carousel component according to new utils 001f882
  • feat(frontend): review adjustments 2e9a017
  • feat(frontend): review adjustments 8538cac
  • feat(frontend): add comment f57d13a
  • feat(frontend): check for empty string e83989d

View on GitHub

loki344 pushed 1 commit to feat(frontend)/remove-login-button dfinity/oisy-wallet

View on GitHub

loki344 created a comment on a pull request on dfinity/oisy-wallet
See also: https://dfinity.atlassian.net/browse/OISY-201

View on GitHub

loki344 opened a draft pull request on dfinity/oisy-wallet
feat(frontend): remove login button from landing page
# 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...
inc-man opened a pull request on dfinity/oisy-wallet
build(ci): create npm format workflow
# Motivation Similar to the npm n18i workflow we want the same thing for npm format on prs and commits to prs # Changes created initial workflow
Load more