Skip to content

Conversation

@TechWithTy
Copy link
Owner

No description provided.

Codex CLI added 7 commits December 7, 2025 10:16
- Rename middleware.ts to proxy.ts using Next.js codemod
- Rename middleware() function to proxy() function
- Update all console.log statements from [middleware] to [proxy]
- Rename middleware.__tests__.ts to proxy.__tests__.ts
- Update test imports and function calls to use proxy
- Update comments in codebase to reference proxy instead of middleware
- Follows Next.js 16+ deprecation of middleware convention

Next.js is deprecating the middleware.ts convention in favor of proxy.ts
to better clarify the feature's purpose and avoid confusion with Express.js
middleware. The functionality remains the same, only the naming changes.
- Fix import organization in proxy.ts and related files
- Prefix unused parameters with underscore
- Use Object.hasOwn() instead of Object.prototype.hasOwnProperty
- Apply Biome auto-fixes for formatting and import sorting
- Use Object.hasOwn() instead of Object.prototype.hasOwnProperty
- Prefix unused variables with underscore (_isProd, _error)
- Import organization already handled by Biome
- All 16 proxy tests passing
- UTM parameter handling verified
- Redirect functionality confirmed
- Notion integration working
- Facebook Pixel tracking operational
- Functionality fully preserved after migration
- Add theme-aware hover states for Info icons (mobile and desktop)
- Add hover effects to Enrich label with color transitions
- Add hover states to Switch wrapper and component
- Fix PopoverContent background transparency with proper light/dark mode backgrounds
- Update text colors in popover for better readability in both themes
- Add social media accounts and activity summary to enrichment benefits list
- Replace jest.fn() with vi.fn() from vitest
- Replace jest.clearAllMocks() with vi.clearAllMocks()
- Replace jest.Mock type annotations with ReturnType<typeof vi.fn>
- Add vitest/globals type reference
- All 16 tests passing successfully
@vercel
Copy link

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
deal-scale Ready Ready Preview Comment Dec 10, 2025 1:14pm

@TechWithTy TechWithTy merged commit f3f68f1 into main Dec 10, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants