Commit Graph

15 Commits

Author SHA1 Message Date
Aj Wazzan
95276e56bd Refactor: implement active connection management and update related components
- 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.
2025-05-20 17:01:36 -07:00
BlankParticle
43e690e5c4 fix: revert backend builder 2025-05-21 00:52:53 +05:30
BlankParticle
2dd3abf67e chore: build server into multiple files 2025-05-20 18:25:05 +05:30
BlankParticle
a4d7889fa2 chore: do optimizations 2025-05-20 16:52:55 +05:30
Aj Wazzan
0f2ed02de4 feat: add deployment scripts for frontend and backend; enhance mail and server package.json with deploy commands 2025-05-20 01:55:15 -07:00
BlankParticle
fa45abaf44 feat: remixify and whatever else needed to be done 2025-05-20 13:56:47 +05:30
Ahmet Kilinc
9b8e7de83f feat: outlook driver 2025-05-19 13:14:20 +01:00
BlankParticle
7736d0f0f8 feat: access hono context from anywhere 2025-05-13 16:22:47 +05:30
Dak Washbrook
6b9ec34289 Update dependencies for Drizzle and Radix libraries
Upgraded "drizzle-kit" to 0.31.1 and adjusted "drizzle-orm" versioning for consistency. Additionally, updated Radix dependencies to their latest versions to ensure compatibility and improvements.
2025-05-11 22:45:22 -07:00
Adam
63f661940a Merge pull request #933 from Mail-0/fix/local-dev-server
fix: local dev mode for zero backend
2025-05-11 11:17:39 -07:00
Aj Wazzan
ffc5911e13 feat: add party-related components and integrate party functionality in MailLayout, update package dependencies, and configure DurableMailbox for session management 2025-05-10 23:55:23 -07:00
BlankParticle
b9862fbd58 fix: local dev for zero backend 2025-05-11 10:55:14 +05:30
BlankParticle
9922f9d3ba feat: remove nextjs proxy for direct calls 2025-05-09 00:28:38 +05:30
Aj Wazzan
d707420fd6 chore: update .gitignore, add devDependencies in package.json, and enhance server configuration 2025-05-07 16:30:30 -07:00
BlankParticle
94e7d68db9 feat: first working version of separated backend 2025-05-08 00:44:52 +05:30