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 created a review comment on a pull request on dfinity/oisy-wallet
nono, you are right, it is better

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

feat/qr-code-min-height

peterpeterparker closed a pull request on dfinity/oisy-wallet
feat(frontend): qr code min height to prevent modal glitch
# Motivation The QR code has no minimum height. As a result, when the user navigates while the QR dependencies are not yet loaded, the modal briefly resizes, causing a visual glitch. # Change...
AntonioVentilii-DFINITY pushed 12 commits to feat(frontend)/Card-component-for-Token-Group dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into feat(frontend)/Card-component-for-Token-Group 8db6364

View on GitHub

peterpeterparker pushed 9 commits to feat/qr-code-min-height dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into feat/qr-code-min-height 23c8b1a

View on GitHub

darioloetsc opened a pull request on dfinity/oisy-wallet
feat(frontend): add token group store
# Motivation Introduce a token group store to preserve expanded settings in the grouping view. # Changes - Add token group store # Tests
inc-man opened a pull request on dfinity/oisy-wallet
fix(ci): fix run-name and remove ic
# Motivation We don't need the workflow to deploy to ic, since we do that with orbit. Additionally we set defaults so the run-name will be fixed. # Changes - remove ic related code - add ...
peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
This PR is ok. Since we are here, you didn't want to shorten it to `prefix?: string` or keeping the `| undefined` is on purpose?

View on GitHub

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

View on GitHub

peterpeterparker pushed 8 commits to refactor/extract-qrcode-content dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into refactor/extract-qrcode-content ac745c5

View on GitHub

inc-man created a branch on dfinity/oisy-wallet

fix(ci)/fix-deployment-naming - A browser-based, multi-chain wallet hosted on the Internet Computer

AntonioVentilii-DFINITY created a review comment on a pull request on dfinity/oisy-wallet
ah yes, sorry, I forgot to mention it in the description, but it is sort of unrelated, just a "since we are here..." Do you prefer it in another PR?

View on GitHub

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

View on GitHub

darioloetsc created a branch on dfinity/oisy-wallet

feat(frontend)/token-grouping-store - A browser-based, multi-chain wallet hosted on the Internet Computer

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

View on GitHub

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

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Provide-token-count-in-Token-logo

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Provide token count in Token logo
# Motivation For PR #3028, to group tokens, we want to show the number of tokens grouped in a certain token card. So, we refactor to have a prop that defines the sub-logo of `TokenLogo`, defa...
AntonioVentilii-DFINITY pushed 23 commits to feat(frontend)/Provide-token-count-in-Token-logo dfinity/oisy-wallet
  • chore(e2e): Update Playwright E2E Snapshots (#3039) The following E2E snapshots have been updated: ``` e2e/about-h... 223073e
  • feat(frontend): back and logo transition (#3038) # Motivation I find the transition between "OISY logo" and "Back... 1a55b59
  • build(frontend): incorporate published oisy-wallet-signer lib (#3033) # Motivation The [@dfinity/oisy-wallet-lib... 25a7583
  • feat(frontend): remove signer security warning (#3035) # Motivation The [@dfinity/oisy-wallet-library](https://g... 9547ff7
  • chore(repo): dApp submission request (#3042) # Motivation In issue #3025, we will introduce a feature that sugges... f030ca7
  • feat(frontend): dapp submit your dapp (#3025) # Motivation Give the possibility request the adding of a dapp to t... 537ed58
  • feat(frontend): Carousel Indicator components (#3044) # Motivation This PR includes Carousel Indicator components... 295707b
  • feat(frontend): add dapp-explorer nav item (#3026) # Motivation Add navigation item to make the dapp-explorer ava... 5ea1f91
  • chore(frontend): extract submit dapp btn into own component (#3045) # Motivation Extract component for submitting... d5a15ae
  • build(ci): automated release process (#3027) # Motivation The previously merged release process had its flaws, so... 46ffd94
  • 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
  • and 3 more ...

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • chore(frontend): format i18n type file (#3050) # Motivation Maybe in some PR, an unformatted `i18n` type file sli... e2c6553

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

chore(frontend)/format-i18n-type-file

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
chore(frontend): format i18n type file
# Motivation Maybe in some PR, an unformatted `i18n` type file slipped in. This is not checked by the format CI, since it is an auto-generated file. # Future Todo - [ ] Add CI to check aut...
AntonioVentilii-DFINITY pushed 9 commits to chore(frontend)/format-i18n-type-file dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into chore(frontend)/format-i18n-type-file 838f2e7

View on GitHub

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • refactor(frontend): Include native token in token group property (#3043) # Motivation It is useful to have the na... 875f219

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

refactor(frontend)/Include-native-token-in-token-group-property

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
refactor(frontend): Include native token in token group property
# Motivation It is useful to have the native token of the token group as defined prop, even if theoretically it is always the first element of the list, just to have a place to get it in an "obv...
AntonioVentilii-DFINITY pushed 20 commits to refactor(frontend)/Include-native-token-in-token-group-property dfinity/oisy-wallet
  • feat(frontend): back and logo transition (#3038) # Motivation I find the transition between "OISY logo" and "Back... 1a55b59
  • build(frontend): incorporate published oisy-wallet-signer lib (#3033) # Motivation The [@dfinity/oisy-wallet-lib... 25a7583
  • feat(frontend): remove signer security warning (#3035) # Motivation The [@dfinity/oisy-wallet-library](https://g... 9547ff7
  • chore(repo): dApp submission request (#3042) # Motivation In issue #3025, we will introduce a feature that sugges... f030ca7
  • feat(frontend): dapp submit your dapp (#3025) # Motivation Give the possibility request the adding of a dapp to t... 537ed58
  • feat(frontend): Carousel Indicator components (#3044) # Motivation This PR includes Carousel Indicator components... 295707b
  • feat(frontend): add dapp-explorer nav item (#3026) # Motivation Add navigation item to make the dapp-explorer ava... 5ea1f91
  • chore(frontend): extract submit dapp btn into own component (#3045) # Motivation Extract component for submitting... d5a15ae
  • build(ci): automated release process (#3027) # Motivation The previously merged release process had its flaws, so... 46ffd94
  • 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
  • Merge branch 'main' into refactor(frontend)/Include-native-token-in-token-group-property 187b941

View on GitHub

AntonioVentilii-DFINITY deleted a branch dfinity/oisy-wallet

feat(frontend)/Remove-redundant-prop-to-show-back-button-in-Hero

AntonioVentilii-DFINITY pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): Remove redundant prop to show back button in Hero (#3055) # Motivation The `Back` button showed i... 1559078

View on GitHub

AntonioVentilii-DFINITY closed a pull request on dfinity/oisy-wallet
feat(frontend): Remove redundant prop to show back button in Hero
# Motivation The `Back` button showed in the Hero was dependent on prop `back` provided to the Hero. However, the same button is dependent on `summary` prop by its parent. Both `summary` and ...
Load more