Commit Graph

  • 63909b8335 feat: add seller flow EsioFreitas 2022-12-14 11:25:51 -03:00
  • 1950ca5459 Merge branch 'list-tokens' of https://github.com/liftlearning/P2Pix-Front-End into list-tokens EsioFreitas 2022-12-14 09:47:23 -03:00
  • 19b307343d Release integration with qrcode component and list component Bruno 2022-12-13 22:17:22 -03:00
  • 4aec263463 emit e2eid from buy step to home view RcleydsonR 2022-12-13 20:31:21 -03:00
  • 409f22a8cf refactor Validation to be LoadingComponent and receive props to be reusable RcleydsonR 2022-12-13 18:26:00 -03:00
  • d97093462b Merge branch 'develop' into list-tokens RcleydsonR 2022-12-13 14:41:30 -03:00
  • 07c4caa7b4
    Merge pull request #8 from liftlearning/creation_of_purchase_screens Rafael Ramos 2022-12-12 17:11:36 -03:00
  • 5f753a62ca add an .env.example file and fix lint warnings RcleydsonR 2022-12-12 17:05:50 -03:00
  • dbfeb7017f Put baseURL in an .env variable enzoggqs 2022-12-12 15:53:45 -03:00
  • 3985adab4e Fix request handling enzoggqs 2022-12-12 15:37:03 -03:00
  • ce6aced739 Change var isPixValid to bool instead of number enzoggqs 2022-12-12 14:29:58 -03:00
  • 86ee697b14 Rename QrCode file name and show qrCodePayload instead of pixTarget below QrCode img enzoggqs 2022-12-12 14:21:50 -03:00
  • 9d14337426 remove console.log enzoggqs 2022-12-12 14:20:51 -03:00
  • be27267811 remove unnecessary route enzoggqs 2022-12-12 14:20:39 -03:00
  • 3e770d0a08 Improve code quality enzoggqs 2022-12-12 14:20:17 -03:00
  • 87de79201c Integrate with the rest of the flow enzoggqs 2022-12-08 20:35:27 -03:00
  • a99c872b5c Fix behavior and style bugs enzoggqs 2022-12-08 20:23:47 -03:00
  • 51ba98f752 Fixing amount formatting in release function and adding 'Reserva' to listing component Bruno 2022-12-07 21:52:58 -03:00
  • 50835c94ed Fixing release function and formatting functions Bruno 2022-12-07 21:28:34 -03:00
  • 4e349663c9 feat: add services EsioFreitas 2022-12-07 21:18:41 -03:00
  • 974434519f feat: add services EsioFreitas 2022-12-07 21:15:37 -03:00
  • 3d78620064 feat: add services EsioFreitas 2022-12-07 21:03:47 -03:00
  • a3a5600289 feat: add services EsioFreitas 2022-12-07 21:03:47 -03:00
  • 979e5f9fb1 chore: add axios EsioFreitas 2022-12-07 20:47:51 -03:00
  • f25c61b21e feat:prepare list component to receive real dtransactions from connected wallet RcleydsonR 2022-12-07 19:38:47 -03:00
  • b00c5bb939 feat: add get wallet transactions method on blockchain RcleydsonR 2022-12-07 19:38:08 -03:00
  • 1027744a83 feat: add lock release method at blockchain util RcleydsonR 2022-12-07 18:46:01 -03:00
  • e7ca40c30f Merge branch 'search-tokens' into list-tokens RcleydsonR 2022-12-06 16:59:25 -03:00
  • f2b7617726 Merge branch 'creation_of_purchase_screens' of https://github.com/liftlearning/P2Pix-Front-End into creation_of_purchase_screens enzoggqs 2022-12-05 23:26:12 -03:00
  • cfaa1b9342 Integrate and componentize QRCode screen enzoggqs 2022-12-05 23:20:18 -03:00
  • 5c0bc4922d Refactor QrCodeForm style enzoggqs 2022-12-05 21:40:41 -03:00
  • 5192bfba06 feat: return a promise with lock deposit when locking a deposit RcleydsonR 2022-12-05 14:07:39 -03:00
  • 5e01b38e1a feat: adding steps to home view to change from search to buy component RcleydsonR 2022-12-05 12:54:33 -03:00
  • fb7d648308 Merge branch 'search-tokens' into creation_of_purchase_screens RcleydsonR 2022-12-05 12:03:05 -03:00
  • 23d9cc6f0d
    Merge pull request #7 from liftlearning/search-tokens Ronyell Henrique 2022-12-04 15:37:11 -03:00
  • 295afb58e2 Fixing lint brunoedcf 2022-12-04 15:34:06 -03:00
  • 93309d938d Locks implemented, Some events filters implemented, Updated smart contract artifacts brunoedcf 2022-12-01 20:02:37 -03:00
  • 0c4ac70ef0 making list a component instead of a view RcleydsonR 2022-12-01 00:07:54 -03:00
  • 2de0f2ead6 feat: add list token page EsioFreitas 2022-11-29 18:56:37 -03:00
  • 67cc1aca07 preparing props for next steps fafter search RcleydsonR 2022-11-29 17:49:24 -03:00
  • d4f98133f5 Adding 2 decimal places restrition to search tokens component input brunoedcf 2022-11-26 16:07:04 -03:00
  • 8b2aa28924 remove fix from lint script on package json RcleydsonR 2022-11-26 14:26:19 -03:00
  • f8e5b78cf0 emit selectedDeposit and token value to Home component when confirm button is clicked RcleydsonR 2022-11-26 14:25:19 -03:00
  • 246f572550 fix css and add connectAccount method that run verifyLiquidity after connected RcleydsonR 2022-11-26 14:07:16 -03:00
  • 4a5d0137ad remove implementation ofsearch by money and only allow to search by token ammount RcleydsonR 2022-11-25 20:27:57 -03:00
  • 12702e1c06 transform the view implementation into a component called SearchComponent RcleydsonR 2022-11-25 19:30:54 -03:00
  • 6a7426130c add label when don't havee sufficient ammount token liquidity RcleydsonR 2022-11-25 19:17:38 -03:00
  • cd588622ea add validations to search tokens form, also implemented core functions RcleydsonR 2022-11-25 17:05:21 -03:00
  • 203376a20f update smart contract files and implement mapDeposits method to return specific info about a deposit RcleydsonR 2022-11-25 15:27:01 -03:00
  • 98bc033591 Mock tokens implementation brunoedcf 2022-11-24 13:05:33 -03:00
  • 51732a8753 improve search component css RcleydsonR 2022-11-24 15:00:39 -03:00
  • 16dc978466 feat: add search token card EsioFreitas 2022-11-23 18:12:04 -03:00
  • fd6bace382 add custom button component RcleydsonR 2022-11-23 18:07:18 -03:00
  • e516bfb31c adding initial texts for search/home view RcleydsonR 2022-11-22 20:02:40 -03:00
  • ea1e3d9c3b Create loading screen enzoggqs 2022-11-30 11:52:46 -03:00
  • cb782e7f29 Merge remote-tracking branch 'origin/develop' into creation_of_purchase_screens enzoggqs 2022-11-30 10:33:12 -03:00
  • 4d796b117d
    Merge pull request #6 from liftlearning/search-tokens Ronyell Henrique 2022-11-29 22:46:00 -03:00
  • 5ab8dcc8ea applying default structure order Ronyell 2022-11-29 22:40:18 -03:00
  • 89ab78d682 fixing search tokens iteration structure and wallet address formatting - fixed brunoedcf 2022-11-29 21:19:36 -03:00
  • e3cb9275c5 fixing search tokens iteration structure and wallet address formatting brunoedcf 2022-11-29 20:25:11 -03:00
  • 0bd46afdf3 feat: add list token page EsioFreitas 2022-11-29 18:56:37 -03:00
  • c4b61daaa8
    Merge pull request #5 from liftlearning/search-tokens Enzo Gabriel 2022-11-29 17:51:37 -03:00
  • ee35c17b6e preparing props for next steps fafter search RcleydsonR 2022-11-29 17:49:24 -03:00
  • c5162c1896 Adding 2 decimal places restrition to search tokens component input brunoedcf 2022-11-26 16:07:04 -03:00
  • 9593eea6b9 remove fix from lint script on package json RcleydsonR 2022-11-26 14:26:19 -03:00
  • 8da7f6a4ff emit selectedDeposit and token value to Home component when confirm button is clicked RcleydsonR 2022-11-26 14:25:19 -03:00
  • bbca2374d1 fix css and add connectAccount method that run verifyLiquidity after connected RcleydsonR 2022-11-26 14:07:16 -03:00
  • fc508734a2 remove implementation ofsearch by money and only allow to search by token ammount RcleydsonR 2022-11-25 20:27:57 -03:00
  • f47f711bd9 transform the view implementation into a component called SearchComponent RcleydsonR 2022-11-25 19:30:54 -03:00
  • 1a281dc429 add label when don't havee sufficient ammount token liquidity RcleydsonR 2022-11-25 19:17:38 -03:00
  • 7f7d3dfae8 add validations to search tokens form, also implemented core functions RcleydsonR 2022-11-25 17:05:21 -03:00
  • eb70e0d970 update smart contract files and implement mapDeposits method to return specific info about a deposit RcleydsonR 2022-11-25 15:27:01 -03:00
  • ae0e96e6ef Merge branch 'mock-deposits' into search-tokens RcleydsonR 2022-11-25 14:19:41 -03:00
  • 3e177cdc63 improve search component css RcleydsonR 2022-11-24 15:00:39 -03:00
  • b8e5f5c408 Mock tokens implementation brunoedcf 2022-11-24 13:05:33 -03:00
  • 0b1a59b333 feat: add search token card EsioFreitas 2022-11-23 18:12:04 -03:00
  • c5322854aa add custom button component RcleydsonR 2022-11-23 18:07:18 -03:00
  • 844a172ff1 Create payment screen geovanne97 2022-11-22 23:36:52 -03:00
  • 7c318dbd15 adding initial texts for search/home view RcleydsonR 2022-11-22 20:02:40 -03:00
  • b18f4625e7 update tsconfig adding resolveJsonModule equals true in compilerOptions RcleydsonR 2022-11-22 19:08:08 -03:00
  • beb4aca780
    Merge pull request #4 from liftlearning/ethers-conf Ronyell Henrique 2022-11-22 16:33:12 -03:00
  • 7256d59b49 defining default values in makeTransaction function signature RcleydsonR 2022-11-22 08:35:24 -03:00
  • 15e5fed07b fix lint errors RcleydsonR 2022-11-21 16:42:45 -03:00
  • d5467286b0 add smart contracts static files to project temporarily RcleydsonR 2022-11-21 16:35:15 -03:00
  • 35a92b2ca8 add default page layout with header RcleydsonR 2022-11-21 16:02:01 -03:00
  • 328bb9ad62 Implemented communication with MockToken contract and deployed local network brunoedcf 2022-11-18 17:05:11 -03:00
  • d7f6294e6d Fixing provider state and wallet change listener, formatting balance brunoedcf 2022-11-16 17:15:56 -03:00
  • 85d76c9e42 add background image to app RcleydsonR 2022-11-16 01:30:23 -03:00
  • fefebcf91e add change account event listener RcleydsonR 2022-11-16 01:29:06 -03:00
  • 097837ddee implement header as a TopBar component RcleydsonR 2022-11-16 01:27:29 -03:00
  • 91283305b9 add connect to ethers provider function and use pinia as ether params store RcleydsonR 2022-11-15 17:01:37 -03:00
  • a2acb72a1b implement first page header with metamask connection RcleydsonR 2022-11-14 16:34:12 -03:00
  • 4ce650f0d2 configuring connection to metamask wallet RcleydsonR 2022-11-09 18:59:02 -03:00
  • 99add99af0
    Merge pull request #3 from liftlearning/pix-qr-code Ronyell Henrique 2022-11-10 18:57:10 -03:00
  • 69d0c95adf add default values to merchantCity and merchantName params RcleydsonR 2022-11-10 17:54:47 -03:00
  • 95067dfca5 fix: made transactionId a required arg to generate pix payload RcleydsonR 2022-11-09 16:51:50 -03:00
  • 43d348fcfb change from npm to yarn in Dockerfile RcleydsonR 2022-11-09 11:12:53 -03:00
  • 631bfc7d76 fix style guide raised in pull request RcleydsonR 2022-11-09 11:10:00 -03:00
  • bebf8232ee lint fixes RcleydsonR 2022-11-04 17:51:49 -03:00
  • b87afd30e1 change npm command from ci to yarn RcleydsonR 2022-11-04 17:51:33 -03:00