history cache

This commit is contained in:
2024-05-22 09:59:13 +02:00
parent e379f490a4
commit f75156bc62
9 changed files with 37 additions and 25 deletions
+2 -3
View File
@@ -2,11 +2,10 @@
import { SliderCheckbox } from '@/components';
import { SortableHeader, useSort, VirtualScrollTable } from '@/components/table';
import { formatIsk, percentFormater } from '@/formaters';
import { MarketType, MarketTypeLabel, TaxInput, useMarketTaxStore } from "@/market";
import { getHistoryQuartils, MarketType, MarketTypeLabel, TaxInput, useMarketTaxStore } from "@/market";
import { BookmarkSlashIcon, ShoppingCartIcon } from '@heroicons/vue/24/outline';
import { useStorage } from '@vueuse/core';
import { computed, ref } from 'vue';
import { getHistoryQuartils } from './HistoryQuartils';
import { TrackingResult } from './tracking';
type Result = {
@@ -163,4 +162,4 @@ const getLineColor = (result: Result) => {
div.end {
@apply justify-self-end ms-2;
}
</style>
</style>../history/HistoryQuartils