From 3c14474195c6d62d278edfb03eaa209c9fc1c1f5 Mon Sep 17 00:00:00 2001 From: BokkyPooBah Date: Mon, 23 Sep 2024 15:10:56 +1000 Subject: [PATCH] ui wip --- docs/tradeFungibles.js | 50 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/docs/tradeFungibles.js b/docs/tradeFungibles.js index 2c5cd1c..1d3bce7 100644 --- a/docs/tradeFungibles.js +++ b/docs/tradeFungibles.js @@ -850,7 +850,27 @@ modalBuyOffer: {{ modalBuyOffer }} - + + + + + + + + + + + + + Blah + +
 
 newSellOffers: {{ newSellOffers }}
@@ -858,7 +878,27 @@ newSellOffers: {{ newSellOffers }}
               
             
             
-              
+              
+                
+                  
+                
+                
+                  
+                
+                
+                  
+                
+              
+              
+                Blah
+              
+              
                 
 
 newBuyOffers: {{ newBuyOffers }}
@@ -1222,6 +1262,8 @@ data: {{ data }}
           simulate: false, // false,
           points: [ [0.012, 10.123], [0.013, 10.234] ], // [];
 
+          tabIndex: 0,
+
           filter: null,
           currentPage: 1,
           pageSize: 10,
@@ -1235,6 +1277,8 @@ data: {{ data }}
           simulate: false, // false,
           points: [ [0.012, 10.123], [0.013, 10.234] ], // [];
 
+          tabIndex: 0,
+
           filter: null,
           currentPage: 1,
           pageSize: 10,
@@ -1289,7 +1333,7 @@ data: {{ data }}
           wethDisplayDecimals: 9,
         },
 
-        version: 20,
+        version: 21,
       },
 
       tokenAgentFactoryEvents: [],