Commit Graph

122 Commits

Author SHA1 Message Date
MTG2000
df30dc4b0b feat: update og meta tags 2022-03-19 13:55:00 +02:00
MTG2000
64f1c841b3 fix: update submit app links 2022-03-17 16:04:13 +02:00
MTG2000
31e7842551 fix: change connect wallet btn text 2022-03-11 13:12:58 +02:00
MTG2000
d1f680d5d5 fix: update graphql api url 2022-03-10 14:45:46 +02:00
MTG2000
00ead8dd92 Merge branch 'master' of https://github.com/peakshift/makers.bolt.fun 2022-03-10 11:43:11 +02:00
MTG2000
716b5fcad2 fix: passing projectId to tip card 2022-03-10 11:43:00 +02:00
Johns Beharry
1e4a831a78 style: replace default react favicon with custom one 2022-03-02 19:54:29 +02:00
Johns Beharry
5e677cbce1 merge: pull request #13 from peakshift/hotfix/correct-hackathon-date
fix: change date of hackathon
2022-02-21 22:19:16 +02:00
Johns Beharry
6bbfab2ee3 chore: add more details about where vote sats go 2022-02-21 22:18:47 +02:00
Johns Beharry
7009fa155d fix: change date of hackathon 2022-02-21 18:17:15 +02:00
MTG2000
2c9b113583 fix: put airtable claim link 2022-02-16 15:38:26 +02:00
MTG2000
8d5ebf0636 fix: added sats prefix to input in tip card 2022-02-16 14:35:34 +02:00
MTG2000
1acfe8beb3 fix: make logo point to bolt.fun 2022-02-15 12:28:29 +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
MTG2000
df79a34120 fix: fixing some issues from merging 2022-02-08 17:26:56 +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
Mohammed Taher Ghazal
a4a064896f Merge pull request #5 from peakshift/push-to-launch
Some updates for launch
2022-02-08 16:44:53 +02:00
MTG2000
fbdccee788 remove screenshots from project card 2022-02-08 16:33:51 +02:00
Michael Bumann
6424e52ec4 Merge branch 'master' into push-to-launch 2022-02-07 16:53:07 +02:00
MTG2000
5d616816d4 fix: turncate project link, remove "Play" btn 2022-02-06 12:49:24 +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
16439be1b7 Use currently deployed netlify graphql functions 2022-01-30 18:26:25 +01:00
Michael Bumann
43300c9baa Update netlify-cli 2022-01-30 17:45:49 +01: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
Michael Bumann
8996c5eb4a Fix Tipping incrementer
* we have been always missing one incStep in the final amount
* update wording to use "vote"
* disable "vote" button dependening on payment status
2022-01-30 17:44:48 +01:00
Michael Bumann
bbcb2be3db Add link to open project in new window 2022-01-30 17:42:09 +01:00
Michael Bumann
96724534f9 Fix voting count
votes_count needs to be summed up
2022-01-30 17:41:23 +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
3f8ec31b10 fix: fix tip button css rule 2022-01-16 22:04:10 +02:00
MTG2000
69c0508d83 fix: fix css calc rule 2022-01-16 21:12:26 +02:00
MTG2000
ea20ea6784 feat: Created an animated Tip button 2022-01-16 20:51:24 +02:00
MTG2000
44d1285681 fix: remove unimplemeted links from mobile navbar 2022-01-15 11:04:18 +02:00
MTG2000
1dc141dc58 removed un-implemented links from navbar 2022-01-12 21:00:41 +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
ac8b71ce99 remove unneccessary imports from ModalsContianer 2022-01-12 18:51:53 +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
=Mtg_Dev
5ae1da6369 feat: make project modal full page on mobile
- created a new store slice (theme) to hold properties needed to style the app
- made nav fixed
- refactored resizing throttled funcs to a custom hook
- changed the modal to full size page on mobile for certain modal types ( currently just Project )
2021-12-19 16:26:28 +02:00
=Mtg_Dev
089e3af154 fix: fix the modals scroll functionality
switch modals scroll from internal to be the same as a body scroll
2021-12-18 15:17:44 +02:00
=Mtg_Dev
c006deeadf fix tip btn 2021-12-12 23:08:25 +02:00