Render saved journals as a table like trade records.

Desktop journal list now uses columns for coin, direction, PnL, times, and actions instead of stacked entry cards.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 11:55:18 +08:00
parent d9b8069906
commit f435e9dfaa
5 changed files with 63 additions and 21 deletions
+2 -2
View File
@@ -90,7 +90,7 @@
</div>
</div>
<script src="/static/instance_ui.js?v=8"></script>
<script src="/static/instance_ui.js?v=9"></script>
<script src="/static/journal_upload_slots.js?v=3"></script>
<script src="/static/instance_records_mobile.js?v=2"></script>
<script src="/static/time_close_ui.js?v=3"></script>
@@ -108,7 +108,7 @@ const ORDER_ENTRY_MODEL_CODE_TO_CATEGORY = {{ entry_model_code_to_category | toj
<script src="/static/key_monitor_form.js?v=2"></script>
<script src="/static/instance_stats.js?v=4"></script>
{% include 'embed_boot_scripts.html' %}
<script src="/static/records_review_page.js?v=1"></script>
<script src="/static/records_review_page.js?v=2"></script>
<script>
window.__INSTANCE_DISPLAY__ = {{ display | tojson }};
</script>