Skip to content

feat(ui): table view#697

Merged
JosephKav merged 3 commits intomasterfrom
feat/ui/table-view
Dec 9, 2025
Merged

feat(ui): table view#697
JosephKav merged 3 commits intomasterfrom
feat/ui/table-view

Conversation

@JosephKav
Copy link
Collaborator

@JosephKav JosephKav commented Dec 8, 2025

  • adds @tanstack/react-table 8.21.3
  • rows can be sorted/re-ordered (and saveable like the existing grid view)
  • columns can be hidden
  • columns can be re-arranged
  • bump @types/node from 24.10.1 to 24.10.2
  • bump lucide-react from 0.555.0 to 0.556.0
  • bump vite from 7.2.6 to 7.2.7

Table:
image

Column sorting/hiding
image

(desktop column visibility and order)
image

(mobile moves the grid/table toggles into the eye dropdown)
image

fixes #3, #696

@JosephKav JosephKav added the enhancement New feature or request label Dec 8, 2025
@JosephKav JosephKav marked this pull request as ready for review December 8, 2025 17:18
@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.82%. Comparing base (f5e1e14) to head (1ab6641).
⚠️ Report is 15 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #697   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files         132      132           
  Lines        8891     8891           
=======================================
  Hits         8786     8786           
  Misses         80       80           
  Partials       25       25           

☔ 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.

- bump @types/node from 24.10.1 to 24.10.2
- bump vite from 7.2.6 to 7.2.7
@JosephKav JosephKav merged commit 4778c27 into master Dec 9, 2025
5 of 6 checks passed
@JosephKav JosephKav deleted the feat/ui/table-view branch December 9, 2025 14:07
This was referenced Dec 9, 2025
@JosephKav JosephKav added the javascript Pull requests that update Javascript code label Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: List view of Services (UI)

1 participant