Conversation
…ng use client directives, and add article bucket to seed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Hey Caleb, nice refactor. Splitting the 900-line monolith into focused components looks great and is so much more readable, and unifying create/edit into a single ArticleModal is clean. Pushed fixes for the following issues directly to the branch:
Note: You'll need to make sure the article bucket in the shared Supabase project has the correct RLS policies (upload restricted to admin, viewing restricted to authenticated users). Those policies don't live in the codebase. Again most of those were minor fixes so all in all looks good! |
Fix dark mode.
Split CareerDev.tsx into several components to make codebase neater and easier to work with.
Fixed image upload backend by restricting uploading to admin and viewing to authenticated users. (Achieved this by creating policies for the article bucket in supabase).