Commit Graph

193 Commits

Author SHA1 Message Date
Atash03 236ded1a82 fix: unwrap async params with React.use() for Next.js 15 compatibility
All client-side dynamic route pages were accessing params directly
instead of unwrapping the Promise, which Next.js 15 now requires.
2026-01-26 11:07:42 +05:00
Atash03 9863f27c6f feat: replace Google Fonts with local font files
Switch from Google Fonts CDN to self-hosted fonts for better privacy,
faster loading, and offline support. Download and configure local fonts
for Roboto, Inter, Merriweather, Merriweather Sans, and Alexandria.
2026-01-26 00:43:16 +05:00
Atash03 d02e8620d4 fix: update image component sizes for better responsiveness
- Added sizes attribute to Image components in Footer, MobileMenu, Nav, Calculator, Banner, and adjusted viewport meta tag in layout for improved layout handling.
2026-01-26 00:19:11 +05:00
Atash03 895d1b8c08 fix: add CSP headers to allow blob URLs for media playback 2026-01-26 00:14:44 +05:00
Atash03 6b40ea0c9c remove console.logs 2026-01-25 23:39:54 +05:00
Atash03 8c924c0b27 fix: await params in dynamic route for Next.js 15 compatibility
In Next.js 15, dynamic route params are now Promises and must be
awaited before accessing properties.
2026-01-24 16:48:35 +05:00
Atash03 687f5aab4e fix: update dependencies API compatibility for build success
- Update revalidateTag to accept required profile parameter (Next.js 16)
- Change ReactPlayer url prop to src (react-player v3)
- Add initialPageParam to prefetchInfiniteQuery and useInfiniteQuery calls (TanStack Query v5)
- Update useMutation to object syntax with mutationFn (TanStack Query v5)
- Change isLoading to isPending for mutations (TanStack Query v5)
- Fix useOnClickOutside ref type casting (usehooks-ts)
- Update AnimationControls to LegacyAnimationControls (framer-motion v12)
- Change IconLeft/IconRight to Chevron component (react-day-picker v9)
- Update darkMode config format (Tailwind CSS v4)
- Update tsconfig moduleResolution to bundler and target to ES2017
2026-01-24 15:10:43 +05:00
Atash03 a06e3fbf11 fix: update dependencies and fix z-index issues
- Update Swiper imports to use 'swiper/modules' for v12+ compatibility
- Migrate Tailwind CSS v4 configuration with @tailwindcss/postcss
- Update globals.css to use @import "tailwindcss" syntax
- Fix nav dropdown z-index to appear above main content
- Replace deprecated NextSeo with next/head
- Update React Query Hydrate to HydrationBoundary for v5
- Remove unused imports from queries.ts
2026-01-24 14:41:32 +05:00
Atash03 492631ab7e feat: add static example.txt file 2025-09-08 13:03:14 +05:00
Atash03 0cae14971f fix: ui changes in advert page 2025-08-26 15:05:04 +05:00
Atash03 cb7cbb7ac9 fix quiz[id] page error 2025-07-14 11:34:28 +05:00
Atash03 a8c5dc79f0 fix: view count func 2025-06-23 14:15:10 +05:00
Atash03 a02b738012 fix: added view functionality to videos 2025-06-23 13:36:24 +05:00
Atash03 80d73faad4 fix: added view functionality to videos 2025-06-23 13:14:17 +05:00
Atash03 effee2c557 added description field to votes 2025-05-07 16:07:52 +05:00
Atash03 0f7e32d067 added description field to votes 2025-05-07 16:05:59 +05:00
Atash03 bb70710c65 fix error 2025-04-25 17:51:05 +05:00
Atash03 875620b64e new feature in quiz page 2025-04-14 16:14:44 +05:00
Atash03 b059d2afd6 ui changes 2025-04-09 17:56:33 +05:00
Ilgeldi dd5590d4c8 ui changes 2025-04-08 14:21:30 +05:00
Ilgeldi 35704d99f4 ui changes 2025-04-07 16:20:17 +05:00
Ilgeldi b6fcb92c8d ui changes 2025-04-04 15:43:52 +05:00
Ilgeldi f37f4bd024 ui changes 2025-04-04 15:28:14 +05:00
Ilgeldi 52b75b5c19 fix conditional in vote page 2025-03-28 22:40:28 +05:00
Ilgeldi 5fe9491f86 route changes 2025-03-28 17:50:41 +05:00
Ilgeldi ce90ebeb50 route changes 2025-03-28 17:11:31 +05:00
Ilgeldi 3cbbdf21c4 route changes 2025-03-28 17:05:40 +05:00
Ilgeldi 35fa202f61 ui changes, fix errors 2025-03-20 16:55:08 +05:00
Ilgeldi 3b06c9baa9 quiz/[id]/results: ui changes 2025-03-20 15:51:51 +05:00
Ilgeldi 94a4df4ff2 fix: quiz ui, and quiz logic 2025-03-14 15:46:10 +05:00
Ilgeldi 21187be32a added search in quiz results 2025-03-13 21:21:41 +05:00
Ilgeldi 06ba1a923f fix: when steps has no length, not showing content 2025-03-10 16:15:29 +05:00
Ilgeldi 30dd824526 quiz[id]/netije route added 2025-03-07 15:18:56 +05:00
Ilgeldi ce4d7348d3 feature: autoPlay when video changes 2025-03-01 15:28:52 +05:00
Ilgeldi fbda9a42f3 playlist route: added next button, autoPlay next video when ended 2025-03-01 15:10:35 +05:00
Ilgeldi abe1590dcb added playlist route 2025-02-27 16:38:46 +05:00
Ilgeldi 37dd838a94 added playlist route 2025-02-27 16:13:29 +05:00
Ilgeldi cff0dd5371 quiz page adjustments, added pagination 2025-02-25 21:29:54 +05:00
Ilgeldi f6fddab1bf treasure section, video controls fix 2025-02-25 16:27:05 +05:00
Ilgeldi a4eae0e528 quiz page adjustments 2025-02-24 16:45:37 +05:00
Ilgeldi 15ac1ca1c7 feature 2025-02-18 15:47:56 +05:00
Ilgeldi 40546c8a3d route changes 2025-02-16 14:20:28 +05:00
Ilgeldi 87771711e2 swiched to client render 2025-02-16 13:44:15 +05:00
Ilgeldi 3a69358445 fix errors 2025-02-16 13:12:03 +05:00
Ilgeldi 6107dea9a5 fix errors 2025-02-16 12:24:13 +05:00
Ilgeldi 714932d3f3 fix ui errors 2025-02-11 17:34:39 +05:00
Ilgeldi f035fd03cc added revalidate tag for toss route 2025-02-10 18:23:33 +05:00
Ilgeldi 55cf8f593f new logic in lottery and toss route 2025-02-10 16:46:43 +05:00
Ilgeldi 7b5db124da new logic in lottery and toss route 2025-02-10 15:36:10 +05:00
Ilgeldi f68e76c4b4 fix build errors 2025-02-08 15:23:37 +05:00