Ecosyste.ms: Timeline

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

dfinity/oisy-wallet

DenysKarmazynDFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/carousel-css-update

DenysKarmazynDFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): update Carousel styling (#3108) # Motivation The PR has small styling updates of the Carousel com... ee0ee19

View on GitHub

DenysKarmazynDFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): update Carousel styling
# Motivation The PR has small styling updates of the Carousel component (mostly, padding values). <img width="364" alt="Screenshot 2024-10-24 at 15 57 38" src="https://github.com/user-attach...
DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
There is already a condition for `modalDAppDetails` to be true a few lines above which under the hood checks `$modalStore?.type === 'dapp-details'`. Or did I get your comment wrong?

View on GitHub

DenysKarmazynDFINITY 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): use authNotSignedIn in Listener (#3106) # Motivation It seems cleaner to use `authNotSignedIn... 51cb29f

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

refactor(frontend)/use-authNotSignedIn-in-Listener

AntonioVentilii-DFINITY pushed 3 commits to refactor(frontend)/use-authNotSignedIn-in-Listener dfinity/oisy-wallet
  • feat(frontend): Create listener for multiple tokens (#3040) # Motivation The `TokenGroupCard` component created i... 73f9696
  • build(ci): create npm format workflow (#3087) # Motivation Similar to the npm n18i workflow we want the same thin... 97cdcc7
  • Merge branch 'main' into refactor(frontend)/use-authNotSignedIn-in-Listener 03bd781

View on GitHub

inc-man deleted a branch dfinity/oisy-wallet

build(ci)/npm-format-workflow

inc-man pushed 1 commit to main dfinity/oisy-wallet
  • build(ci): create npm format workflow (#3087) # Motivation Similar to the npm n18i workflow we want the same thin... 97cdcc7

View on GitHub

inc-man closed 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
inc-man pushed 18 commits to build(ci)/npm-format-workflow 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
  • 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
  • feat(frontend): Add loading style to Button component (#3071) # Motivation We want to display "loading" buttons i... c858c22
  • chore(e2e): Update Playwright E2E Snapshots (#3090) The following E2E snapshots have been updated: ``` e2e/homepag... 5a751a4
  • feat(frontend): Card component for Token Group (#3054) # Motivation We want to create a custom Token Card but for... fe36c2a
  • fix(frontend): Deprecated input for TokenGroupCard (#3095) # Motivation Not really sure how, but a missing commit... 10015cc
  • feat(frontend): extend dApps description schema with data for carousel (#3093) # Motivation We need to extend dAp... fa9c4e5
  • feat(frontend): update isActive login of Indicator component (#3092) # Motivation We need to update `isActive` lo... 03779ce
  • fix(ci): adjusted checkout and pull strategy (#3085) # Motivation The last run of the auto update failed because ... db2699a
  • chore(frontend): Remove unused prop of TokenUiGroup (#3098) # Motivation We remove the props that are not needed ... 2ceff17
  • test(frontend): Use Sepolia token for card tests (#3101) # Motivation Since ICP token name is the same as ICP net... 405d1f5
  • fix(frontend): Show balance in Token Group Card (#3100) # Motivation To show the balance (and USD balance) of the... 7adaa7a
  • build(ci): caching prepare action (#3089) # Motivation Instead of using a new cache in every workflow we cache np... 8110172
  • fix(ci): npm i18n adjustments (#3102) # Motivation Fix the issue from the last run # Changes - removed cac... 73bd721
  • feat(frontend): Create listener for multiple tokens (#3040) # Motivation The `TokenGroupCard` component created i... 73f9696
  • Merge branch 'main' into build(ci)/npm-format-workflow fda7187

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
You might want to also use a symbol here to identity this particular modal. Just in case it would be reused (some day).

View on GitHub

peterpeterparker 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
@darioloetsc as mentioned in [comment above](https://github.com/dfinity/oisy-wallet/pull/3028#issuecomment-2434838238), I split it in a few PRs that superseded this one. if you want, you can close ...

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY pushed 2 commits to feat(frontend)/Implement-token-groups-in-tokens-list dfinity/oisy-wallet
  • feat(frontend): Create listener for multiple tokens (#3040) # Motivation The `TokenGroupCard` component created i... 73f9696
  • Merge branch 'main' into feat(frontend)/Implement-token-groups-in-tokens-list 7b3d057

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Create listener for multiple tokens (#3040) # Motivation The `TokenGroupCard` component created i... 73f9696

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Create-listener-for-multiple-tokens

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Create listener for multiple tokens
# Motivation The `TokenGroupCard` component created in PR #3054 is still lacking the listeners for the tokens. Basically, some tokens requires the `Listener` component to update the balance. ...
AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
that is a good question... I remember there was some talk about this at some point, but the PR is https://github.com/dfinity/oisy-wallet/pull/1900 Maybe worth asking design team?

View on GitHub

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
doe we keep the other WalletConnect button that is above this lines?? Or one exclude the other?

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/dapp-modal-accessibility dfinity/oisy-wallet
  • feat(frontend): make DappModal accessible across all routes ca5f53f

View on GitHub

DenysKarmazynDFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): update Carousel styling
# Motivation The PR has small styling updates of the Carousel component (mostly, padding values). <img width="364" alt="Screenshot 2024-10-24 at 15 57 38" src="https://github.com/user-attach...
peterpeterparker created a review on a pull request on dfinity/oisy-wallet
Better thanks!

View on GitHub

DenysKarmazynDFINITY created a branch on dfinity/oisy-wallet

feat(frontend)/carousel-css-update - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Create-listener-for-multiple-tokens dfinity/oisy-wallet

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to feat(frontend)/Create-listener-for-multiple-tokens dfinity/oisy-wallet

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/dapp-modal-accessibility dfinity/oisy-wallet
  • feat(frontend): make DappModal accessible across all routes 0b4cd39

View on GitHub

Load more