-
- Downloads
session
fixed some styling on the posts side, specifically the post and posts css which were very messy. It now works to load in new components fetching a certain number of posts from the backend at a time and fetching posts that matches a word.
Showing
- backend/models/UploadModel.js 4 additions, 0 deletionsbackend/models/UploadModel.js
- backend/routes/routes.js 91 additions, 9 deletionsbackend/routes/routes.js
- frontend/src/components/Header.js 65 additions, 15 deletionsfrontend/src/components/Header.js
- frontend/src/components/Landing.js 7 additions, 7 deletionsfrontend/src/components/Landing.js
- frontend/src/components/Post.js 24 additions, 20 deletionsfrontend/src/components/Post.js
- frontend/src/components/Posts.js 76 additions, 31 deletionsfrontend/src/components/Posts.js
- frontend/src/components/ProfilePosts.js 31 additions, 31 deletionsfrontend/src/components/ProfilePosts.js
- frontend/src/components/Upvote.js 0 additions, 41 deletionsfrontend/src/components/Upvote.js
- frontend/src/index.css 2 additions, 2 deletionsfrontend/src/index.css
- frontend/src/pages/Feed.js 16 additions, 11 deletionsfrontend/src/pages/Feed.js
- frontend/src/pages/Login.js 6 additions, 4 deletionsfrontend/src/pages/Login.js
- frontend/src/pages/Profile.js 9 additions, 7 deletionsfrontend/src/pages/Profile.js
- frontend/src/pages/Register.js 6 additions, 1 deletionfrontend/src/pages/Register.js
- frontend/src/styles/buttons.module.css 79 additions, 10 deletionsfrontend/src/styles/buttons.module.css
- frontend/src/styles/feed.module.css 280 additions, 239 deletionsfrontend/src/styles/feed.module.css
- frontend/src/styles/header.module.css 10 additions, 6 deletionsfrontend/src/styles/header.module.css
- frontend/src/styles/login.module.css 36 additions, 22 deletionsfrontend/src/styles/login.module.css
- frontend/src/styles/profile.module.css 17 additions, 52 deletionsfrontend/src/styles/profile.module.css
- frontend/src/styles/styles.module.css 16 additions, 16 deletionsfrontend/src/styles/styles.module.css
Loading
Please register or sign in to comment