feat: redesign PricingView with manual validation check and notes, and add Matrix columns

This commit is contained in:
Christian Vidal Wolf
2026-04-20 18:46:50 +02:00
parent 111a44ae82
commit db696d2816
4 changed files with 142 additions and 78 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ function isEmptyOrEpoch(val: any): boolean {
return false;
}
type TabType = 'missingLaunch';
type TabType = 'missingLaunch' | 'launchInconsistent' | 'upcomingLaunch';
interface EditingState {
rowIndex: number;