react-ams-tires-git

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
generic static pages and footer links change

    • -0
    • +48
    /src/theme/components/About/About.component.tsx
    • -0
    • +26
    /src/theme/components/About/About.container.ts
    • -0
    • +51
    /src/theme/components/About/About.docs.tsx
    • -0
    • +0
    /src/theme/components/About/About.styles.less
    • -0
    • +44
    /src/theme/components/About/About.test.tsx
    • -0
    • +23
    /src/theme/components/About/About.types.ts
    • -0
    • +1
    /src/theme/components/About/index.ts
  1. … 43 more files in changeset.
fixing key issues

Video page

    • -0
    • +117
    /src/theme/components/VideoPage/VideoPage.component.tsx
    • -0
    • +26
    /src/theme/components/VideoPage/VideoPage.container.ts
    • -0
    • +51
    /src/theme/components/VideoPage/VideoPage.docs.tsx
    • -0
    • +18
    /src/theme/components/VideoPage/VideoPage.styles.less
    • -0
    • +44
    /src/theme/components/VideoPage/VideoPage.test.tsx
    • -0
    • +37
    /src/theme/components/VideoPage/VideoPage.types.ts
    • -0
    • +1
    /src/theme/components/VideoPage/index.ts
adding 404 handling to product details page

404 page

    • -0
    • +86
    /src/theme/components/FourOhFour/FourOhFour.component.tsx
    • -0
    • +26
    /src/theme/components/FourOhFour/FourOhFour.container.ts
    • -0
    • +51
    /src/theme/components/FourOhFour/FourOhFour.docs.tsx
    • -0
    • +28
    /src/theme/components/FourOhFour/FourOhFour.styles.less
    • -0
    • +44
    /src/theme/components/FourOhFour/FourOhFour.test.tsx
    • -0
    • +23
    /src/theme/components/FourOhFour/FourOhFour.types.ts
    • -0
    • +1
    /src/theme/components/FourOhFour/index.ts
Search functionality

    • -0
    • +84
    /src/theme/components/Search/Search.component.tsx
    • -0
    • +27
    /src/theme/components/Search/Search.container.ts
    • -0
    • +51
    /src/theme/components/Search/Search.docs.tsx
    • -0
    • +0
    /src/theme/components/Search/Search.styles.less
    • -0
    • +29
    /src/theme/components/Search/Search.test.tsx
  1. … 25 more files in changeset.
style fix

finishing up related items

refactoring related products

    • -0
    • +1
    /src/theme/components/RelatedProductItem/index.ts
prod details page and misc fixes

    • -0
    • +31
    /src/lemans-brandsites-common/libs/ProductGroup/productGroup.ts
    • -0
    • +1
    /src/theme/components/RelatedProducts/index.ts
Product details page (partial) and helper pages

  1. … 41 more files in changeset.
fixing stage rest url issues

    • -10
    • +3
    /src/lemans-brandsites-common/libs/api.ts
debugging again for stage

    • -2
    • +10
    /src/lemans-brandsites-common/libs/api.ts
reverting debugging informations

    • -2
    • +0
    /src/lemans-brandsites-common/libs/config.ts
updating stored hostname

    • -1
    • +1
    /src/lemans-brandsites-common/libs/config.ts
debugging for stage site

debugging environments

    • -2
    • +4
    /src/lemans-brandsites-common/libs/config.ts
added no image image; prod submenu style changes

    • -1
    • +1
    /src/lemans-brandsites-common/libs/imageUrl.ts
fetching category and displaying the corresponding products in product listing page

    • -0
    • +28
    /src/lemans-brandsites-common/libs/Category/category.ts
    • -0
    • +1
    /src/lemans-brandsites-common/libs/Product/index.ts
    • -0
    • +27
    /src/lemans-brandsites-common/libs/Product/product.ts
    • -0
    • +257
    /src/lemans-brandsites-common/libs/Product/product.types.ts
    • -0
    • +3
    /src/lemans-brandsites-common/libs/as.ts
    • -0
    • +8
    /src/lemans-brandsites-common/libs/asPage.tsx
    • -0
    • +9
    /src/lemans-brandsites-common/libs/chunkArray.ts
    • -0
    • +7
    /src/lemans-brandsites-common/libs/createMapping.ts
    • -0
    • +1
    /src/lemans-brandsites-common/libs/createRange.ts
    • -0
    • +1
    /src/lemans-brandsites-common/libs/doNothing.ts
    • -0
    • +7
    /src/lemans-brandsites-common/libs/extract.ts
    • -0
    • +2
    /src/lemans-brandsites-common/libs/filterBy.ts
  1. … 16 more files in changeset.
