mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
- Removed unused esbuild configuration for dropping console statements. - Updated `vite.config.ts` to streamline configuration. - Enhanced `wrangler.jsonc` with environment-specific variables for local, staging, and production. - Refactored components to utilize `useActiveConnection` for managing active connections, ensuring consistent access across the application. - Adjusted various components (e.g., `page.tsx`, `mail-display.tsx`, `nav-user.tsx`) to replace session-based connection handling with active connection management. - Cleaned up imports and improved code readability across multiple files.