Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teacher review #302

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open

Teacher review #302

wants to merge 46 commits into from

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e10c8dc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. feat: Add footer styles

    - Added styles for the footer component
    - Set the height of the footer to 56px
    - Added padding-top of 60px to the footer
    
    chore: Update cards styles
    
    - Added styles for the cards component
    - Set the box-shadow and min-height properties for the .card-custom class
    - Set the font-size, margin, and flex-wrap properties for the .card-custom h1 and .form-check-container classes
    - Set the min-width property for the .card-custom class at a min-width of 576px
    - Set the display property to none for the .nav-tabs class
    
    chore: Update index.scss
    
    - Imported variables, bootstrap, and various components in index.scss
    - Added scroll-behavior: smooth to all elements
    - Set the font-family to 'Roboto', sans-serif for the body
    - Set the --bs-body-bg variable to #F9FAFB
    - Set the height of the body to 100vh
    - Added padding to the main element
    - Set the display property to flex for the .card class
    
    chore: Add variables
    
    - Added variables for body background color, theme colors, button colors, and button shadows
    
    feat: Add input validation function
    
    - Added a validateInputs function in validateinputs.mjs
    - Applied custom Bootstrap validation styles to forms with the .needs-validation class
    
    feat: Add header styles
    
    - Added styles for the header component
    - Set the height of the header to 90px
    - Added padding-bottom of 90px to the header
    - Set the letter-spacing property for the .navbar-nav class
    - Set custom styles for the .navbar-brand-custom class after the sm breakpoint
    - Added styles for the input.custom-search class
    
    feat: Add sign in and sign up functionality
    
    - Imported the validateInputs function from validateinputs.mjs in index.js
    - Added event listeners for switching between login and register account tabs
    - Added event listeners for sign in and sign up buttons
    
    feat: Add custom button styles
    
    - Added styles for custom buttons
    - Created a mixin for custom buttons with customizable background, border, color, hover background, hover border, hover color, active background, active border, active color, disabled background, disabled border, and disabled color
    - Applied the custom-button mixin to the .btn-auth-form-custom class
    
    chore: Update template.html
    
    - Added the necessary HTML structure for the header, main, and footer sections
    - Imported Bootstrap CSS and custom CSS
    - Imported Bootstrap JS and validateinputs.js
    - Set the title of the page to "ConnectSphere - Authorization"
    Padletut committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f2e64a1 View commit details
    Browse the repository at this point in the history
  2. created feed page

    Padletut committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a915109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb2cb12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91b7b37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1960a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b7aa4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8b5f6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4532567 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c80007 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Padletut authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4cfbdc6 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Padletut authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e5b1490 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    284742f View commit details
    Browse the repository at this point in the history
  2. changed profile image smaller for smaller screen sizes. added more pa…

    …dding to nav items, moved create new post button on profile page,
    Padletut committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1f2b488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d1f0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c7117d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bd66b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c276de0 View commit details
    Browse the repository at this point in the history
  7. Update project description and author in package.json; fix bootstrap-…

    …icons import path in index.scss
    Padletut committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1ef7d99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6946ee9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3982ba5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63dba79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8c31af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3ca5b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b4be1a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    5d24c28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f9c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d733c66 View commit details
    Browse the repository at this point in the history
  4. Revert "Merge pull request #2 from Padletut/css-frameworks"

    This reverts commit 14257ac, reversing
    changes made to 9d20bf4.
    Padletut committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bba0ac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a3d74e View commit details
    Browse the repository at this point in the history
  6. backup

    Padletut committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3473c29 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    5837e01 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Padletut authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    38f04ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bfbc42 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    87fd76e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Increase padding main

    Padletut committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c36840e View commit details
    Browse the repository at this point in the history
  2. Refactor create new post modal: Update image upload field

    - Changed the image upload field in the create new post modal to allow users to upload an image file instead of entering a URL.
    - Updated the HTML and SCSS files to reflect this change.
    Padletut committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    45e2184 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Refactor login form validation: Update password input requirements

    - Updated the  password input field in the form to require a minimum of 8 characters.
    - Added a validation message to prompt users to enter a password with at least 8 characters.
    Padletut committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4f4fd35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9d93b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d0e3ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9498a0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef5153c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25d4223 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cf10e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    9a56c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f079708 View commit details
    Browse the repository at this point in the history