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 review on a pull request on dfinity/oisy-wallet

View on GitHub

DenysKarmazynDFINITY pushed 1 commit to feat(frontend)/carousel-controls dfinity/oisy-wallet
  • feat(frontend): review adjustments e292419

View on GitHub

DenysKarmazynDFINITY created a review comment on a pull request on dfinity/oisy-wallet
I definitely do 🙂 Adjusted.

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
Makes sense, create a new button component as suggested.

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 pushed 1 commit to feat(frontend)/carousel-controls dfinity/oisy-wallet
  • feat(frontend): review adjustments 57b0188

View on GitHub

inc-man deleted a branch dfinity/oisy-wallet

build(ci)/automate-release-process

inc-man pushed 1 commit to main dfinity/oisy-wallet
  • build(ci): automated release process (#3027) # Motivation The previously merged release process had its flaws, so... 46ffd94

View on GitHub

inc-man closed a pull request on dfinity/oisy-wallet
build(ci): automated release process
# Motivation The previously merged release process had its flaws, so we want an new version. # Changes fixed snytax errors adjusted release-drafter configuration better formatting
peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
`on:click={onPreviousClick}` would do the job if you want to spare some characters

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
What about creating a component `ButtonControl`? We generally do not have a pattern in which we assign classes as const.

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
What do you think of removing the suffix `Click` for a bit less verbosity?

View on GitHub

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

View on GitHub

inc-man pushed 3 commits to build(ci)/automate-release-process dfinity/oisy-wallet
  • 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
  • Merge branch 'main' into build(ci)/automate-release-process 4a61dd9

View on GitHub

loki344 pushed 1 commit to main dfinity/oisy-wallet
  • chore(frontend): extract submit dapp btn into own component (#3045) # Motivation Extract component for submitting... d5a15ae

View on GitHub

loki344 deleted a branch dfinity/oisy-wallet

chore(frontend)/make-component-for-submit-dapp-btn

loki344 closed a pull request on dfinity/oisy-wallet
chore(frontend): extract submit dapp btn into own component
# Motivation Extract component for submitting a dapp to be displayed in the dapp-explorer.
loki344 pushed 2 commits to chore(frontend)/make-component-for-submit-dapp-btn dfinity/oisy-wallet
  • feat(frontend): add dapp-explorer nav item (#3026) # Motivation Add navigation item to make the dapp-explorer ava... 5ea1f91
  • Merge branch 'main' into chore(frontend)/make-component-for-submit-dapp-btn b33d906

View on GitHub

loki344 pushed 1 commit to main dfinity/oisy-wallet
  • feat(frontend): add dapp-explorer nav item (#3026) # Motivation Add navigation item to make the dapp-explorer ava... 5ea1f91

View on GitHub

loki344 deleted a branch dfinity/oisy-wallet

feat(frontend)/dapp-explorer-nav-item

loki344 closed a pull request on dfinity/oisy-wallet
feat(frontend): add dapp-explorer nav item
# Motivation Add navigation item to make the dapp-explorer available to users. # Changes - add nav item with icon ![image](https://github.com/user-attachments/assets/4d001223-aac8-44d...
loki344 pushed 2 commits to chore(frontend)/make-component-for-submit-dapp-btn dfinity/oisy-wallet
  • feat(frontend): Carousel Indicator components (#3044) # Motivation This PR includes Carousel Indicator components... 295707b
  • Merge branch 'main' into chore(frontend)/make-component-for-submit-dapp-btn 4935f8e

View on GitHub

loki344 pushed 1 commit to chore(frontend)/make-component-for-submit-dapp-btn dfinity/oisy-wallet

View on GitHub

peterpeterparker deleted a branch dfinity/oisy-wallet

feat(frontend)/dapp-route

loki344 pushed 19 commits to feat(frontend)/dapp-explorer-nav-item dfinity/oisy-wallet
  • style(frontend): metamask secondary button (#3022) # Motivation The Metamask btn is currently displayed as a prim... afeb682
  • feat(frontend): dapp route content (#3019) # Motivation Render the dapp explorer component under /explore # Ch... d1f7537
  • feat(frontend): Add USD balance in Hero for token page (#2976) # Motivation We include the USD balance in the `He... 65b4a3d
  • feat(frontend): qr code logo and a11y (#3024) # Motivation The designers want to display the token logo over the ... 28fa13f
  • chore(ci): update deployment workflow (#3029) # Motivation The deployment workflow has a faulty run-name and need... a7f5781
  • feat(frontend): new tailwind color (#3031) # Motivation Adding missing `black` color, will be later used in the C... 0cd5f59
  • chore(ci): fixed deployment task (#3034) # Motivation run-name needs to be executed after the on: block # Chan... 039219a
  • feat(frontend): i18n for the Carousel component (#3032) # Motivation i18n keys/types for the Carousel components. 46e08c0
  • refactor(frontend): Introduce new size for Logo component (#3030) # Motivation In PR #3028 we are going to use an... 377e842
  • feat(frontend): change icons and text on landingpage (#3037) # Motivation Match the new wording of the landing pa... 98865ec
  • style(frontend): dapp card and promo banner (#3017) # Motivation Fix styling flaws or mismatch between figma desi... 84ccfb5
  • 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
  • Merge branch 'main' into feat(frontend)/dapp-explorer-nav-item b5f4408

View on GitHub

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

View on GitHub

loki344 pushed 2 commits to chore(frontend)/make-component-for-submit-dapp-btn dfinity/oisy-wallet
  • chore(frontend): add btn 135d391
  • Merge remote-tracking branch 'origin/chore(frontend)/make-component-for-submit-dapp-btn' into chore(frontend)/make-co... f8501da

View on GitHub

peterpeterparker created a review comment on a pull request on dfinity/oisy-wallet
unrelated to this PR: @AntonioVentilii-DFINITY but, it looks like your editor is adding some `.js` at the end of the imports.

View on GitHub

Load more