Skip to content

Commit

Permalink
Merge pull request #214 from vtex-apps/feature/fetch-more-on-mobile
Browse files Browse the repository at this point in the history
Add `fetch-more` and `fetch-previous` on mobile.
  • Loading branch information
Iaron da Costa Araújo authored Apr 7, 2020
2 parents 86031bb + ca6f433 commit cd09b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- `fetch-more` and `fetch-previous` buttons on mobile.

## [3.33.0] - 2020-04-02
### Changed
Expand Down
4 changes: 3 additions & 1 deletion store/blocks/search.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@
"flex-layout.row#searchinfomobile",
"flex-layout.row#searchbread",
"flex-layout.row#productCountMobile",
"flex-layout.row#contentmobile"
"flex-layout.row#fetchprevious",
"flex-layout.row#contentmobile",
"flex-layout.row#fetchmore"
],
"props": {
"pagination": "show-more",
Expand Down

0 comments on commit cd09b0d

Please sign in to comment.