LearnNewsExamplesServices
Frontmatter
id73
titleRealWorld app: HomeComponent => paging buttons
stateClosed
labels
enhancement
assignees[]
createdAtNov 19, 2019, 8:57 PM
updatedAtNov 20, 2019, 6:06 PM
githubUrlhttps://github.com/neomjs/neo/issues/73
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 20, 2019, 6:06 PM

RealWorld app: HomeComponent => paging buttons

tobiu
tobiu commented on Nov 19, 2019, 8:57 PM

similar to this one: https://vue-vuex-realworld.netlify.com/

  1. buttons with the new page number
  2. showing the current page as the active button
  3. clicking on a button => api call with a different start value
tobiu added the enhancement label on Nov 19, 2019, 8:57 PM
tobiu referenced in commit e2a6075 - "RealWorld app: HomeComponent => paging buttons #73 (countPages, nav bbar markup, rendering a first item (in progress))" on Nov 19, 2019, 10:58 PM
tobiu referenced in commit b61936e - "RealWorld app: HomeComponent => paging buttons #73 (rendering all pages buttons (in progress))" on Nov 19, 2019, 11:08 PM
tobiu referenced in commit fbf563f - "RealWorld app: HomeComponent => paging buttons #73 => delegated nav link click listeners, currentPage_, afterSetCurrentPage()" on Nov 20, 2019, 5:22 PM
tobiu referenced in commit c8dde5f - "RealWorld app: HomeComponent => paging buttons #73 => afterSetCurrentPage() logic to toggle the active css class" on Nov 20, 2019, 5:37 PM
tobiu referenced in commit 816fc07 - "RealWorld app: HomeComponent => paging buttons #73 => (bulk)updating the previewComponents on page switch" on Nov 20, 2019, 6:05 PM
tobiu
tobiu Nov 20, 2019, 6:06 PM

implemented.

tobiu closed this issue on Nov 20, 2019, 6:06 PM
tobiu referenced in commit ac80ef0 - "RealWorld app: HomeComponent => paging buttons #73 => afterSetCurrentPage() => using this.pageSize instead of a static value" on Nov 20, 2019, 6:10 PM