Aj Wazzan
e522c93243
refactor: enhance thread refetching by adding queryClient invalidation for improved data consistency
2025-05-08 23:46:46 -07:00
Aj Wazzan
7d850b9c35
save
2025-05-08 23:37:08 -07:00
Aj Wazzan
9a7f404985
refactor: remove unused import and add queryClient for thread invalidation in bulk actions
2025-05-08 23:34:33 -07:00
Aj Wazzan
bd4fc35793
fix: ensure thread refetching only occurs when threadId is available
2025-05-08 23:22:19 -07:00
Adam
0ba3d7d549
Merge pull request #914 from Mail-0/dakdevs/staging/grant-error-handling
...
Handle missing OAuth scopes gracefully with error messaging
2025-05-08 23:17:07 -07:00
Aj Wazzan
30771a371a
refactor: simplify search bar layout by removing max-width constraint
2025-05-08 23:15:27 -07:00
Aj Wazzan
dab40a5b62
feat: add width and height attributes to video component in onboarding dialog for improved layout
2025-05-08 23:14:37 -07:00
Dak Washbrook
d87b723372
Merge branch 'staging' into dakdevs/staging/grant-error-handling
2025-05-08 23:09:36 -07:00
Dak Washbrook
4a416c9113
Refactor error handling in login flow to use translations
...
Replaced hardcoded error messages with locale-based translations using `next-intl`. This ensures better support for localization and simplifies future updates to error text.
2025-05-08 23:07:43 -07:00
Nizzy
1e7f333d0f
s
2025-05-09 01:04:35 -05:00
Aj Wazzan
c6e0a94af2
refactor: remove unused hover functionality and clean up mouse event handlers in mail list component
2025-05-08 23:04:11 -07:00
Nizzy
8f410becc0
editor
2025-05-09 01:04:06 -05:00
Aj Wazzan
da1ff8e371
save
2025-05-08 22:54:38 -07:00
Dak Washbrook
0114bc3846
Fix typo in error handling for missing required scopes.
...
Corrected "require_scopes_missing" to "required_scopes_missing" in both the error message mapping and the signout redirection logic. This ensures consistency and prevents potential issues with error handling and user experience.
2025-05-08 22:46:56 -07:00
Dak Washbrook
fd029bfd64
"Handle login errors with toast notifications
...
Refactor error handling by introducing a centralized toast mechanism for login errors. This improves user feedback consistency and eliminates redundant code by consolidating error notification logic into the `ErrorMessage` component."
2025-05-08 22:40:31 -07:00
Aj Wazzan
3423457351
refactor: clean up onboarding component by reordering imports, improving formatting, and ensuring consistent video object structure
2025-05-08 22:36:21 -07:00
Dak Washbrook
d1b22fd673
Handle missing OAuth scopes gracefully with error messaging
...
Implemented error handling for missing OAuth scopes, displaying user-friendly messages in the login flow. Enhanced TRPC middleware and client logic to trigger logout and redirect users to a dedicated error state. Refactored error indicator components to ensure UI consistency.
2025-05-08 22:34:38 -07:00
Adam
16f620214c
Merge pull request #895 from Mail-0/onboarding
...
Onboarding
2025-05-08 22:28:18 -07:00
Aj Wazzan
3947eef8fa
fix: update API endpoint in AIChat component and server for consistency
2025-05-08 22:17:06 -07:00
Aj Wazzan
c2615a0f48
fix: update API endpoint in server and AIChat component for consistency
2025-05-08 22:13:08 -07:00
Aj Wazzan
0b75553e9e
fix: update API endpoint in AIChat component for correct backend URL
2025-05-08 21:55:59 -07:00
Aj Wazzan
3fa4d8b591
feat: integrate useLabels and useStats hooks in NavUser for enhanced data fetching
2025-05-08 21:50:40 -07:00
Aj Wazzan
979c590b4e
refactor: remove console log from MailPage and streamline sign-out process in NavUser
2025-05-08 21:47:30 -07:00
Aj Wazzan
e822d352e3
feat: add COOKIE_DOMAIN to environment variables and update auth provider scopes
2025-05-08 21:17:26 -07:00
Aj Wazzan
852601a990
refactor: update useBilling hook to utilize customer features and remove unused console logs in auth-proxy
2025-05-08 20:47:04 -07:00
BlankParticle
7f34fd5400
fix: convert to web standard headers
2025-05-09 08:48:04 +05:30
Aj Wazzan
493a1a236e
debug: add console logs for session redirection and session retrieval
2025-05-08 20:14:00 -07:00
BlankParticle
4d05a18313
fix: query cache keys for no session
2025-05-09 08:28:04 +05:30
BlankParticle
7f91378bd5
fix: proxy mail hanlder on same domain
2025-05-09 08:26:36 +05:30
BlankParticle
f94c109bee
fix: fix autumn
2025-05-09 08:23:20 +05:30
Aj Wazzan
eeb533fdd9
refactor: clean up unused imports and comment out upgrade logic in multiple components
2025-05-08 19:41:36 -07:00
Nizzy
612f2e0891
onboarding
2025-05-08 21:36:04 -05:00
Aj Wazzan
dfaaddf4fa
refactor: remove commented-out console logs in auth-proxy
2025-05-08 19:34:19 -07:00
Aj Wazzan
6607e35cf2
hotfix
2025-05-08 19:20:23 -07:00
Aj Wazzan
0da9a06696
save
2025-05-08 19:17:53 -07:00
Aj Wazzan
63cabc5ca2
hotfix?
2025-05-08 19:14:15 -07:00
Aj Wazzan
7605aeaa4b
save
2025-05-08 15:36:24 -07:00
Aj Wazzan
b52c54e4aa
save
2025-05-08 15:35:06 -07:00
Aj Wazzan
ff42209fbe
fix: comment out AutumnProvider in ServerProviders component
2025-05-08 13:29:37 -07:00
BlankParticle
92c157d95d
fix: typo
2025-05-09 01:32:56 +05:30
BlankParticle
88a64e05b4
fix: update urls
2025-05-09 01:32:11 +05:30
Adam
9702e32ae1
Merge pull request #911 from Mail-0/feat/remove-proxy
...
feat: remove nextjs proxy for direct calls
2025-05-08 12:01:51 -07:00
BlankParticle
9922f9d3ba
feat: remove nextjs proxy for direct calls
2025-05-09 00:28:38 +05:30
Adam
c84e6ef1fb
Merge pull request #901 from Mail-0/fix-autofocus-on-mail-content
...
autofocus to email body
2025-05-08 11:56:17 -07:00
Adam
b180025095
Merge pull request #905 from Mail-0/upgrade-fix
...
Upgrade fix
2025-05-08 11:55:54 -07:00
Aj Wazzan
d707420fd6
chore: update .gitignore, add devDependencies in package.json, and enhance server configuration
2025-05-07 16:30:30 -07:00
Nizzy
4e3abb78f6
fix
2025-05-07 17:28:06 -05:00
Nizzy
0d4d83fca1
upgrade
2025-05-07 17:04:50 -05:00
BlankParticle
94e7d68db9
feat: first working version of separated backend
2025-05-08 00:44:52 +05:30
Nizzy
725125e386
onboardin
2025-05-07 05:35:56 -07:00