fix: trash duplicate path, journal tabs, today undefined, mouse back, inbox search

- Trash: removed duplicate fsPath display, folders/files open by clicking icon/name
- Trash: removed separate 'Open' button, only restore/delete right-aligned
- Trash: added ReadTrashFileContent binding + preview for files
- Trash: breadcrumb path under title, compact date display
- Journal: split into 'Предложения' + 'Журнал работы' tabs
- Journal: suggestions tab opens by default
- Today: fixed undefined in feed (null-guard on eventType/title)
- Today: improved event type label readability (blue badge style)
- Today: folder_deleted clicks navigate to trash
- Mouse Back: added mouseup fallback for Wails compat, handle button 3/4
- SearchNodes: case-insensitive with LOWER()
- Inbox assign: added search hint placeholder
This commit is contained in:
2026-06-05 16:49:00 +08:00
parent c512ada386
commit 5257789a4d
11 changed files with 314 additions and 251 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
background: #13131f;
}
</style>
<script type="module" crossorigin src="/assets/main-CtkslTth.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main--SNK_nBk.css">
<script type="module" crossorigin src="/assets/main-PQ2CZjSe.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-Bomne4X7.css">
</head>
<body>
<div id="app"></div>