Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add missing dependencies to all hooks and add eslint react hooks rules * chore: remove unused imports automatically by eslint (--quiet has been removed) * feat: my exchanges/disputes: always show status label * refactor: remove unused prop * feat: update wallet list & fix modal position * feat: show buyer/seller toggle in exchange if you are both the seller and the buyer * feat: f you click on one of your exchanges and then go back, you should see the my exchanges tab, not the default tab (my offers) * style: make ipfs url fit in custom store modal * fix: performance bug in explore page * fix: redirect to first page by mistake if you go directly and there are offers * refactor: breakpoints as vars and update colors from figma designs * feat: update footer and header to match designs & add shared components * feat: landing from designs wip * fix: createOffer compilation issue * feat: customStore store name only changes tab title * fix: graphql offers payload * fix: unwanted div inside dangerouslySetInnerHTML * feat: landing rwd wip * chore: add comment * chore: remove comment * test: commit * fix: graphql offers payload * fix: update zIndex * fix: landing show text, no store name * feat: change offer card component to match designs * feat: rwd on landing page wip * feat: remove newsletter updates from footer * feat: remove duplicated links in navigation in comparison to links under product in the footer * feat: add My Items to header * feat: hide header links when it's mobile * feat: add view more * fix: price in offer card * fix: breakpoints & its usage * fix: number of offers in Landing page if device is S or M * style: fix header style * style: add darker bg to featured offers * feat: mobile burger menu * feat: search bar * fix: update routing * fix: update yt * fix: update medium * fix: offercard & hot offers * feat: add carousel * fix: rwd offers * fix: z-index in carousel * fix: update footer links * fix: carousel sizing * fix: performance bug in explore offers page * fix: explore page so that the value in the header input is set there too * style: add pointer-events: none to previous/next offer cards in carousel * style: stick footer to the bottom * fix: change terms of use page * fix: build * fix: rwd styles etc * style: fix arrows positioning in carousel * chore: hardcore dsn sentry url instead of having it as an .env variable * feat: add cards to both sides in carousel * fix: rwd styles * fix: custom store & offers in grid * feat: add quantityInitial in offers * style: fix z-index of landing title * feat: offer banner * fix: update go button * style: banner and header changes * fix: carousel and icons * fix: account grid look * fix: pagination * fix: carousel height and perspective issues * fix: scale * fix: offers banners, utc tz, carousel * feat: primaryBgColor * style: fix modal styles and create offer description border * fix: add missing isOpen * feat: coming soon offers * fix: carousel on mobile * fix: 10 * fix: carousel height * fix:xs text & carousel * fix: quantity issue * test: add and fix landing tests * test: fix react testing tests * test: fix rest of e2e tests * feat: add quantityAvailable as a filter to get offers * refactor: extract const from offer banner * chore: update @bosonprotocol deps * build: update all dependencies * feat: show remaining quantity if less than 50% in offer banner * fix: breaking changes and package-lock.json * test: fix public account tests * build: create .nvmrc file * style: reduce vertical margin in offer card * chore: change .nvmrc file * feat: change which offers to get for each section in landing page * refactor: remove unused colors * fix: typo * test: fix tests * feat: fix PR comments Co-authored-by: Rafał Mikucki <[email protected]>
- Loading branch information