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

Rykaliva full-stack(front-end) #28

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

Commits on Dec 22, 2022

  1. react app setup

    Valentina Ruiz committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d3969d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. added axios call syntax

    Valentina Ruiz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7e0d4e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. created the components folder and files

    Valentina Ruiz committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    9f1a722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c3af95 View commit details
    Browse the repository at this point in the history
  3. created a dropdown component

    Valentina Ruiz committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    16ceae9 View commit details
    Browse the repository at this point in the history
  4. got the dropdown component to work and is visible

    Valentina Ruiz committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f53755b View commit details
    Browse the repository at this point in the history
  5. building board form component

    Valentina Ruiz committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    98da21b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddce084 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96ec55f View commit details
    Browse the repository at this point in the history
  8. assigned sections

    Valentina Ruiz committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    73b6ab6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. undated some css files, updated NewBoardForm for submitting a board f…

    …orm, still working on update and delete.
    lisafenglisa committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5b84697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7000d25 View commit details
    Browse the repository at this point in the history
  3. working through newcardform

    Valentina Ruiz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    269168b View commit details
    Browse the repository at this point in the history
  4. got board id in dropdown

    Valentina Ruiz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c138265 View commit details
    Browse the repository at this point in the history
  5. possible resave but working through dropdown

    Valentina Ruiz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    175bed2 View commit details
    Browse the repository at this point in the history
  6. working through Card.js

    ryanrt9 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8cffeda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53c6fe0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6af0d5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70a5582 View commit details
    Browse the repository at this point in the history
  10. other changes made

    Valentina Ruiz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    bd28a6f View commit details
    Browse the repository at this point in the history
  11. for pull

    lisafenglisa committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    27fd3c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01e6233 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8b582a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    33c09c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af601c3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f7f72ca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c9c5d1e View commit details
    Browse the repository at this point in the history
  18. took notes for how to move forward

    Valentina Ruiz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    99e9fa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. merging with pull

    Valentina Ruiz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    eb16b4d View commit details
    Browse the repository at this point in the history
  2. updated card data

    lisafenglisa committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c6555a0 View commit details
    Browse the repository at this point in the history
  3. board specific cards are now visible

    Valentina Ruiz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    4d87cac View commit details
    Browse the repository at this point in the history
  4. updated like_count part

    lisafenglisa committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1be5515 View commit details
    Browse the repository at this point in the history
  5. created delete card

    lisafenglisa committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    46990a2 View commit details
    Browse the repository at this point in the history
  6. deleted comments

    Valentina Ruiz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    729429c View commit details
    Browse the repository at this point in the history
  7. fixing get board id

    lisafenglisa committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    585adc0 View commit details
    Browse the repository at this point in the history
  8. merged

    Valentina Ruiz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    23937b4 View commit details
    Browse the repository at this point in the history
  9. updated updateCard in board to make axios call first then setCardData…

    … after
    Valentina Ruiz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1e8ef5f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. made changes to css. cardlist and board have competing grid layouts. …

    …Can't access one or the other while cardlist .card-wrap z-index is commented in
    Valentina Ruiz committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a4575d0 View commit details
    Browse the repository at this point in the history
  2. added some css

    lisafenglisa committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6144ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df4c9d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. fixed the clashing grids. Can now access cards and user interaction o…

    …n same grid
    Valentina Ruiz committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d2efb59 View commit details
    Browse the repository at this point in the history
  2. cleaned up the code

    Valentina Ruiz committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    bd9d046 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. updated css styling

    Valentina Ruiz committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    df5e33c View commit details
    Browse the repository at this point in the history