150 Commits

Author SHA1 Message Date
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
0a4ce0a292 rename from bid history to transaction history to be more coherent 2022-12-30 17:39:21 -03:00
RcleydsonR
43ba937a07 Merge branch 'develop' into transaction-history 2022-12-30 17:07:54 -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
RcleydsonR
060c4f370f change from deposits history to bid history and add it to bid_history router 2022-12-30 16:53:12 -03:00
RcleydsonR
6279acc20d implement logic to await all validDeposits correctly and improve state rendering from listing component 2022-12-30 02:03:23 -03:00
RcleydsonR
59c9eabd30 partial commit (will be removed) 2022-12-28 20:24:41 -03:00
Ronyell Henrique
4689532f6b
Update SellerView.vue 2022-12-27 18:59:09 -03:00
Bruno Esteves
3e907e8498
Update SellerView.vue 2022-12-27 18:20:01 -03:00
brunoedcf
cdea930c8a update smart contract 2022-12-27 18:15:46 -03:00
RcleydsonR
c6067fb4eb add withdraw deposit function 2022-12-27 17:25:47 -03:00
brunoedcf
94d2390b14 fixing lint warnings 2022-12-27 15:29:32 -03:00
enzoggqs
0e8ca7f803 Update DepositsHistory page behavior 2022-12-27 11:55:30 -03:00
RcleydsonR
34ffcc2860 change from listening onUpdate on listing component to watch props changes 2022-12-26 19:34:05 -03:00
RcleydsonR
49f7b670a9 add cancel deposit action in manage bids view 2022-12-26 17:58:11 -03:00
enzoggqs
c0095b774d Create deposits history screen 2022-12-26 17:43:56 -03:00
RcleydsonR
0f1822ae87 preparing listingComponent to receive empty data and updated this data according to vue lifecycle hook 2022-12-26 00:06:35 -03:00
RcleydsonR
d81580a134 add Listing Component inside manage bids view 2022-12-25 23:52:34 -03:00
RcleydsonR
3cf60f267d prepare ListingComponent to receive manager mode 2022-12-25 23:51:00 -03:00
brunoedcf
a216474453 separating deposit steps in 2 different functions: approveTokens and addDeposit. Creating different function to mock deposits in mockView 2022-12-23 16:06:45 -03:00
brunoedcf
2075c827c1 seller view type fix 2022-12-23 15:57:27 -03:00
brunoedcf
0de0046064 seller flow + blockchain integration 2022-12-23 15:51:13 -03:00
brunoedcf
a7a30f5018 fixing buy flux 2022-12-22 17:18:21 -03:00
Enzo Gabriel
927aaf79ad Merge branch 'develop' into create_menu 2022-12-20 14:02:30 -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
EsioFreitas
a1c27c3da6 Merge branch 'list-tokens' of https://github.com/liftlearning/P2Pix-Front-End into list-tokens 2022-12-15 12:33:54 -03:00
enzoggqs
f33878d74c Fix BidHistoryView and ManageBidsView draft 2022-12-15 00:07:39 -03:00
enzoggqs
5cbcda47ec Fix disconnect button behavior 2022-12-15 00:07: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
enzoggqs
1af0cf3df7 create menu 2022-12-14 19:30:29 -03:00
Bruno
c9c19adac6 Fixing 'amount' error, separating getWalletTransactions in different functions for future use 2022-12-14 18:26:25 -03:00
EsioFreitas
63909b8335 feat: add seller flow 2022-12-14 11:25:51 -03:00
EsioFreitas
1950ca5459 Merge branch 'list-tokens' of https://github.com/liftlearning/P2Pix-Front-End into list-tokens 2022-12-14 09:47:23 -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
enzoggqs
9d14337426 remove console.log 2022-12-12 14:20:51 -03:00
Bruno
51ba98f752 Fixing amount formatting in release function and adding 'Reserva' to listing component 2022-12-07 21:52:58 -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
enzoggqs
f2b7617726 Merge branch 'creation_of_purchase_screens' of https://github.com/liftlearning/P2Pix-Front-End into creation_of_purchase_screens 2022-12-05 23:26:12 -03:00
enzoggqs
cfaa1b9342 Integrate and componentize QRCode screen 2022-12-05 23:20:18 -03:00
enzoggqs
5c0bc4922d Refactor QrCodeForm style 2022-12-05 21:40:41 -03:00