UI Changes

This commit is contained in:
Logan Cusano
2025-08-02 02:37:53 -04:00
parent eb3cee1b66
commit f08dab3a54
2 changed files with 198 additions and 44 deletions

21
lib/reasons.ts Normal file
View File

@@ -0,0 +1,21 @@
export const APPROVE_REASONS = [
'High quality content',
'Engaging gameplay',
'Good commentary',
'Good production value',
'Clear audio/video',
'Funny',
'Action-packed',
'Great game choice',
'Good for rewatchability',
'Used in existing video'
];
export const REJECT_REASONS = [
'Low quality content',
'Unengaging gameplay',
'Uninspiring',
'Lacks depth',
'Too long/short',
'Racist/whatever-ist',
];