update darkpool flow
This commit is contained in:
parent
2661fc49c1
commit
2b925732f6
@ -452,7 +452,6 @@ const debouncedHandleInput = debounce(handleInput, 200);
|
|||||||
<!-- Page wrapper -->
|
<!-- Page wrapper -->
|
||||||
<div class="flex justify-center w-full m-auto h-full overflow-hidden">
|
<div class="flex justify-center w-full m-auto h-full overflow-hidden">
|
||||||
|
|
||||||
|
|
||||||
<!-- Content area -->
|
<!-- Content area -->
|
||||||
<div bind:this={scrollContainer} class="mt-4 w-full overflow-x-auto overflow-y-auto h-[900px] rounded-lg">
|
<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">
|
<table class="table table-pin-cols table-pin-rows table-sm table-compact">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<script lang='ts'>
|
<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 { onMount, onDestroy, afterUpdate} from "svelte";
|
||||||
import { goto } from '$app/navigation';
|
import { goto } from '$app/navigation';
|
||||||
@ -11,8 +11,7 @@
|
|||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
|
|
||||||
//$assetType = 'stock';
|
|
||||||
//$stockTicker = data?.getTicker;
|
|
||||||
$realtimePrice = null;
|
$realtimePrice = null;
|
||||||
|
|
||||||
|
|
||||||
@ -303,10 +302,7 @@ async function websocketRealtimeData() {
|
|||||||
|
|
||||||
|
|
||||||
let LoginPopup;
|
let LoginPopup;
|
||||||
let BuyTrade;
|
|
||||||
let SellTrade;
|
|
||||||
let PriceAlert;
|
let PriceAlert;
|
||||||
let AddPortfolio;
|
|
||||||
|
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user