Aj Wazzan
e4ef39a220
refactor: update notification handling to support multiple thread IDs
2025-05-20 23:37:44 -07:00
BlankParticle
6101c753f1
fix: language cookie and fix saving settings
2025-05-21 12:05:14 +05:30
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
Adarsh Tiwari
e490c51c1a
style(ui): update styling for pricing dialog and nav user button
2025-05-21 03:32:03 +05:30
Adam
fdb6628679
Merge pull request #1023 from Adarsh9977/pro-connections
...
refactor(pricing-dialog): simplify PricingDialog component and usage
2025-05-20 13:28:53 -07:00
Adarsh Tiwari
a266eed639
refactor(pricing-dialog): simplify PricingDialog component and usage
2025-05-21 01:49:11 +05:30
Aj Wazzan
2dfec38222
chore: configure esbuild to drop console statements
2025-05-20 13:08:05 -07:00
Aj Wazzan
8530d3bd80
refactor: replace lazy loading with direct imports for routers in TRPC index
2025-05-20 12:44:14 -07:00
BlankParticle
43e690e5c4
fix: revert backend builder
2025-05-21 00:52:53 +05:30
BlankParticle
214b4ae372
chore: update build and deploy commands
2025-05-21 00:33:57 +05:30
Adam
7a456279c1
Merge pull request #1022 from Mail-0/chore/optimization
...
chore: do optimizations
2025-05-20 11:58:42 -07:00
Nizzy
c07a8ae6f1
fixes
2025-05-20 10:15:06 -07:00
Nizzy
6bf3497b6a
ui
2025-05-20 10:08:47 -07:00
BlankParticle
9be63d8aeb
fix: remove remaining NEXT_PUBLIC
2025-05-20 21:04:51 +05:30
Ahmet Kilinc
7753379d60
fix trusted origin
2025-05-20 14:54:36 +01:00
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
e47fb47443
refactor: remove console log from useBilling hook for cleaner code
2025-05-20 02:08:24 -07:00
Aj Wazzan
cc03565570
refactor: update environment variable keys in wrangler.jsonc to use VITE prefix for consistency
2025-05-20 02:03:17 -07:00
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
Aj Wazzan
97273db862
feat: enhance observability and environment variables in wrangler.jsonc; refactor footer component for improved structure; clean up unused types in use-billing hook; update chat handler to utilize environment variables
2025-05-20 01:47:11 -07:00
BlankParticle
fa6baa7168
fix: autumn maybe
2025-05-20 14:13:46 +05:30
BlankParticle
5b12733af7
feat: own autumn api
2025-05-20 13:56:52 +05:30
BlankParticle
5f5e6568cb
fix: dep issues & other fixes
2025-05-20 13:56:52 +05:30
Aj Wazzan
f4aa269975
refactor: update trustedOrigins configuration for improved security
2025-05-20 13:56:51 +05:30
BlankParticle
5d9eccbc4d
fix: origin checks
2025-05-20 13:56:51 +05:30
Aj Wazzan
086a3d85ba
refactor: update AI sidebar and billing hook for improved feature handling and UI adjustments
2025-05-20 13:56:51 +05:30
BlankParticle
fa45abaf44
feat: remixify and whatever else needed to be done
2025-05-20 13:56:47 +05:30
Aj Wazzan
acc680020f
chore: update environment variables and add durable objects configuration in wrangler.jsonc
2025-05-20 01:16:19 -07:00
Aj Wazzan
d099f3a873
refactor: comment out Outlook provider configuration in emailProviders array
2025-05-20 00:37:44 -07:00
Aj Wazzan
2b07d9d0a6
refactor: simplify billing logic by integrating isPro calculation into useBilling hook
2025-05-20 00:29:14 -07:00
Aj Wazzan
f7f44c63d8
refactor: comment out Microsoft auth configuration and related environment variables
2025-05-19 15:43:37 -07:00
Aj Wazzan
90880c01b3
feat: add required field to auth provider configuration and enhance Gmail search prompt with additional guidelines
2025-05-19 15:26:45 -07:00
Aj Wazzan
6f27f77fdb
feat: add Microsoft client ID and secret to environment configuration
2025-05-19 15:20:59 -07:00
Aj Wazzan
621e0898b4
remove unused redirectUri from Microsoft auth configuration
2025-05-19 15:16:44 -07:00
Ahmet Kilinc
42e4381c93
remove connection dialog overlay
2025-05-19 21:55:25 +01:00
Ahmet Kilinc
64f85ddfd1
fix tooltip
2025-05-19 21:52:55 +01:00
Ahmet Kilinc
abd1c93185
remove tooltip?
2025-05-19 21:52:18 +01:00
Ahmet Kilinc
25cb7f6483
Merge branch 'staging' into feat/outlook-provider
2025-05-19 21:42:25 +01:00
Aj Wazzan
43dae9e9fa
chore: update wrangler configuration with new environment variables and durable objects
2025-05-19 13:36:07 -07:00
Aj Wazzan
eec2e13b73
fix: conditionally render AI chat button based on sidebar state
2025-05-19 13:27:51 -07:00
Adam
178442a041
Merge pull request #1013 from hmacr/fix/strokeWidth-dom-warning
...
fix: use `strokeWidth` property instead of `stroke-width`
2025-05-19 12:52:53 -07:00
Adam
e8a0675532
Merge pull request #1014 from hmacr/fix/clear-category-query-param-on-navigation
...
fix: clear category query param on navigating outside inbox
2025-05-19 12:52:38 -07:00
nizzy
69adba3dd7
Merge branch 'main' into staging
2025-05-19 15:27:03 -04:00
Nizzy
38c2a5704b
height
2025-05-19 12:26:31 -07:00
Nizzy
fab3f297a4
staging
2025-05-19 12:26:19 -07:00
Adam
afe7a8a344
Merge pull request #1015 from Mail-0/staging
...
Staging
2025-05-19 12:19:13 -07:00
Aj Wazzan
fb16043912
Refactor thread deletion and pricing upgrade processes to utilize toast notifications for improved user feedback. Remove unused imports and streamline error handling in ThreadContextMenu and PricingCard components.
2025-05-19 12:11:18 -07:00
Aj Wazzan
2e26ebf497
Refactor settings pages to utilize toast notifications for success and error handling in form submissions. Streamline onSubmit functions in AppearancePage, LabelsPage, and PrivacyPage components. Remove unused imports.
2025-05-19 12:07:01 -07:00
Nizzy
bcb5665f98
pull
2025-05-19 12:06:03 -07:00