feat(catune): log-scale DualRangeSlider, card grid fix, tutorial baseline docs #321
Annotations
10 warnings
|
check:
apps/catune/src/components/community/CommunityBrowser.tsx#L9
'CatuneSubmission' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
apps/catune/src/components/cards/CellCard.tsx#L55
The reactive variable 'totalDuration' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
|
check:
apps/catune/src/components/cards/CaTuneZoomWindow.tsx#L310
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
|
check:
apps/catune/src/components/cards/CaTuneZoomWindow.tsx#L286
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
|
check:
apps/catune/src/App.tsx#L69
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
|
|
check:
apps/carank/src/App.tsx#L14
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
|
|
check:
apps/cadecon/src/lib/iteration-manager.ts#L557
'residualIncreaseCount' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
check:
apps/cadecon/src/lib/iteration-manager.ts#L554
'bestIteration' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
check:
apps/cadecon/src/lib/iteration-manager.ts#L310
'RESIDUAL_PATIENCE' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
check:
apps/cadecon/src/components/community/CommunityBrowser.tsx#L9
'CadeconSubmission' is defined but never used. Allowed unused vars must match /^_/u
|