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

Had so much fun improving the base to do list!!! :D #168

Closed
wants to merge 28 commits into from

Commits on Jan 31, 2024

  1. Delete config/.env

    Tailsxz authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0fe6294 View commit details
    Browse the repository at this point in the history
  2. added ensureGuest middleware to check whether the user requesting the…

    … root route has an active session, if so redirect to the todos route
    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7ad7c7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85475c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a469685 View commit details
    Browse the repository at this point in the history
  5. added a layout directory for the header/footer, finished migrating th…

    …e original views to use include statements to bring in the header/footer partials
    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9c47b68 View commit details
    Browse the repository at this point in the history
  6. renamed to partials

    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2e0421f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3e1c04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4eed529 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47d876b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e2d4fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2156b1c View commit details
    Browse the repository at this point in the history
  12. added a seperate list for procrastinated tasks left to do, learned so…

    …me more ejs to apply the conditional rendering
    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4764ef9 View commit details
    Browse the repository at this point in the history
  13. updated readme

    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    57b146c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e8c716a View commit details
    Browse the repository at this point in the history
  15. updated readme

    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a46da8d View commit details
    Browse the repository at this point in the history
  16. started styling the list with bootstrap, seems intuitive so far but a…

    … lot of classes to remember
    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1c05722 View commit details
    Browse the repository at this point in the history
  17. further explored bootstrap, applying the border radius classes as wel…

    …l as the color classes
    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    434320b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    be0b0f8 View commit details
    Browse the repository at this point in the history
  19. updated readme

    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2b6e3ca View commit details
    Browse the repository at this point in the history
  20. explored more link bootstrap classes, applied transition on text-unde…

    …rline-offset :D this is fun
    Tailsxz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9655809 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. since we changed the layout(adding a div to hold the buttons) our par…

    …ent node was pointing to the div rather than the li, fixed it by checking the parent node of the div which is the li
    Tailsxz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    aebd7ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bded61a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a52423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcec31e View commit details
    Browse the repository at this point in the history
  5. removed get/login

    Tailsxz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2987298 View commit details
    Browse the repository at this point in the history
  6. finished styling signup page, changed the form post to / for the logi…

    …n page and changed post login redirect to / if there has been an error
    Tailsxz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5e8bd87 View commit details
    Browse the repository at this point in the history
  7. added a w-min and w-60 class, finished styling the whole site! added …

    …flash message block for the todos as well This is lit!!!!
    Tailsxz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fd34377 View commit details
    Browse the repository at this point in the history
  8. updated readme

    Tailsxz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    71685bd View commit details
    Browse the repository at this point in the history