Implemented home page, also some header and footer changes

    • -0
    • +51
    /src/lemans-brandsites-common/components/Spinner/Spinner.docs.tsx
    • -0
    • +44
    /src/lemans-brandsites-common/components/Spinner/Spinner.test.tsx
    • -0
    • +24
    /src/lemans-brandsites-common/components/Spinner/Spinner.types.ts
    • -0
    • +1
    /src/lemans-brandsites-common/components/Spinner/index.ts
  1. … 20 more files in changeset.
added font and small modification to footer

    • -18
    • +1
    /src/theme/libs/Styles/App/App.style.less
    • -0
    • +35
    /src/theme/libs/Styles/App/MyFontsWebfontsKit.css
    • -2
    • +2
    /src/theme/libs/Styles/App/Variables.style.less
    • binary
    /src/theme/media/fonts/AachenPro-Bold/font.woff
    • binary
    /src/theme/media/fonts/AachenPro-Bold/font.woff2
    • binary
    /src/theme/media/fonts/AachenPro-Medium/font.woff
    • binary
    /src/theme/media/fonts/AachenPro-Medium/font.woff2
header and footer menu - desktop& mobile versions - completed except for the fonts

    • -0
    • +25
    /src/lemans-brandsites-common/libs/ProductNav/productNav.ts
    • -0
    • +22
    /src/lemans-brandsites-common/libs/api.ts
    • -0
    • +13
    /src/lemans-brandsites-common/libs/config.ts
    • -0
    • +78
    /src/theme/components/MobileMenu/MobileMenu.component.tsx
    • -0
    • +27
    /src/theme/components/MobileMenu/MobileMenu.container.ts
    • -0
    • +55
    /src/theme/components/MobileMenu/MobileMenu.docs.tsx
    • -0
    • +96
    /src/theme/components/MobileMenu/MobileMenu.styles.less
  1. … 14 more files in changeset.
Some final touches to header and footer

Footer changes

    • -1
    • +1
    /src/theme/libs/Styles/App/App.style.less
footer changes

    • -2
    • +2
    /src/theme/libs/Styles/App/Scrollbar.style.less
    • -1
    • +2
    /src/theme/libs/Styles/App/Variables.style.less
footer - initial commit

    • -0
    • +45
    /src/theme/components/Footer/Footer.component.tsx
    • -0
    • +26
    /src/theme/components/Footer/Footer.container.ts
    • -0
    • +51
    /src/theme/components/Footer/Footer.docs.tsx
    • -0
    • +43
    /src/theme/components/Footer/Footer.styles.less
    • -0
    • +44
    /src/theme/components/Footer/Footer.test.tsx
    • -0
    • +23
    /src/theme/components/Footer/Footer.types.ts
    • -0
    • +1
    /src/theme/components/Footer/index.ts
fixing header and body styles

    • -1
    • +3
    /src/theme/libs/Styles/App/App.style.less
searchbox

header and partial menu - mobile and desktop

    • -110
    • +112
    /src/theme/components/Header/Header.component.tsx
    • -0
    • +51
    /src/theme/components/ProductMenu/ProductMenu.docs.tsx
    • -0
    • +44
    /src/theme/components/ProductMenu/ProductMenu.styles.less
  1. … 4 more files in changeset.
moved around stylesheets for the common modules

    • -0
    • +61
    /src/theme/libs/Styles/App/App.style.less
    • -0
    • +23
    /src/theme/libs/Styles/App/Scrollbar.style.less
    • -0
    • +16
    /src/theme/libs/Styles/App/Variables.style.less
    • -16
    • +0
    /src/theme/libs/Variables.style.less