[PR #34] [MERGED] Replace ad-hoc pagination by FmPagination from finmars-ui #34

Closed
opened 2026-03-03 12:00:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/finmars-platform/finmars-workflow-portal/pull/34
Author: @HenkKalkwater
Created: 2/9/2026
Status: Merged
Merged: 2/10/2026
Merged by: @HenkKalkwater

Base: mainHead: 168-workflow-pagination


📝 Commits (2)

  • 88becb8 Replace ad-hoc pagination by FmPagination from finmars-ui
  • c482687 workflow(-template): Move data fetch from onMounted to useAsyncData

📊 Changes

2 files changed (+74 additions, -171 deletions)

View changed files

📝 src/pages/workflow-template/index.vue (+32 -70)
📝 src/pages/workflow/index.vue (+42 -101)

📄 Description

This fixes the overflowing navigation problem and makes the pagination consistent with the rest of the application.

Known issue: when reloading the page, the pagination component always thinks it's on page 0. Fixed in c48268766a

Fixes finmars-platform/finmars-core#98 and finmars-platform/finmars-core#168


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-workflow-portal/pull/34 **Author:** [@HenkKalkwater](https://github.com/HenkKalkwater) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@HenkKalkwater](https://github.com/HenkKalkwater) **Base:** `main` ← **Head:** `168-workflow-pagination` --- ### 📝 Commits (2) - [`88becb8`](https://github.com/finmars-platform/finmars-workflow-portal/commit/88becb8910417c20bbcfd469e19797ff97c6a067) Replace ad-hoc pagination by FmPagination from finmars-ui - [`c482687`](https://github.com/finmars-platform/finmars-workflow-portal/commit/c48268766a5e725e3e861d8b48f825c846e568ef) workflow(-template): Move data fetch from onMounted to useAsyncData ### 📊 Changes **2 files changed** (+74 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `src/pages/workflow-template/index.vue` (+32 -70) 📝 `src/pages/workflow/index.vue` (+42 -101) </details> ### 📄 Description This fixes the overflowing navigation problem and makes the pagination consistent with the rest of the application. ~Known issue: when reloading the page, the pagination component always thinks it's on page 0.~ Fixed in c48268766a5e725e3e861d8b48f825c846e568ef Fixes finmars-platform/finmars-core#98 and finmars-platform/finmars-core#168 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:00:24 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-workflow-portal#34
No description provided.