Commit Graph

39 Commits

Author SHA1 Message Date
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
e6a19ecd6f feat (overview-page): judges, faqs, counter 2022-09-01 11:04:03 +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
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
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
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
a140208995 feat: add total votes to comments with reactivity 2022-07-29 12:33:05 +03:00
MTG2000
0b0e1b5bb2 feat: build a new preview component, change the story form errors structure and display, store current draft in storage
Issues #67 #66
2022-07-12 13:17:43 +03:00
MTG2000
216133f893 feat: create preload hook, preload postDetailsPage 2022-07-12 10:56:39 +03:00
MTG2000
9a8dc9431b fix: fixing pre-launch issues
- refactor the tags topics stuff (apis/mocks/components)
- update TagsInput
- Change how feed page looks on tags filtering
2022-06-14 17:40:47 +03:00
MTG2000
3bb0100d36 fix: fixing pre-launch issues
- fix inconisistent border sizes & radius
- add back button to createStoryPage
- add cover image to story page
- update FAQs in donations page
2022-06-14 09:43:55 +03:00
MTG2000
2f9d05b8cb feat: Create story page
- topics input component
- refactor autocomplete component
- create staging slice
- fix post details username overflow
2022-06-03 22:35:31 +03:00
MTG2000
9134bd4329 fix: update voteBtn sparks container on resize 2022-05-30 16:46:46 +03:00
MTG2000
113ec18479 fix: fix some QA issues
- fix navbar height
- remove input shadow
- change donateCard options style
- add 2px borders to cards
- remove search from nav on sections other than products
- implement useMediaQuery
2022-05-26 20:27:39 +03:00
MTG2000
f1f0be7f79 feat: connect donate card with api & handle states 2022-05-25 11:23:11 +03:00
MTG2000
08222b9935 feat: Hackathons page, hackathons filter, hackathons mocks api 2022-05-22 13:23:37 +03:00
MTG2000
3709b4d93c feat: enable voting in other components 2022-05-21 16:21:28 +03:00
MTG2000
cdbd10da4e feat: build generic voting api, build useVote hook 2022-05-21 13:36:34 +03:00
MTG2000
32374b97d0 feat: add excerpt column to db, add preveiw&copy story to text editor 2022-05-20 16:51:02 +03:00
MTG2000
4e307e071e fix: infinite query hook reset 2022-05-20 16:06:28 +03:00
MTG2000
c30566cf14 feat: vote button reset cntr, replace old votes cntr in some components 2022-05-18 10:33:08 +03:00
MTG2000
02c5cfc1b4 remove logs 2022-05-05 10:59:34 +03:00
MTG2000
fff2dda9a4 chore: change Modal Component to a new accessible one, fix usePressHolder bug, fix ProjectDetailsCard body breaklines 2022-05-05 10:57:36 +03:00
MTG2000
0188825b5b feat: proper handling of return values from store actions, use-redux-effect hook, refactored TextEditor.ToolButton to multiple components 2022-05-03 14:52:11 +03:00
MTG2000
d7b2499c13 feat: comment with replies component, convertCommentsToTree helper method, comments section component, add comment input component, useAutoResizableText area, update mocks with comments data 2022-04-26 10:41:03 +03:00
MTG2000
11594471d3 fix: fixing a bug with graphql data shape 2022-04-18 18:12:06 +03:00
MTG2000
1f817c8a79 feat: added infinite scroll to feed page 2022-04-18 16:37:59 +03:00
MTG2000
c75777f5a8 feat: Add useReachedBottom hook, add post card skeleton, clean-up Post Card components 2022-04-18 14:16:55 +03:00
MTG2000
9828aa2b2f fix: navbar resize issue 2022-03-30 12:57:44 +03:00
MTG2000
031a7f3782 feat: add search functionality 2022-03-14 17:19:32 +02:00
MTG2000
b3ed2ad280 feat: added mocks using msw 2022-03-12 16:11:11 +02:00
MTG2000
ea20ea6784 feat: Created an animated Tip button 2022-01-16 20:51:24 +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