refactor: extract signals filter builder, add ESLint 10 config, fix low-hanging issues
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
import { useState, useEffect } from 'react';
|
||||
import { useApp } from '@/lib/context';
|
||||
import { resolveName } from '@/lib/localization';
|
||||
import { formatSI } from '@/lib/formatNumber';
|
||||
import { getColorMap, getItemColor } from '@/lib/colors';
|
||||
import type { ColorMap } from '@/lib/colors';
|
||||
|
||||
import { CardShell } from './CardShell';
|
||||
|
||||
import type { ColorMap } from '@/lib/colors';
|
||||
import type { ChartConfig, SignalRow } from '@/lib/types';
|
||||
|
||||
import { getColorMap, getItemColor } from '@/lib/colors';
|
||||
import { useApp } from '@/lib/context';
|
||||
import { formatSI } from '@/lib/formatNumber';
|
||||
import { resolveName } from '@/lib/localization';
|
||||
|
||||
interface Props {
|
||||
config: ChartConfig;
|
||||
rows: SignalRow[];
|
||||
|
||||
Reference in New Issue
Block a user