update darkpool flow

This commit is contained in:
MuslemRahimi 2024-07-23 10:25:48 +02:00
parent 2661fc49c1
commit 2b925732f6
2 changed files with 2 additions and 7 deletions

View File

@ -452,7 +452,6 @@ const debouncedHandleInput = debounce(handleInput, 200);
<!-- Page wrapper -->
<div class="flex justify-center w-full m-auto h-full overflow-hidden">
<!-- Content area -->
<div bind:this={scrollContainer} class="mt-4 w-full overflow-x-auto overflow-y-auto h-[900px] rounded-lg">
<table class="table table-pin-cols table-pin-rows table-sm table-compact">

View File

@ -1,6 +1,6 @@
<script lang='ts'>
import {searchBarData, userRegion, globalForm, screenWidth, openPriceAlert, currentPortfolioPrice, realtimePrice, isCrosshairMoveActive, currentPrice, priceIncrease, displayCompanyName, traded, stockTicker, assetType, isOpen } from '$lib/store';
import {searchBarData, userRegion, globalForm, screenWidth, openPriceAlert, currentPortfolioPrice, realtimePrice, isCrosshairMoveActive, currentPrice, priceIncrease, displayCompanyName, traded, stockTicker, isOpen } from '$lib/store';
import { onMount, onDestroy, afterUpdate} from "svelte";
import { goto } from '$app/navigation';
@ -11,8 +11,7 @@
export let data;
//$assetType = 'stock';
//$stockTicker = data?.getTicker;
$realtimePrice = null;
@ -303,10 +302,7 @@ async function websocketRealtimeData() {
let LoginPopup;
let BuyTrade;
let SellTrade;
let PriceAlert;
let AddPortfolio;
onMount(async () => {