Commit 16be5a8
Merge to prod (#158)
* Feature/landing page setup (#155)
* feat: Enhance SignInPage with form validation and loading state
- Implemented form validation using Zod and react-hook-form for email and password fields.
- Added loading state to improve user experience during sign-in.
- Integrated error handling for various sign-in scenarios, including unverified email and session management.
- Updated LoginForm component to accept form props and handle submission logic.
- Introduced Loading component for better visual feedback during loading states.
- Refactored AuthLayout for improved layout and responsiveness.
* feat: Revamp landing page structure and components
- Removed the old Home component and replaced it with a new layout for the landing page.
- Introduced a new LandingLayout component to encapsulate the Navbar and Footer.
- Created multiple new pages for the landing section, including About, Contact, Disclaimer, Grants, Hackathons, Privacy, Projects, and Terms of Service.
- Updated the Projects component to include pagination and improved project filtering based on user ownership and status.
- Enhanced the ProjectCard component to conditionally display the ellipsis menu based on project ownership.
- Added a Footer component for consistent navigation across the landing pages.
* feat: Update CampaignTable and pagination handling across user pages
- Modified CampaignTable component to accept `limit` and `showPagination` props for flexible display.
- Adjusted CampaignTable instances in UserPage and CampaignsPage to utilize new props.
- Refactored pagination logic in Projects component to streamline page navigation and improve user experience.
- Enhanced Pagination component for better integration and usability across different contexts.
* chore: Update Next.js version to 15.5.2 in package.json and package-lock.json
- Upgraded Next.js from 15.4.4 to 15.5.2 for improved performance and features.
- Updated related dependencies in package-lock.json to reflect the new version.
* feat: Refactor Projects and RecentProjects components for improved data fetching and dependency management
- Updated fetchProjects function in Projects component to include necessary dependencies for useCallback.
- Enhanced RecentProjects component to properly utilize fetchProjects with updated dependency array.
- Improved error handling and loading state management during project data fetching.
* feat: Add GSAP animations and new waitlist page
- Integrated GSAP for enhanced animations in the Navbar and new WaitlistPage component.
- Added form validation using Zod and react-hook-form for the waitlist form.
- Implemented character animations for the title and subtitle on the waitlist page.
- Updated package.json and package-lock.json to include GSAP and @gsap/react dependencies.
- Enhanced global styles with new CSS classes for animations and gradients.
* feat: A lot of implentations
* Feature/landing page setup (#156)
* feat: Enhance SignInPage with form validation and loading state
- Implemented form validation using Zod and react-hook-form for email and password fields.
- Added loading state to improve user experience during sign-in.
- Integrated error handling for various sign-in scenarios, including unverified email and session management.
- Updated LoginForm component to accept form props and handle submission logic.
- Introduced Loading component for better visual feedback during loading states.
- Refactored AuthLayout for improved layout and responsiveness.
* feat: Revamp landing page structure and components
- Removed the old Home component and replaced it with a new layout for the landing page.
- Introduced a new LandingLayout component to encapsulate the Navbar and Footer.
- Created multiple new pages for the landing section, including About, Contact, Disclaimer, Grants, Hackathons, Privacy, Projects, and Terms of Service.
- Updated the Projects component to include pagination and improved project filtering based on user ownership and status.
- Enhanced the ProjectCard component to conditionally display the ellipsis menu based on project ownership.
- Added a Footer component for consistent navigation across the landing pages.
* feat: Update CampaignTable and pagination handling across user pages
- Modified CampaignTable component to accept `limit` and `showPagination` props for flexible display.
- Adjusted CampaignTable instances in UserPage and CampaignsPage to utilize new props.
- Refactored pagination logic in Projects component to streamline page navigation and improve user experience.
- Enhanced Pagination component for better integration and usability across different contexts.
* chore: Update Next.js version to 15.5.2 in package.json and package-lock.json
- Upgraded Next.js from 15.4.4 to 15.5.2 for improved performance and features.
- Updated related dependencies in package-lock.json to reflect the new version.
* feat: Refactor Projects and RecentProjects components for improved data fetching and dependency management
- Updated fetchProjects function in Projects component to include necessary dependencies for useCallback.
- Enhanced RecentProjects component to properly utilize fetchProjects with updated dependency array.
- Improved error handling and loading state management during project data fetching.
* feat: Add GSAP animations and new waitlist page
- Integrated GSAP for enhanced animations in the Navbar and new WaitlistPage component.
- Added form validation using Zod and react-hook-form for the waitlist form.
- Implemented character animations for the title and subtitle on the waitlist page.
- Updated package.json and package-lock.json to include GSAP and @gsap/react dependencies.
- Enhanced global styles with new CSS classes for animations and gradients.
* feat: A lot of implentations
* feat: Enhance landing page components and add newsletter functionality
- Updated spacing and layout in LandingPage, BackedBy, WhyBoundless, and Hero components for improved responsiveness.
- Introduced a new Newsletter component with form handling and state management.
- Added SVG assets for SDF, Trustless, and Stellar branding.
- Improved dialog overlay styling for better visual consistency.
- Refactored existing components to accommodate new design and functionality.
* feat: Add BlogCard and BlogSection components with mock data and styling
- Introduced BlogCard component to display individual blog posts with title, excerpt, image, and date.
- Created BlogSection component to manage and display a collection of BlogCard components, including responsive design for mobile and desktop views.
- Implemented a card stack animation for mobile users and a grid layout for larger screens.
- Added mock blog data for initial rendering and testing.
- Updated global styles for text clipping and improved layout consistency.
* feat: Redirect to waitlist page on landing page load
- Added useEffect to automatically navigate users to the waitlist page upon landing page load.
- Imported useRouter from Next.js for routing functionality.
- Updated import statements to include useEffect alongside useRef.
* chore: Remove obsolete README files for Launch Campaign, Metadata, and Wallet Protection
- Deleted outdated documentation files that are no longer relevant to the current project structure and features.
- Ensured a cleaner codebase by removing unnecessary files that may cause confusion for developers.
* chore: Comment out final build check in pre-push hook
- Disabled the final build check in the pre-push hook to streamline the push process.
- Retained the security audit and uncommitted changes check for continued code quality assurance.
* feat: implemented about-us-page-testimonials-section (#165)
* feat: Enhance TestimonialsSection with responsive column layout and animations
- Updated TestimonialsSection to dynamically calculate the number of columns based on container width.
- Improved scrolling animations using GSAP for a smoother user experience.
- Added gradient images for visual enhancement and adjusted layout for better responsiveness.
- Introduced a new fade.png asset for background effects.
* chore: Update axios to version 1.12.0 and add data URL rejection in API client
- Upgraded axios dependency in package.json and package-lock.json to version 1.12.0 for improved functionality.
- Implemented a check in the API client to proactively reject requests to data: URLs, enhancing security and preventing potential issues with large payloads.
* feat: our team and partners components design implementation (#166)
* feat: Our Team and Partners section design implementation, prettier fix
* fix: npm audit fix
* refactor: Update image imports in CampaignLiveSuccess component to use direct paths
- Replaced variable imports for images with direct paths in the CampaignLiveSuccess component for improved clarity and consistency.
- This change simplifies the image handling and reduces unnecessary imports.
* refactor: Enhance auth configuration with TypeScript types and improve session handling
- Added TypeScript types for Session, JWT, and NextAuthUser to improve type safety in auth.ts.
- Updated the authorize, jwt, and session callbacks to utilize these types, enhancing clarity and maintainability.
- Adjusted eslint configuration to ignore specific directories and updated linting commands in package.json for consistency.
---------
Co-authored-by: OBISIKE MAXWELL <126118236+Maxzi3@users.noreply.github.com>
Co-authored-by: Jibola Paul <harjibbolar26@gmail.com>1 parent 62f6230 commit 16be5a8
87 files changed
Lines changed: 21070 additions & 836 deletions
File tree
- .husky
- app
- (landing)
- about
- blog
- code-of-conduct
- contact
- disclaimer
- grants
- hackathons
- privacy
- projects
- terms
- waitlist
- api/waitlist/subscribe
- components
- user
- components
- landing-page
- blog
- overview
- project
- testimonials
- data
- ui
- waitlist
- lib
- api
- public
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
0 commit comments