Learning how to suck less at 👨🏻💻📈🚢🎯. Currently focusing on NextJS and related whistles and bells to ship something useful
Today added some interactivity to the combobox.
It adds labels once country is picked & removes them from available dropdown options.
Today added some interactivity to the combobox.
It adds labels once country is picked & removes them from available dropdown options.
✅ Now I can select images and they are displayed in the preview
✅ Images can be removed by clicking X
✅ Drag & Drop also added
Haven’t implemented upload to server yet
✅ Now I can select images and they are displayed in the preview
✅ Images can be removed by clicking X
✅ Drag & Drop also added
Haven’t implemented upload to server yet
✅ UI components for image uploader
✅ Learned and tested connection to BigQuery tables from NextJS
✅ Learned that react hooks can't be run conditionally. Fixed that in my existing code
✅ UI components for image uploader
✅ Learned and tested connection to BigQuery tables from NextJS
✅ Learned that react hooks can't be run conditionally. Fixed that in my existing code
✅ Added UPDATE page that gets record from DB by ID and populates inputs.
✅ Learned about controlled / uncontrolled inputs in React. Using defaultValue now.
✅ Record UPDATE added & working from UI
✅ Record DELETE added & updates UI with useState()
Tomorrow will try to tackle image uploads.
✅ Added UPDATE page that gets record from DB by ID and populates inputs.
✅ Learned about controlled / uncontrolled inputs in React. Using defaultValue now.
✅ Record UPDATE added & working from UI
✅ Record DELETE added & updates UI with useState()
Tomorrow will try to tackle image uploads.
✅ Divided initial admin area into more re-usable components
✅ Added usePathname() to display dynamic section titles & highlight nav buttons
✅ Moved 'use client’ parts to smaller chunks
Didn't have much more time to work on anything else today. Tomorrow will proceed with locations section
✅ Divided initial admin area into more re-usable components
✅ Added usePathname() to display dynamic section titles & highlight nav buttons
✅ Moved 'use client’ parts to smaller chunks
Didn't have much more time to work on anything else today. Tomorrow will proceed with locations section
✅ Added simple login page - can switch between auth and signup
✅ Implemented Supabase Auth based on their examples
Still missing error handling and signup is buggy, so planning to work on that tmrw.
✅ Added simple login page - can switch between auth and signup
✅ Implemented Supabase Auth based on their examples
Still missing error handling and signup is buggy, so planning to work on that tmrw.