massive UI/UX overhaul

This commit is contained in:
Boof2015
2026-07-03 23:56:34 -04:00
parent 9ce825b673
commit 61e6147d3e
71 changed files with 2806 additions and 953 deletions
+6 -2
View File
@@ -1,4 +1,8 @@
import { useEffect, useMemo, useRef } from 'react';
import {
useEffect,
useMemo,
useRef
} from 'react';
import {
PaintStyle,
Skia,
@@ -6,7 +10,7 @@ import {
StrokeCap,
StrokeJoin,
TileMode,
type SkPicture,
type SkPicture
} from '@shopify/react-native-skia';
import { AstraScope, SPECTRUM_BINS } from '../../modules/astra-scope';
import { colors } from '@/theme';