the ui and first parts of the framework work now!
new features:
- entire ui of admin dashboard
- view of past projects - loads in past projects from supabase and allows the markdown of them to be modified via a text box
- image uploading!!!!!!!!!!!! uses supabase storage, similar to s3 buckets, that uploads a photo and renders the photo via its url in the markdown
- markdown view - a simple react component from a library that turns markdown into jsx
- custom image rendering that uses NextImage instead of the default image - allows for image optimization
the auth of this was already done, so most of this was just coding ui and making everything smooth. the ui is definitely a little ugly, but i’m the only one that will ever see it. the image stuff was SO annoying. but the markdown react component is super useful. i now have to make it so you can make new blog posts, maybe even edit metadata about blog posts, etc. but the main functionality is done!
Log in to leave a comment