Split journal order type from entry reason and fix review edit toggle in embed shell.
Adds order_type to journal uploads, removes legacy swing/trend labels from entry reason options, and ensures review-edit buttons sync when the records tab loads dynamically. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1999,6 +1999,7 @@ html[data-theme="light"] .symbol-live-price--ok {
|
||||
|
||||
.journal-card .journal-form-row2 {
|
||||
grid-template-columns:
|
||||
minmax(6.5rem, 0.85fr)
|
||||
minmax(7.5rem, 1.15fr)
|
||||
minmax(7rem, 1fr)
|
||||
minmax(0, 1.35fr)
|
||||
@@ -2006,6 +2007,7 @@ html[data-theme="light"] .symbol-live-price--ok {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.journal-card .journal-form-row2 select[name="order_type"],
|
||||
.journal-card .journal-form-row2 select[name="entry_reason"] {
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.35;
|
||||
|
||||
Reference in New Issue
Block a user