feat: expense/invoice popups, task row hover fix, delivery submissions

- Expense detail popup: 80vw×80vh, inline editing, save gated on dirty state, Download Receipt in footer
- Add expense form: same layout with FileAttachment drag-drop on right
- New invoice popup: 80vw×80vh inline form replacing navigate-away page
- Tasks table: suppress row hover background, only Name/Project table-links highlight
- TaskDetail Submissions tab: reads from deliveries table, shows R## version, sent_by, message
- Submit for Review: writes to deliveries + delivery_files (deliveries bucket)
- deliveries.version_number column added and backfilled from revision history
- Port 4173 for dev server

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Krao Hasanee
2026-06-02 21:41:02 -04:00
parent 65f10036d8
commit 96e90561b9
11 changed files with 693 additions and 165 deletions
+3
View File
@@ -1138,6 +1138,9 @@ th { text-align: left; padding: 12px 16px; font-size: 10px; font-weight: 400; te
td { padding: 14px 16px; border-bottom: 1px solid var(--border); font-size: 13px; color: var(--text-primary); }
tr:hover td { background: rgba(255,255,255,0.02); }
.table-no-row-hover tr:hover td { background: transparent !important; }
[data-theme="light"] .table-no-row-hover tr:hover td { background: transparent !important; }
.table-no-row-hover tbody tr:hover .table-link:not(:hover) { color: inherit !important; }
.table-link {
color: inherit;
text-decoration: none;