+
+ { currentTabLabel }
+
+ { (activeTab === 'monitor') &&
+
+
+ This is the initial shell for the Wired Creator Tools. We can now build the real functionality tab by tab.
+
+
+
+
Statistics:
+ { MONITOR_STATS.map(stat => (
+
+ { stat.label }:
+ { stat.value }
+
+ )) }
+
+
+
+
Monitor Preview
+
+ Live statistics, executor health and diagnostics can be connected here next.
+
+
+
+
+
+
Logs:
+
+
+
+
+ | Type |
+ Category |
+ Amount |
+ Latest occurrence |
+
+
+
+ { MONITOR_LOGS.map((log, index) => (
+
+ | { log.type } |
+ { log.category } |
+ { log.amount } |
+ { log.latest } |
+
+ )) }
+
+
+
+
+
+
+
+
+
}
+ { (activeTab !== 'monitor') &&
+
+
+
{ currentTabLabel }
+
+ This tab is now ready to be wired into the new `:wired` tools flow.
+
+
+
}
+
+