Commit Graph

205 Commits

Author SHA1 Message Date
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
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
3948cbb512 update logo 2022-02-10 20:58:37 +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
Michael Bumann
a04570b851 Merge branch 'master' into push-to-launch 2022-02-04 12:14:57 +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
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
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
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
=Mtg_Dev
2e1500c214 connect with graphql api 2021-11-29 16:40:44 +02:00
Johns Beharry
a3b9eca5ed feat(app): support webln payments 2021-11-28 23:01:50 -06:00
Johns Beharry
5266d070f1 fix(app): update var reference to support flattened projects state 2021-11-28 23:01:12 -06:00
Michael Bumann
f0717e7aa4 Linting errors 2021-11-28 17:39:59 -06:00
Michael Bumann
4688159127 fix build linting errors 2021-11-28 16:35:00 -06:00
Michael Bumann
2dc5d5ab32 Connect categories 2021-11-28 09:36:10 -06:00
Michael Bumann
ff800a263c Hack with category query
no idea what I am doing :D
2021-11-28 09:21:28 -06:00
=Mtg_Dev
d30ab6ff6a Copy to Clipboard, Button stories 2021-11-28 16:18:15 +02:00
=Mtg_Dev
da9b33cdaa fix urls 2021-11-27 21:16:01 +02:00
=Mtg_Dev
18eba3fdc7 added storybook 2021-11-27 20:19:11 +02:00
=Mtg_Dev
1c241ce360 extracted project card to its own component 2021-11-26 10:22:29 +02:00
=Mtg_Dev
77cceb218d fixing borders & shadows 2021-11-24 19:34:41 +02:00
=Mtg_Dev
23f61c12f8 fixed aspect-ratio 2021-11-23 11:45:31 +02:00
=Mtg_Dev
514f86266c remove console.log 2021-11-22 17:03:49 +02:00
=Mtg_Dev
129d1e6fa1 fixing Issue #1 2021-11-22 16:50:05 +02:00
=Mtg_Dev
89218a764c more modals cards and logic 2021-11-21 19:54:46 +02:00
=Mtg_Dev
1cf6a84ca1 claim modals, add search to nav 2021-11-21 11:45:18 +02:00
=Mtg_Dev
e8fbf27f66 base voting modal 2021-11-18 23:36:58 +02:00
=Mtg_Dev
fbce97bc8b fixed images urls 2021-11-18 20:28:55 +02:00
=Mtg_Dev
97e8ceaeeb improved Modals tarnsitions 2021-11-18 17:16:49 +02:00
=Mtg_Dev
87f1755e0d added 3 login modals 2021-11-18 16:48:25 +02:00