Add Explore page with video thumbnails and modal, use Header componen…#2
Add Explore page with video thumbnails and modal, use Header componen…#2mdejesus23 wants to merge 3 commits intostagingfrom
Conversation
…t, and update homepage
✅ Deploy Preview for micebandstaging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| --tw-numeric-figure: ; | ||
| --tw-numeric-spacing: ; | ||
| --tw-numeric-fraction: ; | ||
| --tw-ring-inset: ; |
There was a problem hiding this comment.
Looks like there was some auto formatting here or maybe it changed in pre-compilation. Can you git patch add changes (or possibly git revert and restore easier?) so that only your changes are in the PR so it's easier to review?
There was a problem hiding this comment.
Sure, I understand. I'll make sure only my changes are reflected in the PR. I'll check if a git revert or a selective git add -p would be the best approach to clean it up. Thanks for the feedback!
There was a problem hiding this comment.
done reverting this file.
| import { initializeApp } from "firebase/app"; | ||
| import { getAuth, signInWithEmailAndPassword, signOut, onAuthStateChanged } from "firebase/auth"; | ||
| import { getStorage, ref, uploadBytes, getDownloadURL, listAll, deleteObject } from "firebase/storage"; | ||
| import { getFirestore, collection, addDoc, getDocs, updateDoc, doc, deleteDoc, setDoc, getDoc } from "firebase/firestore"; |
There was a problem hiding this comment.
same kind of thing here. Anywhere it's just format differences but not lines you added can we revert that? Sorry I know it's probably an auto formatter.
There was a problem hiding this comment.
done reverting this file
This PR added the Explore page, displaying a random selection of 30 video thumbnails via getCollectionDocs logic. It also implements the following changes: