Skip to content

Conversation

@cstns
Copy link
Contributor

@cstns cstns commented Dec 10, 2025

Description

Added a refresh button to refresh existing table data. In order to place the button somewhere, i added the header described in the initial mockups, alongside the collapse menu button.

Related Issue(s)

closes #6387

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

- Introduced `RowsHeader` component with toggle functionality.
- Added expand/collapse icons, animations, and updated styles.
- Introduced a refresh button in `RowsHeader` to reload table data.
- Integrated Vuex actions for `getTableData` and `setTableLoadingState`.
- Updated related styles and components to support loading state.
@cstns cstns self-assigned this Dec 10, 2025
@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.28%. Comparing base (3166619) to head (3728338).
⚠️ Report is 121 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6390      +/-   ##
==========================================
+ Coverage   76.22%   76.28%   +0.05%     
==========================================
  Files         393      394       +1     
  Lines       19789    19805      +16     
  Branches     4744     4746       +2     
==========================================
+ Hits        15085    15108      +23     
+ Misses       4704     4697       -7     
Flag Coverage Δ
backend 76.28% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@knolleary knolleary merged commit 08a6c63 into main Dec 18, 2025
25 checks passed
@knolleary knolleary deleted the 6387-ff-tables-add-refresh-button branch December 18, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FF Tables: Add a refresh button for table rows (provide a refresh button and auto-refresh hook after external changes)

3 participants