mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 09:45:24 -04:00
Email row: remove the three-dot actions menu button
Dropped the .email-menu-wrap / .email-menu-btn from each row. Other handlers that check 'if (e.target.closest(.email-menu-wrap)) return;' safely no-op when the element doesn't exist. Row click + swipe still open the email and its in-reader actions.
This commit is contained in:
@@ -530,11 +530,6 @@ function _createEmailItem(em) {
|
||||
</div>
|
||||
<div class="email-subject">${_esc(em.subject)}${unreadIcon}${attachIcon}${tagPills}${spamTag}</div>
|
||||
</div>
|
||||
<div class="email-menu-wrap">
|
||||
<button class="hamburger email-menu-btn" title="Actions">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
|
||||
</button>
|
||||
</div>
|
||||
`;
|
||||
|
||||
// Click sender name → filter list to that sender
|
||||
|
||||
Reference in New Issue
Block a user