Commit Graph

  • d7723ebf07 Clean up ether store RcleydsonR 2023-01-19 19:42:57 -03:00
  • 2b61625e1e Remove div that show user balance on top bar RcleydsonR 2023-01-19 19:28:53 -03:00
  • 7a080209b3 Fix unexpected behavior from listing transactions and approve tokens RcleydsonR 2023-01-19 19:24:28 -03:00
  • 2a0c069674 Add watch to network when user is on manage bids or transaction history RcleydsonR 2023-01-19 18:43:15 -03:00
  • bb6be691af Add correct etherscan url RcleydsonR 2023-01-19 18:12:41 -03:00
  • 3c4a629ed7 implemented lock and release in buyer's flow brunoedcf 2023-01-19 18:00:35 -03:00
  • ff9c7f83b5 fixing button enable/disable at search component brunoedcf 2023-01-19 10:37:02 -03:00
  • 6ba113ba86 Add connect wallet button on seller view when wallet is not connected RcleydsonR 2023-01-18 23:53:46 -03:00
  • 51cf33d22b Only show connected network when the user is logged with metamask provider RcleydsonR 2023-01-18 23:43:38 -03:00
  • 98f6a30f35 Remove localhost network implementation and only use goerli and mumbai networks RcleydsonR 2023-01-18 23:40:52 -03:00
  • be90ff746b Refactor decimalCount method and add it on a file to be used in many components RcleydsonR 2023-01-18 23:38:00 -03:00
  • 4999f3d145 Add typing on components layer RcleydsonR 2023-01-18 23:35:08 -03:00
  • 846fa82f04 Add typing on views layer RcleydsonR 2023-01-18 23:12:40 -03:00
  • f87434debe Add valid Deposit model and return types of blockchain methods RcleydsonR 2023-01-18 23:02:02 -03:00
  • c8a3fd12b2 Improve code quality by fixing lint issues RcleydsonR 2023-01-17 19:32:29 -03:00
  • 8338064dcd Clean up app strucutre deleting blockchain file and add methods on blockchain folder RcleydsonR 2023-01-17 19:31:25 -03:00
  • d78f7f1fdf Adjust search component and home view to new approaching using alchemy RcleydsonR 2023-01-17 19:27:00 -03:00
  • 2cbf475e09 Add verify network liquidity method RcleydsonR 2023-01-17 19:25:22 -03:00
  • 668acb5cfa Hide network menu when a network is clicked RcleydsonR 2023-01-17 17:41:53 -03:00
  • e0b4c81b77 Change getValidDeposits to receive a contract in param and use it on getNetworksLiquidity RcleydsonR 2023-01-17 14:53:47 -03:00
  • 80a70a5240 getting liquidity from both networks and saving it at store. splitting methods.ts into 2 different files: buyerMethods.ts and sellerMethods.ts brunoedcf 2023-01-17 01:55:46 -03:00
  • 98a5959369 Create tests to Listing Component enzoggqs 2023-01-16 11:23:30 -03:00
  • 2c78a203b0 Create tests to BuyConfirmedComponent enzoggqs 2023-01-16 01:35:03 -03:00
  • c546778963 Remove mock token implementation RcleydsonR 2023-01-13 19:45:29 -03:00
  • 6fd2120b63 Refactor methods from blockchain to use new code structure RcleydsonR 2023-01-13 19:35:17 -03:00
  • f40db935d3 Add getP2PixAddress implementation RcleydsonR 2023-01-13 19:33:54 -03:00
  • 4ef5308f36 Adding request to user change network in wallet brunoedcf 2023-01-13 14:12:11 -03:00
  • a5d5c0dde3 fix connect provider call and lint RcleydsonR 2023-01-12 19:47:11 -03:00
  • f8e1b888ba get alchemy provider api url from env and use it to get provider RcleydsonR 2023-01-12 19:43:02 -03:00
  • 86131b5641 Refactor of wallet and provider methods RcleydsonR 2023-01-12 19:41:04 -03:00
  • 8b0a212b78 Add listener to listen chain change and update store network name state, also start refactor with getProvider function RcleydsonR 2023-01-12 18:08:08 -03:00
  • 62dd4349b2 Remove alchemy file and add localhost network to possible network to choose RcleydsonR 2023-01-12 18:06:44 -03:00
  • 411966f727 Add more tests to TopBar component enzoggqs 2023-01-12 16:02:09 -03:00
  • d66459bea9 update TopBar component tests enzoggqs 2023-01-12 15:15:05 -03:00
  • 8716bdb064 Create first tests of TopBar component enzoggqs 2023-01-12 10:33:19 -03:00
  • aedd4bc532 Add initial alchemy structure code RcleydsonR 2023-01-12 00:32:52 -03:00
  • b15d1b5ced Create first custom button tests enzoggqs 2023-01-11 13:16:23 -03:00
  • 60e3e4462c Separates custom button into a folder inside components enzoggqs 2023-01-11 13:15:46 -03:00
  • 06eac3b84c Create tests setup enzoggqs 2023-01-11 13:13:32 -03:00
  • 6a4884aec9 apply network transition when change network on top bar RcleydsonR 2023-01-09 19:33:18 -03:00
  • d09f6c45cf Merge pull request #17 from liftlearning/improve-readme Enzo Gabriel 2023-01-05 12:08:52 -03:00
  • e58e5a54cf Merge pull request #16 from liftlearning/toggle-want-to-button Enzo Gabriel 2023-01-05 12:06:27 -03:00
  • 470f927a6d Improve readme RcleydsonR 2023-01-04 16:54:54 -03:00
  • 163146a7f5 add state to verify if is seller view and toggle want to buy or sell button on top bar RcleydsonR 2023-01-02 19:11:43 -03:00
  • 401abbb1f9 Merge pull request #15 from liftlearning/transaction-history Ronyell Henrique 2022-12-30 18:14:15 -03:00
  • 0a4ce0a292 rename from bid history to transaction history to be more coherent RcleydsonR 2022-12-30 17:39:21 -03:00
  • c657a95a40 fix list buy history width in buy confirmed component RcleydsonR 2022-12-30 17:36:20 -03:00
  • 0cef35ab28 improve top bar currency menu RcleydsonR 2022-12-30 17:27:34 -03:00
  • 43ba937a07 Merge branch 'develop' into transaction-history RcleydsonR 2022-12-30 17:07:54 -03:00
  • 6fdd14f147 rename list component to buy confirmed component and add Listing component inside it RcleydsonR 2022-12-30 17:04:52 -03:00
  • 060c4f370f change from deposits history to bid history and add it to bid_history router RcleydsonR 2022-12-30 16:53:12 -03:00
  • 6279acc20d implement logic to await all validDeposits correctly and improve state rendering from listing component RcleydsonR 2022-12-30 02:03:23 -03:00
  • 59c9eabd30 partial commit (will be removed) RcleydsonR 2022-12-28 20:24:41 -03:00
  • 4cb8cfb017 Merge pull request #13 from liftlearning/smartcontract-update Ronyell Henrique 2022-12-27 19:00:07 -03:00
  • 4689532f6b Update SellerView.vue Ronyell Henrique 2022-12-27 18:59:09 -03:00
  • 2a247d1711 Update SellerSearchComponent.vue Ronyell Henrique 2022-12-27 18:58:24 -03:00
  • 3e907e8498 Update SellerView.vue Bruno Esteves 2022-12-27 18:20:01 -03:00
  • cdea930c8a update smart contract brunoedcf 2022-12-27 18:15:46 -03:00
  • c6067fb4eb add withdraw deposit function RcleydsonR 2022-12-27 17:25:47 -03:00
  • 788132509b Update QrCodeComponent.vue Bruno Esteves 2022-12-27 15:32:42 -03:00
  • 94d2390b14 fixing lint warnings brunoedcf 2022-12-27 15:29:32 -03:00
  • 0e8ca7f803 Update DepositsHistory page behavior enzoggqs 2022-12-27 11:55:30 -03:00
  • 34ffcc2860 change from listening onUpdate on listing component to watch props changes RcleydsonR 2022-12-26 19:34:05 -03:00
  • 49f7b670a9 add cancel deposit action in manage bids view RcleydsonR 2022-12-26 17:58:11 -03:00
  • 0d65dbb105 Merge branch 'transaction-history' of https://github.com/liftlearning/P2Pix-Front-End into transaction-history enzoggqs 2022-12-26 17:44:10 -03:00
  • c0095b774d Create deposits history screen enzoggqs 2022-12-26 17:43:56 -03:00
  • 2ad37d8314 Merge branch 'develop' into transaction-history RcleydsonR 2022-12-26 16:31:35 -03:00
  • 0f1822ae87 preparing listingComponent to receive empty data and updated this data according to vue lifecycle hook RcleydsonR 2022-12-26 00:06:35 -03:00
  • d81580a134 add Listing Component inside manage bids view RcleydsonR 2022-12-25 23:52:34 -03:00
  • 3cf60f267d prepare ListingComponent to receive manager mode RcleydsonR 2022-12-25 23:51:00 -03:00
  • 7b9c3e0394 add Suspense loading on RouterView Components RcleydsonR 2022-12-25 23:49:55 -03:00
  • d70b009b93 change from div click to routerling inside top bar menu RcleydsonR 2022-12-25 23:26:43 -03:00
  • a216474453 separating deposit steps in 2 different functions: approveTokens and addDeposit. Creating different function to mock deposits in mockView brunoedcf 2022-12-23 16:06:45 -03:00
  • 2075c827c1 seller view type fix brunoedcf 2022-12-23 15:57:27 -03:00
  • 0de0046064 seller flow + blockchain integration brunoedcf 2022-12-23 15:51:13 -03:00
  • 17d6e86508 Merge pull request #11 from liftlearning/feat-currency-menu Enzo Gabriel 2022-12-23 12:18:48 -03:00
  • 903acc9ef5 update currency menu behavior when clicked enzoggqs 2022-12-23 12:17:54 -03:00
  • 36e3368f58 Add initial listing component RcleydsonR 2022-12-21 19:35:03 -03:00
  • e12e8fc07f feat: add currency menu EsioFreitas 2022-12-22 18:51:41 -03:00
  • a7a30f5018 fixing buy flux brunoedcf 2022-12-22 17:18:21 -03:00
  • 8b5b3fe0ed Merge pull request #10 from liftlearning/create_menu Enzo Gabriel 2022-12-21 16:37:11 -03:00
  • bb4752ec52 Remove menu close when mouse out enzoggqs 2022-12-20 17:49:20 -03:00
  • af1f727aa8 Update chevronIcon according to menu action enzoggqs 2022-12-20 17:23:48 -03:00
  • 93a426ba50 Add chevronDownBlack and chevronUp svgs enzoggqs 2022-12-20 17:23:10 -03:00
  • 3ba1671931 Change menu behavior enzoggqs 2022-12-20 16:51:50 -03:00
  • 716cd909a6 Remove duplicated import Enzo Gabriel 2022-12-20 15:00:35 -03:00
  • 927aaf79ad Merge branch 'develop' into create_menu Enzo Gabriel 2022-12-20 14:02:30 -03:00
  • fbf14ee86f Merge pull request #9 from liftlearning/list-tokens Rafael Ramos 2022-12-20 09:02:26 -03:00
  • bb4dcc34b0 add env file in continuous deployment RcleydsonR 2022-12-19 22:09:12 -03:00
  • bdfdc8b433 Add refresh when on main view enzoggqs 2022-12-16 17:57:29 -03:00
  • e4f79bbf2b improve build step from ci, now the build occurs using vercel RcleydsonR 2022-12-16 17:50:25 -03:00
  • 150a325bdc fix error files caused during vercel build step RcleydsonR 2022-12-16 17:49:43 -03:00
  • c4b74309cc adding filter for valid deposits Bruno 2022-12-16 01:19:08 -03:00
  • a1c27c3da6 Merge branch 'list-tokens' of https://github.com/liftlearning/P2Pix-Front-End into list-tokens EsioFreitas 2022-12-15 12:33:54 -03:00
  • f33878d74c Fix BidHistoryView and ManageBidsView draft enzoggqs 2022-12-15 00:07:39 -03:00
  • 5cbcda47ec Fix disconnect button behavior enzoggqs 2022-12-15 00:07:08 -03:00
  • 1e5e33211b update background svg file RcleydsonR 2022-12-14 20:37:26 -03:00
  • 1edaf5dd1e emit event to go back to home view from search screen RcleydsonR 2022-12-14 20:32:41 -03:00
  • 37f7a05197 improve list component css RcleydsonR 2022-12-14 20:13:59 -03:00
  • 1af0cf3df7 create menu enzoggqs 2022-12-14 19:30:29 -03:00