Ecosyste.ms: Timeline

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

dfinity/oisy-wallet

peterpeterparker created a comment on a pull request on dfinity/oisy-wallet
> The proposed so it originally needed to be a draft, I see. thanks for the feedback.

View on GitHub

peterpeterparker pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): network icon black white for receive (#3064) # Motivation The network icon displayed in the recei... 9fb3226

View on GitHub

peterpeterparker closed a pull request on dfinity/oisy-wallet
feat(frontend): network icon black white for receive
# Motivation The network icon displayed in the receive modals should be black and white according Figma.
peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
so, shouldn't it be called `TokenUiGroup`?

View on GitHub

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

View on GitHub

darioloetsc created a comment on a pull request on dfinity/oisy-wallet
@peterpeterparker—The proposed store needs to be made generic. The 19 additional changed files are type adjustments.

View on GitHub

loki344 created a review on a pull request on dfinity/oisy-wallet
Thanks

View on GitHub

peterpeterparker created a comment on a pull request on dfinity/oisy-wallet
Why is there suddently 19 files modified in this PR when it was first provided with a single file change? Is this a draft?

View on GitHub

loki344 pushed 3 commits to feat(frontend)/enhance-dapp-description dfinity/oisy-wallet
  • Revert "feat(frontend): enhance information and styling in dappmodal" This reverts commit ded6101f6cf30d5ae0ff2d0a62... 6d2702f
  • Revert "feat(frontend): add alt texts for telegram and openchat, modify open dapp text" This reverts commit 2aea96b6... ecc1f01
  • Revert "feat(frontend): add social icons for telegram and openchat" This reverts commit 23da3bc5b64f84acda945623a2d3... 8f012e8

View on GitHub

inc-man created a review comment on a pull request on dfinity/oisy-wallet
you are absolutely correct. I did not read the create-pr action correctly. Removed everything that is not necessary.

View on GitHub

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

View on GitHub

inc-man pushed 1 commit to fix(ci)/fix-release-process dfinity/oisy-wallet

View on GitHub

loki344 pushed 19 commits to feat(frontend)/enhance-dapp-description dfinity/oisy-wallet
  • feat(frontend): Carousel Controls components (#3046) # Motivation This PR includes Carousel Controls component. ... 5331e4d
  • feat(frontend): add menu for dapp explorer (#3047) # Motivation The Dapp explorer is missing in the mobile naviga... 4e0396f
  • 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
  • Merge remote-tracking branch 'origin/main' into feat(frontend)/enhance-dapp-description # Conflicts: # src/frontend/... 66b4c68

View on GitHub

loki344 pushed 1 commit to feat(frontend)/enhance-dapp-modal dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
it is to indicate that the group contains TokenUi and not just Token: in fact it should be used only in UI context (appearance, show the list, etc)

View on GitHub

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

View on GitHub

loki344 pushed 19 commits to feat(frontend)/enhance-dapp-modal dfinity/oisy-wallet
  • feat(frontend): Carousel Controls components (#3046) # Motivation This PR includes Carousel Controls component. ... 5331e4d
  • feat(frontend): add menu for dapp explorer (#3047) # Motivation The Dapp explorer is missing in the mobile naviga... 4e0396f
  • 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
  • Merge branch 'refs/heads/main' into feat(frontend)/enhance-dapp-modal # Conflicts: # src/frontend/src/lib/types/i18n... 53112ed

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
is the step `Commit version bump on release` branch needed? I think the `create-pr` action already takes care of everything, no? At least, it does it in the other workflows: have a look at `Remove ...

View on GitHub

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

View on GitHub

darioloetsc pushed 1 commit to feat(frontend)/token-grouping-store dfinity/oisy-wallet
  • feat(frontend): make generic id interface for storage 40b801c

View on GitHub

loki344 opened a draft pull request on dfinity/oisy-wallet
feat(frontend): enhance dapp modal
# Motivation Integrate testing feedback: More social links, styling issue of image on small screens. # Changes - Integrate new social links with icons. - Fix Image height before: <...
AntonioVentilii-DFINITY created a comment on a pull request on dfinity/oisy-wallet
@loki344 yes yes, completely agree, this was just a test branch for me

View on GitHub

loki344 pushed 1 commit to feat(frontend)/enhance-dapp-modal dfinity/oisy-wallet
  • feat(frontend): fix width 39caf7c

View on GitHub

AntonioVentilii-DFINITY closed a draft pull request on dfinity/oisy-wallet
feat(frontend): Add padding prop to Button component
# Motivation To align more with the Design structure and to be more re-usable, we add an optional parameter to component Button, that is padding size, mapped as such it reflects the Design team ...
loki344 created a branch on dfinity/oisy-wallet

feat(frontend)/enhance-dapp-modal - A browser-based, multi-chain wallet hosted on the Internet Computer

loki344 created a comment on a pull request on dfinity/oisy-wallet
This might be opinionated so feel free to ignore: Going down the road of implementing a custom button, I would try to mimic established component frameworks for these things. TBH I've never encount...

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Add-pedding-prop-toButton-component dfinity/oisy-wallet

View on GitHub

loki344 pushed 3 commits to feat(frontend)/enhance-dapp-description dfinity/oisy-wallet
  • feat(frontend): add social icons for telegram and openchat 23da3bc
  • feat(frontend): add alt texts for telegram and openchat, modify open dapp text 2aea96b
  • feat(frontend): enhance information and styling in dappmodal ded6101

View on GitHub

DenysKarmazynDFINITY opened 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 ...
inc-man opened a pull request on dfinity/oisy-wallet
fix(ci): fix release process automation
# Motivation During previous runs the new release branch was set as base and the workflow didn't complete as intended. We want that fixed. # Changes - added a new checkout so after creatin...
Load more