Commit Graph
91 Commits
Author SHA1 Message Date
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 c657a95a40 fix list buy history width in buy confirmed component 2022-12-30 17:36:20 -03:00
RcleydsonR 0cef35ab28 improve top bar currency menu 2022-12-30 17:27:34 -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
RcleydsonR c6067fb4eb add withdraw deposit function 2022-12-27 17:25:47 -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
RcleydsonR 2ad37d8314 Merge branch 'develop' into transaction-history 2022-12-26 16:31:35 -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
RcleydsonR 7b9c3e0394 add Suspense loading on RouterView Components 2022-12-25 23:49:55 -03:00
RcleydsonR d70b009b93 change from div click to routerling inside top bar menu 2022-12-25 23:26:43 -03:00
RcleydsonRandEnzo Gabriel 36e3368f58 Add initial listing component
Co-authored-by: Enzo Gabriel <eggqsaraiva@gmail.com>
2022-12-22 19:16:01 -03:00
Rafael RamosandGitHub fbf14ee86f Merge pull request #9 from liftlearning/list-tokens
List tokens screen and steps integration (Search, Buy and List)
2022-12-20 09:02:26 -03:00
RcleydsonR bb4dcc34b0 add env file in continuous deployment 2022-12-19 22:09:12 -03:00
RcleydsonR e4f79bbf2b improve build step from ci, now the build occurs using vercel 2022-12-16 17:50:25 -03:00
RcleydsonR 150a325bdc fix error files caused during vercel build step 2022-12-16 17:49:43 -03:00
RcleydsonR 1e5e33211b update background svg file 2022-12-14 20:37:26 -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
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
Rafael RamosandGitHub 07c4caa7b4 Merge pull request #8 from liftlearning/creation_of_purchase_screens
Creation of purchase screens
2022-12-12 17:11:36 -03:00
RcleydsonR 5f753a62ca add an .env.example file and fix lint warnings 2022-12-12 17:05:50 -03:00
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
b00c5bb939 feat: add get wallet transactions method on blockchain
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-12-07 19:38:08 -03:00
RcleydsonRandbrunoedcf 1027744a83 feat: add lock release method at blockchain util
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-12-07 18:46:01 -03:00
RcleydsonR e7ca40c30f Merge branch 'search-tokens' into list-tokens 2022-12-06 16:59:25 -03:00
RcleydsonR 5192bfba06 feat: return a promise with lock deposit when locking a deposit 2022-12-05 14:07:39 -03:00
RcleydsonR 5e01b38e1a feat: adding steps to home view to change from search to buy component 2022-12-05 12:54:33 -03:00
RcleydsonR fb7d648308 Merge branch 'search-tokens' into creation_of_purchase_screens 2022-12-05 12:03:05 -03:00
RcleydsonR 0c4ac70ef0 making list a component instead of a view 2022-12-01 00:07:54 -03:00
RcleydsonR 67cc1aca07 preparing props for next steps fafter search 2022-11-30 17:18:46 -03:00
RcleydsonR 8b2aa28924 remove fix from lint script on package json 2022-11-30 17:18:46 -03:00
RcleydsonR f8e5b78cf0 emit selectedDeposit and token value to Home component when confirm button is clicked 2022-11-30 17:18:46 -03:00
RcleydsonR 246f572550 fix css and add connectAccount method that run verifyLiquidity after connected 2022-11-30 17:18:46 -03:00
RcleydsonR 4a5d0137ad remove implementation ofsearch by money and only allow to search by token ammount 2022-11-30 17:18:46 -03:00
RcleydsonR 12702e1c06 transform the view implementation into a component called SearchComponent 2022-11-30 17:18:46 -03:00
RcleydsonR 6a7426130c add label when don't havee sufficient ammount token liquidity 2022-11-30 17:18:46 -03:00
cd588622ea add validations to search tokens form, also implemented core functions
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-11-30 17:18:46 -03:00
RcleydsonRandbrunoedcf 203376a20f update smart contract files and implement mapDeposits method to return specific info about a deposit
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-30 17:18:46 -03:00
RcleydsonR 51732a8753 improve search component css 2022-11-30 17:18:04 -03:00
RcleydsonRandEsio Freitas fd6bace382 add custom button component
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-11-30 17:18:04 -03:00
RcleydsonR e516bfb31c adding initial texts for search/home view 2022-11-30 17:18:04 -03:00
RcleydsonR ee35c17b6e preparing props for next steps fafter search 2022-11-29 17:49:24 -03:00
RcleydsonR 9593eea6b9 remove fix from lint script on package json 2022-11-26 14:26:19 -03:00
RcleydsonR 8da7f6a4ff emit selectedDeposit and token value to Home component when confirm button is clicked 2022-11-26 14:25:19 -03:00
RcleydsonR bbca2374d1 fix css and add connectAccount method that run verifyLiquidity after connected 2022-11-26 14:07:16 -03:00
RcleydsonR fc508734a2 remove implementation ofsearch by money and only allow to search by token ammount 2022-11-25 20:27:57 -03:00
RcleydsonR f47f711bd9 transform the view implementation into a component called SearchComponent 2022-11-25 19:30:54 -03:00
RcleydsonR 1a281dc429 add label when don't havee sufficient ammount token liquidity 2022-11-25 19:17:38 -03:00
7f7d3dfae8 add validations to search tokens form, also implemented core functions
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-11-25 17:05:21 -03:00
RcleydsonRandbrunoedcf eb70e0d970 update smart contract files and implement mapDeposits method to return specific info about a deposit
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-25 15:27:01 -03:00
RcleydsonR ae0e96e6ef Merge branch 'mock-deposits' into search-tokens 2022-11-25 14:19:41 -03:00
RcleydsonR 3e177cdc63 improve search component css 2022-11-24 15:00:39 -03:00
RcleydsonRandEsio Freitas c5322854aa add custom button component
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-11-23 18:07:18 -03:00
RcleydsonR 7c318dbd15 adding initial texts for search/home view 2022-11-22 20:02:40 -03:00
RcleydsonR b18f4625e7 update tsconfig adding resolveJsonModule equals true in compilerOptions 2022-11-22 19:08:08 -03:00
RcleydsonR 7256d59b49 defining default values in makeTransaction function signature 2022-11-22 08:35:24 -03:00
RcleydsonRandbrunoedcf 15e5fed07b fix lint errors
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-21 16:42:45 -03:00
RcleydsonRandbrunoedcf d5467286b0 add smart contracts static files to project temporarily
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-21 16:35:15 -03:00
RcleydsonRandbrunoedcf 35a92b2ca8 add default page layout with header
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-21 16:02:01 -03:00
RcleydsonR 85d76c9e42 add background image to app 2022-11-16 01:30:23 -03:00
RcleydsonR fefebcf91e add change account event listener 2022-11-16 01:29:06 -03:00
RcleydsonR 097837ddee implement header as a TopBar component 2022-11-16 01:27:29 -03:00
91283305b9 add connect to ethers provider function and use pinia as ether params store
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com>
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-15 17:06:08 -03:00
a2acb72a1b implement first page header with metamask connection
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com>
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-15 17:05:35 -03:00
RcleydsonR 4ce650f0d2 configuring connection to metamask wallet 2022-11-11 16:05:01 -03:00
RcleydsonR 69d0c95adf add default values to merchantCity and merchantName params 2022-11-10 17:54:47 -03:00
RcleydsonR 95067dfca5 fix: made transactionId a required arg to generate pix payload 2022-11-09 16:51:50 -03:00
RcleydsonR 43d348fcfb change from npm to yarn in Dockerfile 2022-11-09 11:12:53 -03:00
RcleydsonR 631bfc7d76 fix style guide raised in pull request 2022-11-09 11:10:00 -03:00
RcleydsonR bebf8232ee lint fixes 2022-11-04 17:51:49 -03:00
RcleydsonR b87afd30e1 change npm command from ci to yarn 2022-11-04 17:51:33 -03:00
RcleydsonR d792eedd73 add component to generate a static pix qrcode 2022-11-04 17:44:59 -03:00
RcleydsonR 810f44071b generate qr code from pix function implementation
can't use the qrcode-pix library because of a broken dependency based on crc v4.1.1, so, needed to use a previous version from crc
2022-11-04 01:09:33 -03:00
RcleydsonR 87db689ec1 change staging deploy to modify url from this environment 2022-10-28 19:51:50 -03:00
RcleydsonR 70d3162146 update README to include docker-compose run 2022-10-28 17:04:46 -03:00
RcleydsonR a80585b435 change deploy from netlify to vercel 2022-10-28 16:54:14 -03:00
Rafael RamosandGitHub e510f49965 chore: add license file 2022-10-25 17:35:19 -03:00
RcleydsonR 63c5669026 fix: lint error by adding node env in eslint config 2022-10-24 21:34:18 -03:00
RcleydsonR a09a031e61 chore: ci script without tests 2022-10-24 21:33:12 -03:00
RcleydsonR a721c72935 chore: deploy script 2022-10-24 21:33:07 -03:00
RcleydsonR 5150ea7284 chore: docker config 2022-10-24 21:32:58 -03:00