Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
103b585
feat: init `payment-widget` package
aimensahnoun Jul 18, 2024
4605cef
feat: create basic widget structure
aimensahnoun Jul 18, 2024
2c3b48a
feat: add basic wallet connection modal
aimensahnoun Jul 22, 2024
241843d
refactor: disable email auth and change to light theme
aimensahnoun Jul 22, 2024
29c9806
feat: add wallet connect modal to widget
aimensahnoun Jul 24, 2024
d0ea4a6
feat: add currency support to payment widget
aimensahnoun Jul 25, 2024
57cf5f8
feat: add all networks to support currencies
aimensahnoun Jul 25, 2024
5956e8e
fix: currency manager no longer throws errors
aimensahnoun Jul 30, 2024
7d1b07a
feat: add currency selector modal
aimensahnoun Jul 30, 2024
0a76629
feat: add a basic payment confirmation component
aimensahnoun Jul 30, 2024
4d8199b
fix: disable scroll when modal is open
aimensahnoun Jul 31, 2024
b192ac0
feat: update currency selector ui
aimensahnoun Jul 31, 2024
18a40f0
feat: update payment confirmation UI
aimensahnoun Jul 31, 2024
c096057
feat: add basic request creation logic
aimensahnoun Aug 13, 2024
516fb89
feat: enable in memory request creation
aimensahnoun Aug 13, 2024
c5cf657
feat: enable payment
aimensahnoun Aug 13, 2024
ce919eb
feat: enable payment for erc 20s
aimensahnoun Aug 13, 2024
df297e0
feat: create dispatch event to emit for front-end
aimensahnoun Aug 13, 2024
f65a2a5
feat: enable option to not persist request from widget
aimensahnoun Aug 13, 2024
ae5091c
feat: improve React loader and make it work with NextJS
aimensahnoun Aug 16, 2024
2e4ba27
fix: type from `selletInfo` to `sellerInfo`
aimensahnoun Aug 16, 2024
edc7fb7
fix: error on event dispatch
aimensahnoun Aug 17, 2024
78a23ae
fix: provide default values for seller address and check event methods
aimensahnoun Aug 17, 2024
3657c05
feat: add wallet disconnect component
aimensahnoun Aug 18, 2024
bb3a664
feat: add network switch logic
aimensahnoun Aug 18, 2024
515c801
fix: reset component state after modal is closed
aimensahnoun Aug 18, 2024
8f8aa78
fix: improve error handling
aimensahnoun Aug 18, 2024
ffff526
refactor: improve scroll toggle
aimensahnoun Aug 18, 2024
2d59205
fix: add max width to product description
aimensahnoun Aug 18, 2024
189e16a
fix: improve wallet connection discoveribility
aimensahnoun Aug 18, 2024
ee09e26
feat: add `Powered by RN` branding
aimensahnoun Aug 18, 2024
d7fb32f
docs: add basic documentation
aimensahnoun Aug 18, 2024
e47e962
refactor: use env variable for project id
aimensahnoun Aug 19, 2024
42e24f1
refactor: update chains details
aimensahnoun Aug 19, 2024
9c0dcfa
Merge branch 'main' of github.com:RequestNetwork/web-components into …
aimensahnoun Aug 19, 2024
b798359
refactor: remove all currencies without price feed
aimensahnoun Aug 19, 2024
a4cedd5
refactor: add enum for payment steps
aimensahnoun Aug 19, 2024
27d5a76
refactor: rename method `trimTrailingDecimalZeros`
aimensahnoun Aug 19, 2024
b25ba50
feat: add mantle to chain list
aimensahnoun Aug 19, 2024
cfb9ed7
refactor: removed unused network labels
aimensahnoun Aug 19, 2024
34b3aaf
feat: add `createdWith` and `builderId` params to request
aimensahnoun Aug 19, 2024
76a6b7f
refactor: use `hasErc20Approval`
aimensahnoun Aug 19, 2024
2348ecd
feat: get confirmation block amount based on chain
aimensahnoun Aug 19, 2024
8a70e53
refactor: use shared formatAddress
aimensahnoun Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
node_modules
.env
*.tgz
.DS_Store
.turbo
dist
.svelte-kit
Loading