Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dfinity/oisy-wallet

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
Makes sense.

View on GitHub

DenysKarmazynDFINITY 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

View on GitHub

AntonioVentilii-DFINITY pushed 2 commits to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • refactor(frontend): Limit data provided to token cards (#3079) # Motivation We want to re-use TokenCard and its r... f7daa3f
  • Merge branch 'main' into feat(frontend)/Card-component-for-Token-Group a5899e7

View on GitHub

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
Yep, the return function here is called on unmount. The only thing - it cannot be async, which is perfectly fine in my case.

View on GitHub

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

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
Yes, it only needs to be initialised on mount and on resize.

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

refactor(frontend)/Limit-data-provided-to-token-cards

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • refactor(frontend): Limit data provided to token cards (#3079) # Motivation We want to re-use TokenCard and its r... f7daa3f

View on GitHub

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
refactor(frontend): Limit data provided to token cards
# Motivation We want to re-use TokenCard and its related components for the token groups. However, to abstract the data provided, instead of Token, we create a set of data that are common/requir...
AntonioVentilii-DFINITY pushed 3 commits to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into feat(frontend)/Card-component-for-Token-Group 4493f16

View on GitHub

AntonioVentilii-DFINITY pushed 2 commits to refactor(frontend)/Limit-data-provided-to-token-cards dfinity/oisy-wallet
  • feat(frontend): Carousel utils (#3067) # Motivation This PR includes utils needed for the Carousel component. The... 4dd4d6c
  • Merge branch 'main' into refactor(frontend)/Limit-data-provided-to-token-cards 4ddd8a8

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/carousel-utils

DenysKarmazynDFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Carousel utils (#3067) # Motivation This PR includes utils needed for the Carousel component. The... 4dd4d6c

View on GitHub

DenysKarmazynDFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Carousel utils
# Motivation This PR includes utils needed for the Carousel component. The idea is to take provided to `Carousel` as children slides (can be any HTML elements, components, etc.) and to create a ...
DenysKarmazynDFINITY pushed 30 commits to feat(frontend)/carousel-utils dfinity/oisy-wallet
  • chore(e2e): Update Playwright E2E Snapshots (#3049) The following E2E snapshots have been updated: ``` e2e/homepag... 98d1a3b
  • feat(frontend): remove header Back (#3048) # Motivation The new route behavior `/explore` introduced an inconsist... 7a6bd36
  • feat(frontend): review address block (#3013) # Motivation We want to redesign a bit the address we present in mod... ebbe821
  • feat(frontend): display token as logo above qr-code (#3023) # Motivation The designers want to display the token ... 224f2de
  • chore(e2e): Update Playwright E2E Snapshots (#3056) The following E2E snapshots have been updated: ``` e2e/receive... 5520de2
  • test(frontend): Add test ID for token group in TokenCard (#3052) # Motivation The component `TokenCard` will be r... 696ce03
  • refactor(build): Change tailwind config to Typescript (#3051) # Motivation Just to use more Typescript, we change... d74de9a
  • feat(frontend): Remove redundant prop to show back button in Hero (#3055) # Motivation The `Back` button showed i... 1559078
  • refactor(frontend): Include native token in token group property (#3043) # Motivation It is useful to have the na... 875f219
  • chore(frontend): format i18n type file (#3050) # Motivation Maybe in some PR, an unformatted `i18n` type file sli... e2c6553
  • feat(frontend): Provide token count in Token logo (#3041) # Motivation For PR #3028, to group tokens, we want to ... 68d7756
  • refactor(frontend): extract qr code address content component (#3058) # Motivation Two components that display a ... 8ccc407
  • feat(frontend): qr code min height to prevent modal glitch (#3057) # Motivation The QR code has no minimum height... f83f883
  • feat(frontend): Introduce OisySymbol prop for appearence interface (#3053) # Motivation For grouping tokens, we a... 51609a5
  • feat(frontend): Use Network wallets for Onramper Widget (#2833) # Motivation As Security review suggested, it is ... 2e014c5
  • fix(ci): fix run-name and remove ic (#3059) # Motivation We don't need the workflow to deploy to ic, since we do ... 0ba903d
  • feat(frontend): network icon black white for receive (#3064) # Motivation The network icon displayed in the recei... 9fb3226
  • feat(frontend): receive modal title with symbol (#3036) # Motivation The designers want to display the token symb... 31612ac
  • 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
  • and 10 more ...

View on GitHub

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

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
This could work 👍 I'll check it and create a new PR if everything works as expected.

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
Added additional TODO which suggests to use either Svelte 5 (when available) or potential CSS solution to avoid the hackiness 🙂

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to refactor(frontend)/Limit-data-provided-to-token-cards dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY pushed 4 commits to refactor(frontend)/Limit-data-provided-to-token-cards dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into refactor(frontend)/Limit-data-provided-to-token-cards c103b6c

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • refactor(frontend): Move gap among token cards in the list (#3074) # Motivation To make TokenCards more re-usable... 7fe9fa1

View on GitHub

Load more