Commit Graph

145 Commits

Author SHA1 Message Date
MTG2000
f22498aca1 Merge branch 'dev' into feature/list-your-product-ui 2022-09-18 15:37:50 +03:00
MTG2000
c5f640e405 refactor: change story&feed routes structure, change default route, add banner to feed page, fix Loadable component props typing 2022-09-17 12:14:22 +03:00
MTG2000
9710893a42 fix: tabs urls state 2022-09-15 14:57:02 +03:00
MTG2000
d60d876fc9 fix: merge small conflicts 2022-09-15 14:01:18 +03:00
MTG2000
d8498be49d Merge branch 'dev' into feature/list-your-product-ui 2022-09-15 13:25:06 +03:00
MTG2000
30d168d24b Merge branch 'dev' into feature/list-your-product-ui 2022-09-15 09:48:59 +03:00
MTG2000
f9f86437d7 Merge branch 'dev' into image-upload-management 2022-09-13 23:00:13 +03:00
MTG2000
0af7ddb194 feat: new error boundary component 2022-09-13 14:05:38 +03:00
MTG2000
d45fe2b3a1 Merge commit 'refs/pull/151/head' of https://github.com/peakshift/makers.bolt.fun into image-upload-management 2022-09-13 10:04:26 +03:00
MTG2000
c6de470910 feat: integrate the imgs uploading components with the api 2022-09-12 14:25:19 +02:00
MTG2000
96cbc39eef feat: useDetectDrag hook, show overlay on file inputs when dragging on window and when dragging on them 2022-09-12 14:22:48 +02:00
MTG2000
1ed976b211 feat: stories & state management for the screenshots input 2022-09-12 14:17:50 +02:00
MTG2000
1161456853 feat: screenshots files input 2022-09-12 14:17:50 +02:00
MTG2000
dbf391deff feat: preview files comps, d&d component, uploading state tracking 2022-09-12 14:17:50 +02:00
MTG2000
c44a9ece51 update: registration links, create route for tournament 2022-09-09 21:08:51 +03:00
MTG2000
e727cc6aa9 feat: makers page base filters, maker card skeleton, update mocks api 2022-09-05 14:46:37 +03:00
MTG2000
7bdc2ca6c3 Merge branch 'dev' into feature/list-your-product-ui 2022-09-05 10:54:49 +03:00
MTG2000
3bebc91d6e feat: create reusable select component 2022-09-04 10:57:01 +03:00
MTG2000
e6a19ecd6f feat (overview-page): judges, faqs, counter 2022-09-01 11:04:03 +03:00
MTG2000
5aeadd82ca Merge branch 'dev' into feature/tournament-pages 2022-09-01 10:02:01 +03:00
MTG2000
840a9e50eb feat: tournament mocks api, header component, navigation component, 2 sections of the overview page 2022-08-31 14:52:10 +03:00
MTG2000
5534fe518a feat: make all profile sections reactive to mutation changes 2022-08-23 11:10:51 +03:00
MTG2000
3f752b2d4a fix: add leave page prompt when there is unsaved changes 2022-08-18 14:30:07 +03:00
MTG2000
8a55b9bbe4 Merge branch 'dev' into feature/list-your-product-ui 2022-08-17 09:39:40 +03:00
MTG2000
3c9af29efc fix: profile menu alignment, lazy load comments section, remove log from trimFunc 2022-08-16 15:49:51 +03:00
MTG2000
2e88178cc4 feat: added "Project Listed" modal 2022-08-16 13:22:48 +03:00
MTG2000
37117cf0f7 feat: added form state management 2022-08-16 12:15:45 +03:00
MTG2000
66b4278768 feat: add storybooks to list_project components 2022-08-15 19:40:01 +03:00
MTG2000
3e8d0e7426 feat: build "list_project" components & tabs, search users api & mocks 2022-08-15 15:36:13 +03:00
MTG2000
70374b2769 fix: create a card component for all the cards, fix username overflow on mobile card, fix hottest page padding 2022-08-13 18:37:27 +03:00
MTG2000
eba9db3600 fix: remove nostr card from profile, rename 'Apps' to 'Projects' 2022-08-12 14:41:30 +03:00
MTG2000
8464d65358 feat: add toasts to the profile updating page 2022-08-10 17:48:58 +03:00
MTG2000
118dd3622a feat: change how the 'save changes' look and function in the profile settings 2022-08-10 16:16:27 +03:00
MTG2000
f73e55377c feat: implement custom modals for no-webln error on mobile and web
Fixes #91
2022-08-09 18:11:32 +03:00
MTG2000
6718d6fc7b chore: update seed script 2022-08-07 18:17:56 +03:00
MTG2000
28410541ed refactor: extract common carousel logic to custom useCarousel hook, hide carousel arrows if can't scroll more 2022-08-07 16:19:26 +03:00
MTG2000
64f02359fa refactor: update the carousel library used for a better and lighter one
removed the old 2 used carousel libs react-multi-carousel and react-responsive-carousel, and instead installed and used react-embla-carousel, as it provides an easier api, variable items width support, and less deps.
2022-08-07 00:09:37 +03:00
MTG2000
aee07ef23e udpate: better envs files structure, added separate env files for api 2022-08-06 14:41:21 +03:00
MTG2000
5dde7c3b0e fix: useInfiniteQuery typing 2022-08-06 14:00:48 +03:00
MTG2000
ea2e142baa feat: build settings page for profile, re-calc navHeight on resize, move the navHeight from js to css var 2022-08-06 13:10:49 +03:00
MTG2000
5ecd6a6a74 feat: show a blurred "Add Comment section" for unconnected users.
Fixes #114
2022-08-04 12:13:22 +03:00
MTG2000
6858639161 update: update navigation components
- Update 'products' to 'apps'
- Make nav content stay withing the same contains as the page body on large screen.
- Change nav items order on mobile
- Add emojis to profile menu items

#107
2022-08-03 10:55:30 +03:00
MTG2000
d43b3215bb feat: comments nostr tooltip, relays connection status, wrap nav content in page-container, show total comments count on story card, created prefernces service 2022-07-30 11:11:29 +03:00
MTG2000
a140208995 feat: add total votes to comments with reactivity 2022-07-29 12:33:05 +03:00
MTG2000
999e9402ce Merge branch 'dev' into nostr 2022-07-28 14:36:00 +03:00
MTG2000
266e89b656 fix: revert the blank-pages fix
The blank-pages fix that kept the current page mounted until the new page is ready seems to cause several severe visual bugs on some pages, so for now I reverted it until a better solution is found.
2022-07-28 14:34:11 +03:00
MTG2000
b28de208d5 feat: basic nostr-settings profile section 2022-07-28 14:14:53 +03:00
MTG2000
ae32f06302 Merge branch 'dev' into nostr 2022-07-27 18:05:46 +03:00
MTG2000
16d3b1dbd8 feat: built loading skeleton components for post-details-page, presist page when transitioning between pages instead of blank page 2022-07-27 18:04:41 +03:00
MTG2000
9492746441 Merge branch 'dev' into nostr 2022-07-25 20:32:19 +03:00