0.2.35: exited positions show history clipped at the exit date
The eNAV keeps producing statements after an exit (quarterly for funds, event-driven for SPVs), so an unfiltered graph would crash to zero. Now the exited card gets its collapsible History back — chart + table showing the capital journey up to exited_on only. Post-exit statements stay recorded (audit trail; Undo restores full history) but are never plotted. History section extracted into a shared HistorySection component; toggle counts "statements" not "quarters" (SPV statements are event-driven). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
6313d781b4
commit
2c87ab499a
@@ -1,4 +1,4 @@
|
||||
export { v_0_2_34 as current } from './v_0_2_34'
|
||||
export { v_0_2_35 as current } from './v_0_2_35'
|
||||
import { v_0_1_0 } from './v_0_1_0'
|
||||
import { v_0_2_0 } from './v_0_2_0'
|
||||
import { v_0_2_1 } from './v_0_2_1'
|
||||
@@ -33,4 +33,5 @@ import { v_0_2_30 } from './v_0_2_30'
|
||||
import { v_0_2_31 } from './v_0_2_31'
|
||||
import { v_0_2_32 } from './v_0_2_32'
|
||||
import { v_0_2_33 } from './v_0_2_33'
|
||||
export const other = [v_0_1_0, v_0_2_0, v_0_2_1, v_0_2_3, v_0_2_4, v_0_2_5, v_0_2_6, v_0_2_7, v_0_2_8, v_0_2_9, v_0_2_10, v_0_2_11, v_0_2_12, v_0_2_13, v_0_2_14, v_0_2_15, v_0_2_16, v_0_2_17, v_0_2_18, v_0_2_19, v_0_2_20, v_0_2_21, v_0_2_22, v_0_2_23, v_0_2_24, v_0_2_25, v_0_2_26, v_0_2_27, v_0_2_28, v_0_2_29, v_0_2_30, v_0_2_31, v_0_2_32, v_0_2_33]
|
||||
import { v_0_2_34 } from './v_0_2_34'
|
||||
export const other = [v_0_1_0, v_0_2_0, v_0_2_1, v_0_2_3, v_0_2_4, v_0_2_5, v_0_2_6, v_0_2_7, v_0_2_8, v_0_2_9, v_0_2_10, v_0_2_11, v_0_2_12, v_0_2_13, v_0_2_14, v_0_2_15, v_0_2_16, v_0_2_17, v_0_2_18, v_0_2_19, v_0_2_20, v_0_2_21, v_0_2_22, v_0_2_23, v_0_2_24, v_0_2_25, v_0_2_26, v_0_2_27, v_0_2_28, v_0_2_29, v_0_2_30, v_0_2_31, v_0_2_32, v_0_2_33, v_0_2_34]
|
||||
|
||||
Reference in New Issue
Block a user