Add shared records review pagination for all three exchanges.
Paginate trade records, journals, and AI history at 5 per page with soft in-card flips; hide the journal form until 填入复盘. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -95,6 +95,8 @@ function openAiInlineResultFullscreen(title, elementId){
|
||||
|
||||
const journalCache = {};
|
||||
const reviewCache = {};
|
||||
window.journalCache = journalCache;
|
||||
window.reviewCache = reviewCache;
|
||||
|
||||
function formatJournalExitOneLine(o){
|
||||
const t = (o.early_exit_trigger || "").trim();
|
||||
@@ -579,7 +581,6 @@ function fillJournalFromTrade(t){
|
||||
}
|
||||
recomputeJournalRealRr();
|
||||
if(typeof syncEarlyExitNoteRequired === "function") syncEarlyExitNoteRequired();
|
||||
alert("已填入下方复盘表单,请手动补充主观原因.");
|
||||
}
|
||||
|
||||
function recomputeJournalRealRr(){
|
||||
|
||||
Reference in New Issue
Block a user