81 Commits

Author SHA1 Message Date
Filipe Soccol
659db5ef04 Total overhaul 2024-11-07 11:35:15 -03:00
hueso
1f003f19bc updated types for new ABI 2024-10-09 20:45:14 -03:00
hueso
4b4b5af550 update contract ABI
Some checks failed
Deploy FrontEnd / deploy-staging (push) Has been cancelled
Deploy FrontEnd / deploy-production (push) Has been cancelled
CI script / lint (push) Has been cancelled
CI script / build (push) Has been cancelled
CI script / SonarCloud (push) Has been cancelled
2024-10-06 20:23:28 -03:00
RcleydsonR
481803e643 add continue button on manage bids that allow user to continue lock and release it, also fix some responsive points
Co-authored-by: enzoggqs <eggqsaraiva@gmail.com>
2023-02-27 20:41:58 -03:00
RcleydsonR
1fe834d12d Merge branch 'develop' into create_alerts 2023-02-27 19:36:38 -03:00
enzoggqs
2ed7cad96c Fix alerts and modals 2023-02-27 18:02:50 -03:00
RcleydsonR
309c57b808 fix waiting component to be rendered by adding the function to render listing component on unMounted lifecycle 2023-02-27 17:23:46 -03:00
enzoggqs
5b8c89ea38 Fix mocked errors 2023-02-27 02:26:00 -03:00
enzoggqs
437ca9db38 Create alerts after user complete users flow 2023-02-27 02:25:29 -03:00
RcleydsonR
b86a70df19 improve layout from buy confirmed component 2023-02-24 01:39:58 -03:00
RcleydsonR
8f45016532 add text on listing component to show active lock amount 2023-02-24 00:57:34 -03:00
RcleydsonR
1451ff4ee3 Add transactions history with withdeawn option at buy confirmed step 2023-02-22 13:13:27 -03:00
brunoedcf
c129e4a905 Fixing tags at listing component 2023-02-22 13:13:27 -03:00
RcleydsonR
b181d380eb Add correct implementation to check unreleased lock using getLocksStatus abi function 2023-02-15 15:14:47 -03:00
RcleydsonR
3346b96f18 Fix test cases and improve test from custom modal 2023-02-15 13:29:15 -03:00
RcleydsonR
03c7d14b4b Fix custom modal css to align it at center independent of device
Co-authored-by: enzoggqs <eggqsaraiva@gmail.com>
2023-02-15 13:28:36 -03:00
RcleydsonR
2ea9f18cc1 Add logic to check for unreleased locks on homeview 2023-02-15 13:28:36 -03:00
enzoggqs
48972a6437 Create Modal to redirect to active lock 2023-02-15 13:28:36 -03:00
Ronyell
53eb43044b Fix error in import LoadingComponent path 2023-02-06 20:08:30 -03:00
brunoedcf
d569294648 Contracts addresses, getLiquidity function and blockchain (deposit, lock, release) methods corrected 2023-01-31 14:38:34 -03:00
RcleydsonR
807bceac26 Fix sonar, lint and bug issues 2023-01-27 19:47:52 -03:00
RcleydsonR
7efb10bfde Fix sonar issues 2023-01-25 23:28:32 -03:00
RcleydsonR
4b08b6df4b Improve Listing Component and import with alias in other components 2023-01-24 22:25:38 -03:00
RcleydsonR
65fc11a64f Merge branch 'develop' into setup-tests 2023-01-24 17:13:00 -03:00
RcleydsonR
bb6be691af Add correct etherscan url
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2023-01-19 18:12:41 -03:00
brunoedcf
3c4a629ed7 implemented lock and release in buyer's flow 2023-01-19 18:00:35 -03:00
RcleydsonR
846fa82f04 Add typing on views layer
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com>
2023-01-18 23:12:40 -03:00
RcleydsonR
c8a3fd12b2 Improve code quality by fixing lint issues
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2023-01-17 19:32:29 -03:00
RcleydsonR
8338064dcd Clean up app strucutre deleting blockchain file and add methods on blockchain folder
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2023-01-17 19:31:25 -03:00
RcleydsonR
d78f7f1fdf Adjust search component and home view to new approaching using alchemy
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2023-01-17 19:27:00 -03:00
brunoedcf
80a70a5240 getting liquidity from both networks and saving it at store. splitting methods.ts into 2 different files: buyerMethods.ts and sellerMethods.ts 2023-01-17 01:55:46 -03:00
enzoggqs
2c78a203b0 Create tests to BuyConfirmedComponent 2023-01-16 01:35:03 -03:00
RcleydsonR
6fd2120b63 Refactor methods from blockchain to use new code structure
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2023-01-13 19:35:17 -03:00
RcleydsonR
163146a7f5 add state to verify if is seller view and toggle want to buy or sell button on top bar 2023-01-02 19:11:43 -03:00
RcleydsonR
6fdd14f147 rename list component to buy confirmed component and add Listing component inside it 2022-12-30 17:04:52 -03:00
brunoedcf
a7a30f5018 fixing buy flux 2022-12-22 17:18:21 -03:00
RcleydsonR
150a325bdc fix error files caused during vercel build step 2022-12-16 17:49:43 -03:00
Bruno
c4b74309cc adding filter for valid deposits 2022-12-16 01:19:08 -03:00
RcleydsonR
1edaf5dd1e emit event to go back to home view from search screen 2022-12-14 20:32:41 -03:00
RcleydsonR
37f7a05197 improve list component css 2022-12-14 20:13:59 -03:00
Bruno
c9c19adac6 Fixing 'amount' error, separating getWalletTransactions in different functions for future use 2022-12-14 18:26:25 -03:00
Bruno
19b307343d Release integration with qrcode component and list component 2022-12-13 22:17:22 -03:00
RcleydsonR
4aec263463 emit e2eid from buy step to home view 2022-12-13 20:31:21 -03:00
RcleydsonR
409f22a8cf refactor Validation to be LoadingComponent and receive props to be reusable 2022-12-13 18:26:00 -03:00
RcleydsonR
d97093462b Merge branch 'develop' into list-tokens 2022-12-13 14:41:30 -03:00
RcleydsonR
5f753a62ca add an .env.example file and fix lint warnings 2022-12-12 17:05:50 -03:00
enzoggqs
86ee697b14 Rename QrCode file name and show qrCodePayload instead of pixTarget below QrCode img 2022-12-12 14:21:50 -03:00
Bruno
50835c94ed Fixing release function and formatting functions 2022-12-07 21:28:34 -03:00
RcleydsonR
f25c61b21e feat:prepare list component to receive real dtransactions from connected wallet
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-12-07 19:38:47 -03:00
RcleydsonR
e7ca40c30f Merge branch 'search-tokens' into list-tokens 2022-12-06 16:59:25 -03:00