Feat/missing pages audit implementation#161
Open
Ekene001 wants to merge 9 commits into
Open
Conversation
- Refactored theme management in ThemeProvider to support user preferences (light, dark, system). - Updated Topbar and SiteHeader components to reflect theme changes with appropriate icons and tooltips. - Enhanced InvoicesTable and InvoiceDrawer components with consistent status badge styling. - Adjusted QR code modal and link creation components for improved visual consistency. - Fixed encoding issues in InvoiceDrawer and GreetingHeader components. - Improved accessibility by adding aria-labels and titles for theme toggle buttons.
…/implement-dark-mode-system-for-merchant-dashbaord
- Added refund modal for issuing refunds with full and partial options. - Integrated refund history table to display all refunds with filtering and pagination. - Enhanced payment detail drawer to show refund status and action buttons. - Created refund timeline component to visualize refund events. - Implemented refund status badges for better UX. - Introduced hooks for managing refund data and events. - Updated payment timeline to reflect refund statuses. - Added utility functions for refund management, including validation and ETA calculations. - Improved status badges for payments to reflect refunding and refunded states.
- Updated package.json build script to copy necessary Prisma package.json files. - Modified schema.prisma to include Notification model and related database migrations. - Implemented NotificationsModule and NotificationsService for handling notifications. - Integrated NotificationsController for API endpoints to list and manage notifications. - Created NotificationBell component for displaying notifications in the dashboard. - Added RealtimeToastNotifications provider for real-time toast notifications based on socket events. - Introduced useToastNotificationPreference hook for managing user preferences on toast notifications. - Updated EventsService to emit notification events when relevant actions occur. - Enhanced AuthService and InvoicesService to trigger notifications on specific actions.
…/Refund-Management-UI
…sections - Updated TypeScript configuration for better readability. - Created new blog post pages with dynamic routing and metadata generation. - Added a changelog RSS feed for blog updates. - Implemented a contact page with team contact information. - Developed an integrations page showcasing various integration options. - Introduced a press release page with dynamic content based on slug. - Added product pages with detailed descriptions and CTAs. - Created a security researchers recognition page. - Established data structures for blog posts and product pages. - Included placeholder assets for branding and marketing materials.
…/Missing-Pages-Audit-Implementation
|
@Ekene001 is attempting to deploy a commit to the Threadflow Team on Vercel. A member of the Team first needs to authorize it. |
|
@Ekene001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #143
PR Title
Marketing Site Audit Completion: Implement Missing Routes, Product and Blog IA, and Sitemap Coverage
Summary
This PR implements the missing marketing-site pages identified in the audit and closes route gaps causing broken user journeys and 404s.
The update delivers complete coverage for primary navigation, footer links, homepage CTA destinations, sitemap entries, and dynamic content routes so referenced marketing pages resolve successfully.
What’s Included
Priority 0 (Critical)
Priority 1 (Product Pages)
Added four product detail pages:
Invoicing
Global Payouts
Priority 2 (Marketing, Legal, Compliance)
To satisfy the requirement that all referenced routes resolve:
Expanded sitemap coverage to include:
Legal/compliance/security routes
This improves crawlability, discoverability, and procurement-readiness expectations for a B2B SaaS site.
UX/Business Impact
Validation