diff --git a/EXHAUSTIVE_TODO_LIST.md b/EXHAUSTIVE_TODO_LIST.md index 9fa457cd5..6665e153c 100644 --- a/EXHAUSTIVE_TODO_LIST.md +++ b/EXHAUSTIVE_TODO_LIST.md @@ -3114,7 +3114,10 @@ Critical path dependencies: - ✅ Batch 8 complete: PurchasesView.tsx (5 instances) - ✅ Batch 9 complete: SettingsView.tsx (4 instances) - ✅ Batch 10 complete: SocialView.tsx (12 instances) - - ✅ Total: 191 instances migrated (1,492 → 1,301 remaining, ~12.8% complete) + - ✅ Batch 11 complete: LiveView.tsx (7 instances) + - ✅ Batch 12 complete: StudioView.tsx (5 instances) + - ✅ Batch 13 complete: UploadView.tsx (5 instances) + - ✅ Total: 208 instances migrated (1,492 → 1,284 remaining, ~13.9% complete) - ⏳ Continuing with remaining files incrementally - **Validation**: No Tailwind default colors used (in progress) - **Rollback**: Restore Tailwind colors diff --git a/apps/web/src/components/views/LiveView.tsx b/apps/web/src/components/views/LiveView.tsx index 6f7cbbef8..a2af1dc74 100644 --- a/apps/web/src/components/views/LiveView.tsx +++ b/apps/web/src/components/views/LiveView.tsx @@ -33,7 +33,7 @@ const chatMessages = [ text: 'That Reese bass is filthy! 🤮🔥', color: 'text-kodo-cyan', }, - { user: 'Studio_Rat', text: 'What VST is that?', color: 'text-gray-400' }, + { user: 'Studio_Rat', text: 'What VST is that?', color: 'text-kodo-content-dim' }, { user: 'Neuro_Glitch', text: "It's Phase Plant, just initializing now.", @@ -164,7 +164,7 @@ export const LiveView: React.FC = () => { {/* Suggested Streams */}
-

+

Recommended Channels

@@ -185,12 +185,12 @@ export const LiveView: React.FC = () => {
-
+
Techno Bunker 24/7
-
+
Underground_Radio
@@ -221,11 +221,11 @@ export const LiveView: React.FC = () => { > {msg.user}: - {msg.text} + {msg.text}
))}
- + Welcome to the chat room!
@@ -253,7 +253,7 @@ export const LiveView: React.FC = () => {
- + Balance: 420 $VEZA = ({

CLOUD STUDIO

-

+

Manage assets, process audio, and sync devices.

@@ -70,10 +70,10 @@ export const StudioView: React.FC = ({
-
+
- + 65GB / 100GB
@@ -109,7 +109,7 @@ export const StudioView: React.FC = ({ />
-

+

Quick Actions

@@ -161,7 +161,7 @@ const NavButton: React.FC<{ }> = ({ active, onClick, icon, label }) => (