Commit Graph

86 Commits

Author SHA1 Message Date
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
=Mtg_Dev
f25b8717f1 fix a deps conflict 2021-12-12 17:20:15 +02:00
=Mtg_Dev
0e602db4e8 update build 2021-12-10 21:52:45 +02:00
=Mtg_Dev
3a8642ac8f Merge branch 'bumi-graphql-functions' 2021-12-10 21:46:26 +02:00
=Mtg_Dev
29fcce5e92 fixing merge conflicts 2021-12-10 21:45:12 +02:00
=Mtg_Dev
c2e888ed2c Merge branch 'graphql-functions' of https://github.com/bumi/makers.bolt.fun into bumi-graphql-functions 2021-12-10 19:24:21 +02:00
=Mtg_Dev
77d82fc900 fix project card cover heigth 2021-11-30 19:04:11 +02:00
=Mtg_Dev
cd66ec8b57 fix project card on mobile 2021-11-30 17:08:01 +02:00
Michael Bumann
b35821f8fe Comments by Johns 2021-11-29 17:37:09 -06:00
=Mtg_Dev
2e1500c214 connect with graphql api 2021-11-29 16:40:44 +02:00
Michael Bumann
806d5c4c3e Cleanup 2021-11-28 23:18:16 -06:00
Michael Bumann
90c132bebe Add endpoint to get LNURL details and cache LNURL pay callback URL 2021-11-28 23:07:21 -06:00
Johns Beharry
23c6fc3a32 fix(app): remove package-lock because netlify builds fail. use yarn instead 2021-11-28 23:02:35 -06:00
Johns Beharry
a3b9eca5ed feat(app): support webln payments 2021-11-28 23:01:50 -06:00
Johns Beharry
f4c5a9b5be chore(app): use hosted graphql api 2021-11-28 23:01:17 -06:00
Johns Beharry
23bca3f448 chore(app): note the queries for projects 2021-11-28 23:01:17 -06:00
Johns Beharry
0bdcd900a4 feat(app): add 🎊 2021-11-28 23:01:17 -06:00
Johns Beharry
5266d070f1 fix(app): update var reference to support flattened projects state 2021-11-28 23:01:12 -06:00
Johns Beharry
8e92f2e135 chore(app): make mock data look like sklenton 2021-11-28 23:00:03 -06:00
Johns Beharry
4648e509d8 feat(app): check webln enabled on load 2021-11-28 23:00:02 -06:00
Johns Beharry
f62f5fae27 fix(app): flatten project store and set initial data 2021-11-28 23:00:00 -06:00
Johns Beharry
5af1fc7c96 build(app): define webln type on window object 2021-11-28 22:59:58 -06:00
Michael Bumann
3bb7c18b15 Merge pull request #1 from bumi/hack-on-dependencies
Hack on dependencies
2021-11-29 01:54:51 +02:00
Michael Bumann
f0717e7aa4 Linting errors 2021-11-28 17:39:59 -06:00
Michael Bumann
f7a987bca8 Use yarn 2021-11-28 17:30:21 -06:00
Michael Bumann
4688159127 fix build linting errors 2021-11-28 16:35:00 -06:00
Michael Bumann
16bf7b3b27 Remove build folder
I think that one should not be in the repo
2021-11-28 16:26:39 -06:00
Michael Bumann
8715c70d7e Count up project votes and some more API endpoints 2021-11-28 16:23:04 -06:00
Michael Bumann
9b1b2513f3 Add created_at to proejcts and pagination 2021-11-28 15:59:42 -06:00
Johns Beharry
8e4433ee34 chore: update npm scripts for db 2021-11-28 14:00:02 -06:00
Johns Beharry
0cf0ccece7 merge: branch 'graphql-functions' of github.com:bumi/makers.bolt.fun into graphql-functions 2021-11-28 13:22:32 -06:00
Michael Bumann
35ed8acdcb Support project-categry includes in the query 2021-11-28 13:16:41 -06:00
Johns Beharry
3e02f6ee38 merge: branch 'graphql-functions' of github.com:bumi/makers.bolt.fun into graphql-functions 2021-11-28 13:15:50 -06:00
Johns Beharry
8c1eb923e9 chore: add npm scripts for db 2021-11-28 13:08:44 -06:00
Michael Bumann
8aefd41378 Implement invoice generation and verification 2021-11-28 13:06:01 -06:00
Johns Beharry
ddf825cd31 merge: branch 'graphql-functions' of github.com:bumi/makers.bolt.fun into graphql-functions 2021-11-28 12:33:25 -06:00
Michael Bumann
b4532cd1bd voting resolve and prisma seed and cleanup 2021-11-28 11:13:14 -06:00