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

Cones & Stones #37

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

Cones & Stones #37

wants to merge 266 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    904be59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00242e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0922a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56b3e9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from JohannaBN/routes

    added routes for /, /products, /ptofuvyd/category/:category and /prod…
    ericamechler authored May 30, 2024
    Configuration menu
    Copy the full SHA
    a0e648a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    bb2a0d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e990a2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from JohannaBN/error-handling

    Moved middleware to check if bug with service unawailable is fixed.
    JohannaBN authored May 31, 2024
    Configuration menu
    Copy the full SHA
    bec6892 View commit details
    Browse the repository at this point in the history
  4. fixed the routes for the navlinks- they are now hard-coded based on t…

    …he categories we have now
    ericamechler committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e9bb3e7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from JohannaBN/routes2

    fixed the routes for the navlinks- they are now hard-coded based on t…
    ericamechler authored May 31, 2024
    Configuration menu
    Copy the full SHA
    09490ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdbbde4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8 from JohannaBN/header-structure

    Import logo and icons to assets folder and add them to the header
    FridaMari authored May 31, 2024
    Configuration menu
    Copy the full SHA
    68b98ec View commit details
    Browse the repository at this point in the history
  8. moved assets to public-folder, because of common practice for better …

    …performance etc. Created image-component that I then reused for both the icons in the header and also in the hero-image. Fixed so that the link to all products work and styled the hero a little
    ericamechler committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b8d25ff View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9 from JohannaBN/hero-component

    moved assets to public-folder, because of common practice for better …
    ericamechler authored May 31, 2024
    Configuration menu
    Copy the full SHA
    9228a7a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    838f7f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from JohannaBN/header

    Apply some styling to header
    FridaMari authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    1c67c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d48b59 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    30c4852 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from JohannaBN/middleware-test

    Made test to see if API-error is fixed. Removed middleware.
    JohannaBN authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2c024be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cffc7e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4937c3c View commit details
    Browse the repository at this point in the history
  5. added button-component and implemented in hero component, also added …

    …some styling to hero-component
    ericamechler committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bdfe7a4 View commit details
    Browse the repository at this point in the history
  6. Change h5 to p in SPP

    FridaMari committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2a3abbf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #12 from JohannaBN/button-component

    added button-component and implemented in hero component, also added …
    ericamechler authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c1f5a46 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #13 from JohannaBN/single-product

    Single product
    FridaMari authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c821d8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e1a4ce View commit details
    Browse the repository at this point in the history
  10. Added styling.

    JohannaBN committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    38bc1d6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #14 from JohannaBN/all-products-fetch

    All products fetch
    JohannaBN authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0f391d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9467bac View commit details
    Browse the repository at this point in the history
  13. Merge pull request #15 from JohannaBN/fonts

    Import fonts to index.html, define font styling and add css variables
    FridaMari authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5037cc0 View commit details
    Browse the repository at this point in the history
  14. Add media queries to header so that hamburger menu disappears at larg…

    …er screens, and categories appear instead.
    FridaMari committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c8028eb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b64769 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #16 from JohannaBN/trust-indicators

    fixed deliverystatements and css for hero-image
    ericamechler authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4b250bf View commit details
    Browse the repository at this point in the history
  17. category page-fetch

    ericamechler committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2045ec9 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #17 from JohannaBN/category-page

    category page-fetch
    ericamechler authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5d9dbb1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a79df4e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fetch single product by id

    FridaMari committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c8a15a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb7114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb58088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c03cbc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #18 from JohannaBN/spp-fetch

    Spp fetch
    FridaMari authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0692446 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d5fd85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d71c038 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #19 from JohannaBN/refactor-fetch

    Refactor fetch
    JohannaBN authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ca3ac0e View commit details
    Browse the repository at this point in the history
  9. worked on category-icons and making them reusable & styled the shop b…

    …y category-segment as well as some more styling for the delivery-statements
    ericamechler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d4a57f0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #20 from JohannaBN/category-icons

    worked on category-icons and making them reusable & styled the shop b…
    ericamechler authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    53fdf4a View commit details
    Browse the repository at this point in the history
  11. Added slick-carousel.

    JohannaBN committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3b547e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef0e276 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #21 from JohannaBN/product-showcase

    Added slick-carousel.
    JohannaBN authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cef5a0b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #22 from JohannaBN/category-icons2

    fixed the category-buttons for all-products page and category-pages
    ericamechler authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e77de7d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    518ac22 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #23 from JohannaBN/test

    removed styling from home-component, then the react-scroll works
    ericamechler authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    35b87f7 View commit details
    Browse the repository at this point in the history
  17. fixed the h1 for mobile like we talked about, also fixed the logos so…

    … they can be seen in mobile
    ericamechler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b2e3f28 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #24 from JohannaBN/small-fixes

    fixed the h1 for mobile like we talked about, also fixed the logos so…
    ericamechler authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6a0ddc7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3e2c64c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fcaea36 View commit details
    Browse the repository at this point in the history
  21. Style buttons on SPP

    FridaMari committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2f10a55 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    728d683 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #25 from JohannaBN/spp-css

    Spp css
    FridaMari authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d7d8708 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fixed bug within delivery-statment code. A small change from prop say…

    …ing deliverystatement instead of deliverystatements so it matches the code
    ericamechler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0379c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff63e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0097f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    675e4d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64de3d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    575c311 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddc1f97 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #26 from JohannaBN/banner

    added banner-image to component and styled it a bit- will probably be…
    ericamechler authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9334fd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a9f171 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #27 from JohannaBN/showcase-improvments

    Showcase improvments
    JohannaBN authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    65a3d0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    355386a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #28 from JohannaBN/button-css

    Button css
    FridaMari authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a7c5379 View commit details
    Browse the repository at this point in the history
  13. added main to structure (matching header & footer) & switching names …

    …to ex. hero-container to keep consistency
    ericamechler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7ef582b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f22f22c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c69a154 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    46144ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    751cc08 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #30 from JohannaBN/button-css

    Small changes since last commit
    FridaMari authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    33dd7ad View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6e74e01 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c071dbc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b6ef477 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2d9315b View commit details
    Browse the repository at this point in the history
  23. Merge pull request #31 from JohannaBN/image-component

    Change paths on some imports
    FridaMari authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c5a6b4e View commit details
    Browse the repository at this point in the history
  24. Merge pull request #32 from JohannaBN/add-image-component

    Add image component
    JohannaBN authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e75417b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d49d5b5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a355861 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    711f059 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ad16dc9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c766f5d View commit details
    Browse the repository at this point in the history
  30. Merge pull request #33 from JohannaBN/new-arrivals

    New arrivals
    JohannaBN authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b14edec View commit details
    Browse the repository at this point in the history
  31. Added button.

    JohannaBN committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cddbf29 View commit details
    Browse the repository at this point in the history
  32. fixing structure with sections where there should be sections. Fixing…

    … bug for all icons, cleaning up code and introducing a variant for the deliverystatements. also uppercase for deliverystatements-text etc
    ericamechler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8959ef6 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #34 from JohannaBN/smallcss-fix

    fixing structure with sections where there should be sections. Fixing…
    ericamechler authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6865cdf View commit details
    Browse the repository at this point in the history
  34. versaler i header

    ericamechler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d4f7465 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    62a07fa View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6b868c2 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #35 from JohannaBN/footer2

    created footer with toggle-function
    ericamechler authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d1fe3bd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f7cadb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Added button to new arrivals section. Also added styling and position…

    …ing to place the button on the images.
    JohannaBN committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6ba6e04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from JohannaBN/new-arrivals-button

    New arrivals button
    JohannaBN authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8afd9db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d1867 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06556c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79adac6 View commit details
    Browse the repository at this point in the history
  6. Refactored code to use flex instead of grid. Added order property to …

    …swith position on logo and nav-categories on desktop. Also added margins for better design.
    JohannaBN committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    05cd54f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8f831b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #37 from JohannaBN/header-styling

    Header styling
    JohannaBN authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d3017c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a0b757 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #38 from JohannaBN/font-fix

    Font fix
    FridaMari authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c68e0f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fe24e8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #39 from JohannaBN/cart-icon-update

    Replaced cart icon with new icon and adjusted styling to make it look…
    JohannaBN authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f8b0f63 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef6fc97 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32e2a24 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    69b2966 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e4402c4 View commit details
    Browse the repository at this point in the history
  17. Removed unused code.

    JohannaBN committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d828f59 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2031662 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6002e0c View commit details
    Browse the repository at this point in the history
  20. Merge pull request #40 from JohannaBN/hamburger-menu

    Hamburger menu
    JohannaBN authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c433493 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bfe9389 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #41 from JohannaBN/footer3

    worked on footer-styling and changed padding for several elements
    ericamechler authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7c3fd29 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    c123ed8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from JohannaBN/menu-slide-fix

    Fixed issue with slide menu opening when clicking anywhere on the site.
    JohannaBN authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f88c9c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc3c20 View commit details
    Browse the repository at this point in the history
  4. Created function to use isOpen state to show menu icon if menu is clo…

    …sed and to show only cross icon if menu isopen.
    JohannaBN committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a7f33fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bf52e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    490d700 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17230b4 View commit details
    Browse the repository at this point in the history
  8. fixed function so that whenever a link in the footer is clicked, the …

    …user is scrolled to the top of the page
    ericamechler committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d3d4a5a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #43 from JohannaBN/footer-bugs

    Footer bugs
    ericamechler authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9f8dcfa View commit details
    Browse the repository at this point in the history
  10. Updated styling in header.

    JohannaBN committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4b862f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4fcc07 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #44 from JohannaBN/slide-menu-closing

    Slide menu closing
    JohannaBN authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    076affb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Tryout font-size 10 in SPP

    FridaMari committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    438f644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    960f74d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d22f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cce0bc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbb8844 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af1703b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    6b109bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de0dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa4b40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dac625d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. added UseCartStore and filled it with states for cart, addToCart, rem…

    …oveFromCart, decreaseQuantity, clearCart, getTotalItems and getTotalPrice
    ericamechler committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    58eb080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebfe5f View commit details
    Browse the repository at this point in the history
  3. filled cart.jsx with cart items & details regarding them + quantity e…

    …tc. Fixed the bug with adding to cart
    ericamechler committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1619548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b69f480 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88a6c4f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #45 from JohannaBN/global-state

    Global state
    ericamechler authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    edf0e29 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    c0842b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70cfbf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    740bf3c View commit details
    Browse the repository at this point in the history
  4. got the clear-cart-function working and added a button with a new var…

    …iant and styled it a bit
    ericamechler committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    29ce34b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    289f59e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1787ea4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #46 from JohannaBN/cart-fixes

    Cart fixes
    ericamechler authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9c4e9e8 View commit details
    Browse the repository at this point in the history
  8. Added .env-file.

    JohannaBN committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a6f7143 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13b8b12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4388da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bfdadc5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #47 from JohannaBN/checkout

    Checkout
    JohannaBN authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f5f5a77 View commit details
    Browse the repository at this point in the history
  13. Updated env.

    JohannaBN committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9f3180f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #48 from JohannaBN/env-update

    Updated env.
    JohannaBN authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f43c3e1 View commit details
    Browse the repository at this point in the history
  15. Corrected Stripe post url.

    JohannaBN committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4f40c5f View commit details
    Browse the repository at this point in the history
  16. Merge pull request #49 from JohannaBN/stripe-post

    Corrected Stripe post url.
    JohannaBN authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9a1e9ba View commit details
    Browse the repository at this point in the history
  17. Create Loader component

    FridaMari committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    60bbaa4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e4bc18a View commit details
    Browse the repository at this point in the history
  19. Merge pull request #50 from JohannaBN/loader

    Loader
    FridaMari authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e32d76e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cb8f643 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6176c82 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #51 from JohannaBN/env-import

    Env import
    JohannaBN authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    34825e3 View commit details
    Browse the repository at this point in the history
  23. Updated URLs.

    JohannaBN committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6b675dc View commit details
    Browse the repository at this point in the history
  24. Fixed typo in process.env.

    JohannaBN committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    53d991b View commit details
    Browse the repository at this point in the history
  25. Merge pull request #52 from JohannaBN/meta.env2

    Meta.env2
    JohannaBN authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2553f71 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4e80645 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    caad520 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a5b893f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a57f836 View commit details
    Browse the repository at this point in the history
  30. Style loader

    FridaMari committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7c44a39 View commit details
    Browse the repository at this point in the history
  31. Checkout fixed.

    JohannaBN committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    74ea31d View commit details
    Browse the repository at this point in the history
  32. Merge pull request #53 from JohannaBN/stripe-fix

    Checkout fixed.
    JohannaBN authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa61fcd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    9a242ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from JohannaBN/notfound-page

    Notfound page
    FridaMari authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ef58ad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04c2baf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cc45d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e2af41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7205c2e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #55 from JohannaBN/checkout-details

    Checkout details
    JohannaBN authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4f5628f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b25ec0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    330c8e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7219b6e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #56 from JohannaBN/styling-header

    Styling header
    FridaMari authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    602f360 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    211c62d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #57 from JohannaBN/orderconfirmation

    Orderconfirmation
    JohannaBN authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    51b1ba7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f0355b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2560845 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #58 from JohannaBN/cancel

    Updated cancel_url to redirect to /cart for better UI.
    JohannaBN authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6303776 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #59 from JohannaBN/styling-hero

    Put h1 in hero-text wrapper and update some styling so that it looks …
    FridaMari authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e1a9006 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    01684f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0a3f51b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    984eae6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7d4669c View commit details
    Browse the repository at this point in the history
  22. Removed unused code.

    JohannaBN committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ed4e225 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    49db905 View commit details
    Browse the repository at this point in the history
  24. fixed cart-design

    ericamechler committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    492417f View commit details
    Browse the repository at this point in the history
  25. Merge pull request #60 from JohannaBN/cart-css

    Cart css
    ericamechler authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1a78bc4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    088cb78 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #61 from JohannaBN/all-products-styling

    All products styling
    JohannaBN authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d68869a View commit details
    Browse the repository at this point in the history
  28. Updated title.

    JohannaBN committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f06af60 View commit details
    Browse the repository at this point in the history
  29. Added logo as favicon.

    JohannaBN committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a0be21f View commit details
    Browse the repository at this point in the history
  30. Cleaned up code a bit.

    JohannaBN committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4cdce61 View commit details
    Browse the repository at this point in the history
  31. Removed unused icons.

    JohannaBN committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8131d7c View commit details
    Browse the repository at this point in the history
  32. Merge pull request #62 from JohannaBN/minor-updates

    Minor updates
    JohannaBN authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a84bfb8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0c14496 View commit details
    Browse the repository at this point in the history
  34. Create bubble-row

    FridaMari committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5075c8a View commit details
    Browse the repository at this point in the history
  35. Merge pull request #63 from JohannaBN/banner-fix

    Banner fix
    FridaMari authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4a19e44 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9d8468f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a511d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from JohannaBN/banner-margin

    Fix margins around banner and remove border bottom on desktop footer
    FridaMari authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    02575bb View commit details
    Browse the repository at this point in the history
  4. Addded media queries for extra large screens. Added maxwidth and marg…

    …in 0 auto to center content.
    JohannaBN committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c963765 View commit details
    Browse the repository at this point in the history
  5. fixed empty-cart look

    ericamechler committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b89aac3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35d2181 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89052f1 View commit details
    Browse the repository at this point in the history
  8. Updated gap.

    JohannaBN committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    deeab7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3417dc7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b42d83 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #65 from JohannaBN/margin-correction

    Margin correction
    JohannaBN authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f5fc8c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ff2322 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #66 from JohannaBN/bug/size-button-text

    Fixed bug with text not center on very small screens on size buttons.
    JohannaBN authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7d5a0b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f08edd3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0181046 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a13c6d4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #67 from JohannaBN/cart-bugs

    Cart bugs
    ericamechler authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9b9ced0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a5b780d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #68 from JohannaBN/details-text

    Remove max-width from toggle component and place it on the footer ins…
    FridaMari authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a07e983 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0f242df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    839ec6f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    021cfe2 View commit details
    Browse the repository at this point in the history
  23. Second try to update colors

    FridaMari committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e2a2280 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #69 from JohannaBN/color-fix

    Second try to update colors
    FridaMari authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6436bef View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    786a03d View commit details
    Browse the repository at this point in the history
  26. Merge pull request #70 from JohannaBN/heading-structure

    removed classname hero-h4 which was not used
    ericamechler authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    07b486b View commit details
    Browse the repository at this point in the history
  27. Change color on banner text

    FridaMari committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4c7b398 View commit details
    Browse the repository at this point in the history
  28. Removed unused ul.

    JohannaBN committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f8fcce9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bc2a55a View commit details
    Browse the repository at this point in the history
  30. Merge pull request #71 from JohannaBN/clean-up

    removed category/:id because we don't use it
    ericamechler authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c85e86e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0f6c10c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7899ae4 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #72 from JohannaBN/slide-arrows

    Slide arrows
    JohannaBN authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d5cb57c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d4c4f43 View commit details
    Browse the repository at this point in the history
  35. updated readme

    ericamechler committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    767b460 View commit details
    Browse the repository at this point in the history
  36. updated readme again

    ericamechler committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    903faea View commit details
    Browse the repository at this point in the history