Ecosyste.ms: Timeline

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

dfinity/oisy-wallet

darioloetsc closed a pull request on dfinity/oisy-wallet
feat(frontend): Implement token groups in tokens list
# Motivation We want to start grouping tokens that refers to the same underlying. For example `BTC` and `ckBTC`, or `ETH` and `ckETH`. Basically twin tokens, where the "native token" definition ...
darioloetsc pushed 5 commits to feat(frontend)/Implement-token-groups-in-tokens-list dfinity/oisy-wallet
  • build(ci): create npm format workflow (#3087) # Motivation Similar to the npm n18i workflow we want the same thin... 97cdcc7
  • refactor(frontend): use authNotSignedIn in Listener (#3106) # Motivation It seems cleaner to use `authNotSignedIn... 51cb29f
  • feat(frontend): update Carousel styling (#3108) # Motivation The PR has small styling updates of the Carousel com... ee0ee19
  • feat(frontend): make DappModal accessible across all routes (#3107) # Motivation This PR is about moving `DappMod... 37430ff
  • Merge branch 'main' into feat(frontend)/Implement-token-groups-in-tokens-list 6e55bde

View on GitHub

DenysKarmazynDFINITY created a comment on a pull request on dfinity/oisy-wallet
After we merge https://github.com/dfinity/oisy-wallet/pull/3111, the inactive carousel will be just a "div", so memory-wise we should be fine.

View on GitHub

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
Safari, Firefox, Chrome - ✅ I think IntersectionObserver could lead to some unwanted clearing/initialising processes - if Carousel is rendered and does not have display:none but still out of th...

View on GitHub

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

View on GitHub

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

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
Same question, does it requires a fade effect?

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
Does it requires a small `in:fade` effect or it's smooth enough?

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
Memory wise, it's not too heavy to have this component twice in the DOM at the same time?

View on GitHub

peterpeterparker created a review on a pull request on dfinity/oisy-wallet
Memory wise, it's not too heavy to have this component twice in the DOM at the same time?

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
Does that work in every browser and devices (including mobile phone)? Should we plug quickly an intersection oberserve to be a on the safest side?

View on GitHub

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

View on GitHub

darioloetsc created a review comment on a pull request on dfinity/oisy-wallet
Here we go be666037

View on GitHub

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

View on GitHub

darioloetsc pushed 1 commit to feat(frontend)/Implement-token-groups-in-tokens-list dfinity/oisy-wallet
  • feat(frontend): add group id be66603

View on GitHub

DenysKarmazynDFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): adjust Carousel initialisation function
# Motivation While implementing Carousel usages (2 instances rendered on the token page to comply with the provided design, one for XL screens, another one for smaller ones), I noticed that the ...
DenysKarmazynDFINITY created a branch on dfinity/oisy-wallet

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

darioloetsc created a review comment on a pull request on dfinity/oisy-wallet
I agree with you that the ID should be typed separately. This shortcut was taken because downward elements, like the stores, are typed to tokenid. I suggest adding the type groupId = tokenId and cl...

View on GitHub

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

View on GitHub

DenysKarmazynDFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): DappsCarousel usage (all screen sizes)
# Motivation In this PR, DappsCarousel have been added to NavigationMenu (displayed on xl screens) and Tokens page layout (displayed on >= lg screens). For now, the carousel should be rendered o...
DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/dapps-carousel-usage dfinity/oisy-wallet
  • feat(frontend): DappsCarousel usage (all screen sizes) 14951ca

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/dapps-carousel-usage dfinity/oisy-wallet
  • feat(frontend): DappsCarousel usage (all screen sizes) dcf0e68

View on GitHub

DenysKarmazynDFINITY created a branch on dfinity/oisy-wallet

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

DenysKarmazynDFINITY opened a pull request on dfinity/oisy-wallet
feat(frontend): DappsCarousel components
# Motivation This PR includes DappsCarousel components. https://github.com/user-attachments/assets/3a474efe-4a3b-45c7-895f-02591836f3ed
DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/dapps-carousel dfinity/oisy-wallet
  • feat(frontend): DappsCarousel components d434b8a

View on GitHub

DenysKarmazynDFINITY created a branch on dfinity/oisy-wallet

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

DenysKarmazynDFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/dapp-modal-accessibility

DenysKarmazynDFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): make DappModal accessible across all routes (#3107) # Motivation This PR is about moving `DappMod... 37430ff

View on GitHub

DenysKarmazynDFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): make DappModal accessible across all routes
# Motivation This PR is about moving `DappModal` from `DappsExplorerSignedIn` to global `Modals` so the modal can be opened from different places (e.g. list item on the explorer page, carousel s...
peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
But in that case `id: TokenId` is not really correct since a group is a not a token. I guess that's my confusion. Should the `id` be just defined as `symbol` in `TokenUiOrGroupUi`? Does that make s...

View on GitHub

Load more