daniyal
|
6a087e659c
|
fix: show appropriate filters based on searching item
Release to Staging / build_and_release (push) Successful in 44s
|
2024-09-23 14:56:41 +05:00 |
|
daniyal
|
e22c731ec6
|
fix: only specify the game name for featured games and image will be fetched at run time
Release to Staging / build_and_release (push) Successful in 45s
|
2024-09-23 13:56:51 +05:00 |
|
daniyal
|
64b5c7194f
|
fix: redirect from mods page to search page on searching
|
2024-09-23 13:55:18 +05:00 |
|
daniyal
|
1d02bf0d6f
|
feat: navigate to search page on submitting search term in games page
Release to Staging / build_and_release (push) Successful in 48s
|
2024-09-18 22:40:41 +05:00 |
|
daniyal
|
72cbd325b0
|
feat: add a game page route that will display all mods associated with that game
|
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
|
c62c1a29b9
|
chore(refactor): use custom hooks
|
2024-09-18 21:49:05 +05:00 |
|
freakoverse
|
876f986ea5
|
added an extra class to the games search results
Release to Staging / build_and_release (push) Successful in 43s
|
2024-09-18 13:53:55 +00:00 |
|
daniyal
|
4dc65b92f7
|
feat: implemented search page
Release to Staging / build_and_release (push) Successful in 43s
|
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 |
|
freakoverse
|
6b1d4e7322
|
added a div wrapper for mod summary for slider to fix text overflow issue
Release to Staging / build_and_release (push) Successful in 44s
|
2024-09-17 11:45:05 +00:00 |
|
daniyal
|
d3a93eab3e
|
chore: add social nav component in main layout
Release to Staging / build_and_release (push) Successful in 43s
|
2024-09-16 12:36:35 +05:00 |
|
daniyal
|
22fc2b4ba3
|
chore: used Link component from react-router-dom instead of a tag
|
2024-09-16 12:35:42 +05:00 |
|
daniyal
|
7a1d0bbfb0
|
fix: immediately setHasZapped to true after zapping
|
2024-09-11 22:28:36 +05:00 |
|
daniyal
|
d15c5a21d9
|
chore: fix react render error
|
2024-09-11 22:28:36 +05:00 |
|
daniyal
|
990460d7cf
|
chore: add keys to list elements in home page
|
2024-09-11 22:28:36 +05:00 |
|
freakoverse
|
aa0b9cf3c3
|
changed class
Release to Staging / build_and_release (push) Successful in 44s
|
2024-09-10 15:52:27 +00:00 |
|
daniyal
|
b808157352
|
fix: added the publish state for comment
Release to Staging / build_and_release (push) Successful in 43s
|
2024-09-10 16:36:35 +05:00 |
|
freakoverse
|
4d5f132bab
|
seperated the <p>s from each other
Release to Staging / build_and_release (push) Successful in 45s
|
2024-09-10 07:54:06 +00:00 |
|
freakoverse
|
e31e7d85ac
|
Update src/pages/mod/internal/comment/index.tsx
Release to Staging / build_and_release (push) Successful in 42s
|
2024-09-10 07:18:58 +00:00 |
|
daniyal
|
a3a022c436
|
feat: implemented comment feature and refactored mod page
Release to Staging / build_and_release (push) Successful in 47s
|
2024-09-10 11:42:09 +05:00 |
|
daniyal
|
87359a914e
|
fix: add signed event to reactionEvents array even before publishing so that UI can be updated immediately
Release to Staging / build_and_release (push) Successful in 44s
|
2024-09-05 15:17:51 +05:00 |
|
daniyal
|
0ac31675f9
|
chore: display reactions UI after reactionEvents are loaded
Release to Staging / build_and_release (push) Successful in 47s
|
2024-09-05 13:30:10 +05:00 |
|
daniyal
|
98f4666f96
|
chore: add game name in mod card and featured slider on landing page
Release to Staging / build_and_release (push) Successful in 52s
|
2024-09-05 12:46:14 +05:00 |
|
daniyal
|
2dd2992810
|
feat: implemented the logic for handling reactions on mods
|
2024-09-05 12:39:52 +05:00 |
|
daniyal
|
a85314f0a7
|
chore(refactor): reduce code duplication in zap
|
2024-09-05 12:39:52 +05:00 |
|
freakoverse
|
a661b3f781
|
added game name to game mod slide
Release to Staging / build_and_release (push) Successful in 45s
|
2024-09-03 17:56:33 +00:00 |
|
daniyal
|
822d5110a8
|
fix: in setting page display admin tab to only admin users
Release to Staging / build_and_release (push) Successful in 45s
|
2024-09-03 16:47:47 +05:00 |
|
daniyal
|
03f9269eb6
|
fix: fetch mods withoud limit filter on landing page and apply limit once retrived
Release to Staging / build_and_release (push) Successful in 45s
|
2024-09-03 15:23:07 +05: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
|
018536e11d
|
fix: sort the mods in by published_at before displaying in latest mods section of landing page
Release to Staging / build_and_release (push) Successful in 43s
|
2024-09-03 14:59:23 +05:00 |
|
daniyal
|
8fea6fa27f
|
chore: quick fix
Release to Staging / build_and_release (push) Successful in 46s
|
2024-09-03 13:15:47 +05:00 |
|
daniyal
|
fad1ff98b3
|
feat: implemented logic for profile box
Release to Staging / build_and_release (push) Failing after 23s
|
2024-09-03 13:05:37 +05:00 |
|
freakoverse
|
0c32999df8
|
Update src/pages/home.tsx
Release to Staging / build_and_release (push) Successful in 45s
|
2024-09-02 16:04:18 +00:00 |
|
freakoverse
|
098068acef
|
div wrapped the slider image
Release to Staging / build_and_release (push) Successful in 44s
|
2024-09-02 09:03:41 +00:00 |
|
daniyal
|
56ec37e57b
|
feat: display data on landing page
Release to Staging / build_and_release (push) Successful in 44s
|
2024-09-02 13:50:52 +05:00 |
|
daniyal
|
0b2e5c29d5
|
feat: add image gallery
Release to Staging / build_and_release (push) Successful in 46s
|
2024-08-29 23:01:41 +05:00 |
|
daniyal
|
e1da323c2f
|
fix: add fully unmoderated option for admin
Release to Staging / build_and_release (push) Successful in 46s
|
2024-08-29 22:13:36 +05:00 |
|
daniyal
|
203e27b19d
|
feat: added the ability to unblock the posts
|
2024-08-29 18:26:06 +05:00 |
|
daniyal
|
ab27a1f9e1
|
chore: quick fix
Release to Staging / build_and_release (push) Successful in 42s
|
2024-08-29 13:29:01 +05:00 |
|
daniyal
|
8a232c7d91
|
fix: ability to right-click on a mod post to open in new tab or copy link
Release to Staging / build_and_release (push) Failing after 22s
|
2024-08-29 13:24:15 +05:00 |
|
freakoverse
|
d9f0972961
|
added more report options (2)
Release to Staging / build_and_release (push) Successful in 44s
|
2024-08-28 17:40:33 +00:00 |
|
daniyal
|
d9347014ec
|
feat: added the ability to report and block posts
|
2024-08-28 22:03:43 +05:00 |
|
daniyal
|
1259144228
|
fix: use published_at for latest/oldest sort
Release to Staging / build_and_release (push) Successful in 46s
|
2024-08-27 20:46:42 +05:00 |
|
daniyal
|
4de54f7688
|
feat: use tiptap for rich text editor
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
Release to Staging / build_and_release (push) Successful in 50s
|
2024-08-27 00:35:37 +05:00 |
|
daniyal
|
6377da94c6
|
fix: use naddr instead of nevent
|
2024-08-26 17:11:33 +05:00 |
|
daniyal
|
da88a969f3
|
fix routing for mod edit page
Release to Staging / build_and_release (push) Successful in 42s
|
2024-08-19 11:41:11 +05:00 |
|
freakoverse
|
d7246e3cb0
|
link edit
Release to Staging / build_and_release (push) Successful in 41s
|
2024-08-18 19:08:27 +00:00 |
|
freakoverse
|
d425b9ec87
|
text edits
Release to Staging / build_and_release (push) Successful in 44s
|
2024-08-18 19:05:06 +00:00 |
|