Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
5602f41
Fix/mail detail box width fix (#1900)
khardikk Aug 3, 2025
c72d2fb
Fix: render HTML instead of raw code on print (#1851)
suraj719 Aug 3, 2025
01e2adf
Redesign mail categories to use label-based filtering instead of sear…
MrgSub Aug 4, 2025
cc8d3f7
Add email syncing status indicators and optimize folder synchronizati…
MrgSub Aug 4, 2025
e7dcf74
feat: update translations via @LingoDotDev (#1913)
github-actions[bot] Aug 4, 2025
b128491
Remove email hover tracking and related event listeners (#1916)
MrgSub Aug 4, 2025
3d0dd59
Refactor ZeroDriver to use SQLite database for thread and label manag…
MrgSub Aug 5, 2025
fec8e1b
Scheduling (#1914)
MrgSub Aug 5, 2025
aa75914
Remove sync status indicator and fix JSON trailing commas (#1924)
MrgSub Aug 5, 2025
9317a68
feat: update translations via @LingoDotDev (#1919)
github-actions[bot] Aug 5, 2025
8511708
Update email queue IDs and remove unused import (#1925)
MrgSub Aug 5, 2025
0f7e2ed
Remove created_at and updated_at fields from threads table (#1926)
MrgSub Aug 5, 2025
d2621c0
Use label names instead of IDs for thread label management (#1927)
MrgSub Aug 5, 2025
cfdcb03
Update AI chat example queries and improve tool descriptions (#1928)
MrgSub Aug 5, 2025
428e75f
feat: remove old hotkeys and add new View hotkeys (#1918)
ahmetskilinc Aug 5, 2025
cba0bb6
Delete thread labels and labels tables when resetting sync state (#1929)
MrgSub Aug 5, 2025
ee246db
Add do state broadcasting in syncThread function (#1930)
MrgSub Aug 5, 2025
a3068ee
Add retry mechanism for thread listing failures in syncThreads (#1931)
MrgSub Aug 5, 2025
699ab31
fix: remove double toast and decrease time from 30s to 15s (#1934)
retrogtx Aug 5, 2025
aaf3199
fix: hotkeys for categories (#1938)
ahmetskilinc Aug 6, 2025
2facf59
Add ThreadSyncWorker for improved thread synchronization (#1937)
MrgSub Aug 6, 2025
17639d4
Move syncThreads logic to Cloudflare Workflow (#1939)
devin-ai-integration[bot] Aug 6, 2025
b9a5db5
Implement per-page workflow system for sync-threads to overcome API l…
devin-ai-integration[bot] Aug 6, 2025
5b7edd2
Implement database sharding for improved email storage scalability (#…
MrgSub Aug 7, 2025
69e0676
chore: refine system prompt and small update to eval (#1940)
retrogtx Aug 7, 2025
17bdc34
feat: add playwright tests for bulk actions and search (#1923)
retrogtx Aug 7, 2025
68a1714
feat: add tests for optimistic actions (#1922)
retrogtx Aug 7, 2025
066edbc
feat: add playwright tests to check for zero summary of past emails i…
retrogtx Aug 7, 2025
cdb3d25
feat: add playwright tests to check search bar functions (#1921)
retrogtx Aug 7, 2025
b0f8600
feat: add auto closing of issues / pull requests based on staleness (…
retrogtx Aug 7, 2025
76b7330
fix: update cron schedule and improve conflict detection in PR closur…
retrogtx Aug 7, 2025
fae9457
fix: auto draft compose (#1946)
ahmetskilinc Aug 7, 2025
18314cd
Enable spam email processing and improve label management workflow (#…
MrgSub Aug 7, 2025
3ca3899
Optimize thread counting and add license headers to workflow files (#…
MrgSub Aug 8, 2025
fb29c6b
Add rate limiting to meet creation endpoint (#1950)
MrgSub Aug 8, 2025
9f7803f
Add automated PR review with ampcode integration (#1952)
devin-ai-integration[bot] Aug 8, 2025
ece407c
Fix critical JSON formatting bug in ampcode workflow (#1955)
devin-ai-integration[bot] Aug 8, 2025
2400243
feat: add email right back into the composer once you click undo (#1947)
retrogtx Aug 8, 2025
4e2cfdf
Enhance PR review workflow with line-specific comments and reaction i…
MrgSub Aug 8, 2025
9b96b64
Add manual PR review trigger via issue comments (#1959)
MrgSub Aug 8, 2025
3e23806
Remove Ampcode PR review workflow (#1961)
MrgSub Aug 8, 2025
a5024f9
Use configurable runner image in GitHub workflows (#1962)
MrgSub Aug 8, 2025
3d6c99b
fix: contact us navigation on mobile view (#1942)
vamsi4845 Aug 8, 2025
9281662
fix: improve link visibility on logout screen when light theme is sel…
FurquanAnwer Aug 8, 2025
9d3660d
fix: update locale identifiers for Chinese languages (#1903)
zhyd1997 Aug 8, 2025
424f913
feat: add range selection support for thread list (#1856)
ayushsharma74 Aug 8, 2025
0a375e7
feat: update translations via @LingoDotDev (#1964)
github-actions[bot] Aug 9, 2025
e17c3c7
Disable meet functionality and remove unused code (#1967)
MrgSub Aug 9, 2025
91c4349
Improve auth error handling and connection reset functionality (#1963)
MrgSub Aug 9, 2025
1e7d378
Format JSON translation files with consistent indentation (#1969)
MrgSub Aug 9, 2025
9342f88
Fix: "navigator is not defined" on dev env startup (#1933)
Nikit-Singh Aug 9, 2025
aac07d9
Optimize sendDoState function with Durable Object caching (#1968)
devin-ai-integration[bot] Aug 9, 2025
559e4c6
Fix: Display full sender email in sender details box (#1910)
suraj719 Aug 9, 2025
b24a96f
feat: integrate OpenTelemetry tracing with @microlabs/otel-cf-workers…
devin-ai-integration[bot] Aug 9, 2025
496b600
Increase cache time to 24 hours and limit thread pages in cache (#1973)
MrgSub Aug 10, 2025
79ebdd7
Disable OpenTelemetry instrumentation and reduce state cache invalida…
MrgSub Aug 10, 2025
2e2474d
feat: add autosuggestions while sending email (#1495)
retrogtx Aug 10, 2025
8bfc12a
Add cursor-pointer to CTA buttons and navigation items for better UX …
ThegeekyAbhi Aug 10, 2025
df4f38d
Upgrade wrangler from 4.22.0 to 4.28.1 (#1976)
MrgSub Aug 10, 2025
6a63208
feat: optimistic delete draft (#1981)
ahmetskilinc Aug 11, 2025
7545c7d
fix: remove primary border from draft list and overflow visible (#1984)
ahmetskilinc Aug 11, 2025
722fef4
feat: add autofocus into the composer after a template is selected (#…
retrogtx Aug 11, 2025
6e93fad
ui: add cross in the undo email toast, decrease time from 30s to 15s …
retrogtx Aug 11, 2025
70051c0
fixed the issue Can't see text in email (#1982)
hemant838 Aug 11, 2025
576dfcc
Feat: label creation flow fix (#1908)
khardikk Aug 12, 2025
12153e8
fix: show hand cursor on all buttons (#1993)
aegloist Aug 22, 2025
a164e86
UI: improved back icon for command palette (#1991)
abhix4 Aug 22, 2025
e67c76a
cleanup of ui elements (#1999)
ahmetskilinc Aug 22, 2025
d918210
Update nuqs package version to 2.5.0 (#2000)
adamghaida Aug 23, 2025
86a9564
Fix: ensure email text is visible in light mode (issue #1966) (#1994)
aegloist Aug 25, 2025
1e35eba
Fix/duplicate privacy option in navigation menu in mobile view and in…
FurquanAnwer Aug 25, 2025
cd252bd
Datadog Implementation (#1990)
adamghaida Aug 25, 2025
e30e7c9
Fix: landing page footer responsive layout on mobile (#1777)
ayushsharma74 Aug 25, 2025
71c57d1
feat: add email verification based on spf/dkim/dmarc/logo verificatio…
retrogtx Aug 25, 2025
906a02c
update deps and remove unused deps (#2006)
ahmetskilinc Aug 25, 2025
9365ef2
Fix: deletion toast Undo button misaligned (#2007)
pryxnsu Aug 25, 2025
bbc3cc0
fix: add cursor pointer to all button elements (#2009)
mohdyasin4 Aug 26, 2025
8d1a965
fix: alignment issue of timezone select field (#2008)
eersnington Aug 26, 2025
7441e3e
feat: simplify the date picking usage when a user schedules an email …
retrogtx Aug 26, 2025
fe989cc
filering of email addresses (#1986)
ahmetskilinc Aug 26, 2025
5b7c6b4
Improve button UX with consistent hover states and pointer cursor (#2…
suraj719 Aug 26, 2025
7c2cb5d
feat: reorganize dropdown menu footer for better UX - Move Toggle The…
mohdyasin4 Aug 29, 2025
64c5480
Redesign mail header layout with square buttons and enhanced spacing …
ArjunCodess Aug 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mail/components/mail/mail-display.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ const MailDisplay = ({ emailData, index, totalEmails, demo, threadAttachments }:
</button>
</PopoverTrigger>
<PopoverContent
className="dark:bg-panelDark flex w-[420px] overflow-auto rounded-lg border p-4 text-left shadow-lg"
className="dark:bg-panelDark flex w-[420px] md:w-auto overflow-auto rounded-lg border p-4 text-left shadow-lg"
onBlur={(e) => {
if (!triggerRef.current?.contains(e.relatedTarget)) {
setOpenDetailsPopover(false);
Expand Down