Commit Graph

25 Commits

Author SHA1 Message Date
MTG2000
edefc460c5 feat: update functions structure, re-enable project details info section 2022-03-24 16:29:33 +02:00
MTG2000
7baf7b654a feat: hottest page, explore header, hottest mock api 2022-03-16 18:08:21 +02:00
MTG2000
031a7f3782 feat: add search functionality 2022-03-14 17:19:32 +02:00
MTG2000
995a273055 fix: error msg, fix gh domain 2022-03-12 17:58:37 +02:00
MTG2000
b3ed2ad280 feat: added mocks using msw 2022-03-12 16:11:11 +02:00
MTG2000
8df9d1609d feat: category page, some improvments for naming & project structure 2022-03-12 10:01:06 +02:00
Johns Beharry
7009fa155d fix: change date of hackathon 2022-02-21 18:17:15 +02:00
MTG2000
14bc97fd2d chore: change url placement 2022-02-14 20:18:24 +02:00
MTG2000
406839d41f fix: fix the hackathon link 2022-02-14 20:14:29 +02:00
MTG2000
be3072160c fix: make carousel row slide on arrow click 2022-02-14 14:44:49 +02:00
MTG2000
3948cbb512 update logo 2022-02-10 20:58:37 +02:00
MTG2000
18beaf0f39 fix: change hackathon header image & fix wrong api 2022-02-10 20:48:35 +02:00
Mohammed Taher Ghazal
07043d9e39 Merge pull request #6 from secondl1ght/hookup-submit-app-buttons
Hook up Submit App links to the form and run prettier
2022-02-08 16:46:57 +02:00
Michael Bumann
a04570b851 Merge branch 'master' into push-to-launch 2022-02-04 12:14:57 +02:00
MTG2000
a3eab1e8b3 feat: make categories chips jumb to respective section 2022-02-03 19:12:57 +02:00
MTG2000
42da5c257e remove console.log 2022-02-03 19:01:41 +02:00
MTG2000
923e28282d fix: fixed carousels ux
- made categories badges a carousel
- added custom arrows to apps carousel on non-tocuh devices
- fixed invalid items offset on mobile sometimes
2022-02-03 18:54:38 +02:00
secondl1ght
a9599be483 Hook up Submit App links to the form and run prettier 2022-02-01 11:58:15 -07:00
Michael Bumann
c4765df3c9 Wording 2022-01-30 17:45:38 +01:00
Michael Bumann
8bf8fb5cbf Do not show category buttons as long as we do not have any category page 2022-01-30 17:45:17 +01:00
MTG2000
262d54cc43 fix: silent "Tip not confirmed" error
Currently, the payment is made but the graphql api is not able to confirm it, so I just wrapped it with a catch to silent the error, however it has to be fixed from the backend soon
2022-01-17 16:29:14 +02:00
MTG2000
c6020935dc feat: rewrote the way wallet service work
moved the wallet setup logic to a dedicated service that remembers if user connected before and connectes automatically on refreshs
2022-01-17 16:05:42 +02:00
MTG2000
1d71897e62 feature: Added Skeleton states
Added skeleton loading states to project mini card, project card, and project rows
2022-01-12 20:54:48 +02:00
MTG2000
f9407c8b09 chore: refactor the modals opening mechanic
Rewrote the logic and functions for dispatching openModal actions so that now it provides proper typing for the available modals and for what props are they expecting to be provided
2022-01-12 18:48:20 +02:00
MTG2000
43bfab177e feat: refactor project structure
Refactored the project structure so that each page has its own tree of components and a global "Components" folder for the components that is used by more than one page.
- Added an "assets" directory that exports all static images/icons/fonts/...etc
2021-12-30 15:12:40 +02:00