Commit Graph

73 Commits

Author SHA1 Message Date
daniyal
b6a8fc435d chore: refactor code for mod filter
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
2024-10-07 15:45:21 +05:00
freakoverse
2abd940c00 Update src/components/ModForm.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m10s
2024-10-06 22:57:25 +00:00
freakoverse
98ef58884e Update src/components/Zap.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 49s
2024-10-01 06:31:05 +00:00
daniyal
bad1404e1a feat: implemented zap split UI
All checks were successful
Release to Staging / build_and_release (push) Successful in 48s
2024-09-30 21:20:30 +05:00
daniyal
3b2e899c14 fix: update form state on getting existing mod data
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
2024-09-30 14:52:19 +05:00
daniyal
f7bf65c845 fix: in mod detail page fixed navigation for game route and edit mod
All checks were successful
Release to Staging / build_and_release (push) Successful in 50s
2024-09-25 21:12:42 +05:00
daniyal
8608765e79 fix: display profile box even if user does not have metadata
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
2024-09-25 20:55:48 +05:00
daniyal
1a889213fa feat: implement profile edit
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
2024-09-24 21:53:34 +05:00
freakoverse
da702898f8 Update src/components/Banner.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-09-23 23:40:39 +00:00
daniyal
b21c79b992 feat: display reactions, comments, and zap data in mod cards
All checks were successful
Release to Staging / build_and_release (push) Successful in 48s
2024-09-23 20:59:33 +05:00
daniyal
a1dd002d28 feat: enabled routing on game card
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
2024-09-18 21:49:05 +05:00
daniyal
05414013ce feat: implemented logic for games page 2024-09-18 21:49:05 +05:00
daniyal
381028614a feat: added a custom hook for games list 2024-09-18 21:49:05 +05:00
daniyal
a90e932ed6 chore: refactore profile section component 2024-09-18 08:21:03 +05:00
daniyal
9730fec14f chore: move pagination for separate component file 2024-09-18 08:21:03 +05:00
daniyal
06f0282cad chore: memoize modCard 2024-09-18 08:21:03 +05:00
daniyal
5b641ff4cc chore: add error boundary component 2024-09-18 08:21:03 +05:00
daniyal
22fc2b4ba3 chore: used Link component from react-router-dom instead of a tag 2024-09-16 12:35:42 +05:00
freakoverse
a56d26387e removed inline css in one element
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s
2024-09-12 12:17:48 +00:00
daniyal
7a1d0bbfb0 fix: immediately setHasZapped to true after zapping 2024-09-11 22:28:36 +05:00
freakoverse
96bf84a0c4 added zap icon / numbers to mod box
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
2024-09-11 15:14:31 +00:00
daniyal
a3a022c436 feat: implemented comment feature and refactored mod page
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s
2024-09-10 11:42:09 +05:00
freakoverse
d77d9f7bcc link change
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
2024-09-05 13:00:10 +00:00
daniyal
98f4666f96 chore: add game name in mod card and featured slider on landing page
All checks were successful
Release to Staging / build_and_release (push) Successful in 52s
2024-09-05 12:46:14 +05:00
daniyal
a85314f0a7 chore(refactor): reduce code duplication in zap 2024-09-05 12:39:52 +05:00
freakoverse
77d849e3ab added placeholder gamename for a mod card
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
2024-09-03 15:15:04 +00:00
daniyal
4b51fa55f5 fix: change the route for mod detail page from mods-inner to mod 2024-09-03 15:13:51 +05:00
daniyal
c44a28f755 fix: fixed profile picture and bio in profile box
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
2024-09-03 14:37:54 +05:00
daniyal
fad1ff98b3 feat: implemented logic for profile box
Some checks failed
Release to Staging / build_and_release (push) Failing after 23s
2024-09-03 13:05:37 +05:00
freakoverse
17ef110f6f wrapped the mod image with a div to fix its presentation
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
2024-09-02 09:53:22 +00:00
freakoverse
764c936ff8 Update src/components/GameCard.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-09-02 09:49:53 +00:00
freakoverse
1b2926ae77 Update src/components/GameCard.tsx
Some checks failed
Release to Staging / build_and_release (push) Failing after 20s
2024-09-02 09:48:51 +00:00
daniyal
0733849b25 chore: use fallback images for mod and games if provided image gives error 2024-09-02 13:50:52 +05:00
daniyal
47cc4a19ea fix: prepend https:// to url if no protocol is specified
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-08-29 14:32:27 +05:00
daniyal
8a232c7d91 fix: ability to right-click on a mod post to open in new tab or copy link
Some checks failed
Release to Staging / build_and_release (push) Failing after 22s
2024-08-29 13:24:15 +05:00
daniyal
1e98b16c14 fix: reset body field in mod form when route changes
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-08-28 22:57:26 +05:00
freakoverse
926d29a36e typo fix
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-08-27 11:39:04 +00:00
freakoverse
b9b1e1457c added class to toolbar btn
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
2024-08-27 11:36:26 +00:00
daniyal
4de54f7688 feat: use tiptap for rich text editor
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
2024-08-27 15:53:34 +05:00
daniyal
c429dfa322 fix: use @uiw/react-md-editor as rich text editor and displaying markdown
All checks were successful
Release to Staging / build_and_release (push) Successful in 50s
2024-08-27 00:35:37 +05:00
daniyal
1927887992 fix: reset mod form when route changes from edit to submit
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
2024-08-26 18:44:00 +05:00
daniyal
6377da94c6 fix: use naddr instead of nevent 2024-08-26 17:11:33 +05:00
daniyal
012e868ad3 remove url reachability check for download url as it may give cors error
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
2024-08-19 11:22:55 +05:00
freakoverse
8395d4fc31 text change
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s
2024-08-17 14:31:40 +00:00
freakoverse
f9498d8d8f test temp fix for game list ux in game submission
All checks were successful
Release to Staging / build_and_release (push) Successful in 41s
2024-08-16 15:30:23 +00:00
freakoverse
b5fd5ded6a fixed an issue that was preventing the games list from visually appearing
All checks were successful
Release to Staging / build_and_release (push) Successful in 40s
2024-08-16 14:32:49 +00:00
freakoverse
dd22b780a7 Update src/components/Banner.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-08-16 12:09:12 +00:00
freakoverse
f4ced90acb temp styling
Some checks failed
Release to Staging / build_and_release (push) Failing after 19s
2024-08-16 12:04:43 +00:00
freakoverse
90581fe630 link and text changes
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-08-16 12:01:15 +00:00
freakoverse
5771f81061 link and text changes
Some checks failed
Release to Staging / build_and_release (push) Failing after 18s
2024-08-16 11:47:54 +00:00