Skip to content

feat: add expandable location rows to ChecksTable#3314

Closed
gorkem-bwl wants to merge 1 commit intofeat/globalping-backfill-pipelinefrom
feat/globalping-expandable-checks
Closed

feat: add expandable location rows to ChecksTable#3314
gorkem-bwl wants to merge 1 commit intofeat/globalping-backfill-pipelinefrom
feat/globalping-expandable-checks

Conversation

@gorkem-bwl
Copy link
Contributor

@gorkem-bwl gorkem-bwl commented Feb 19, 2026

Summary

  • Add LocationResult type and locationResults field to client Check type
  • Add expandable rows to ChecksTable showing per-location breakdown (location name, status, response time, status code) when Globalping is enabled
  • Pass globalpingEnabled and locationLabels from the Details page to ChecksTable
  • Add translation keys for expanded row headers

Test plan

  • npm run build in /client passes with zero errors
  • ChecksTable rows are expandable when monitor has globalpingEnabled
  • Expanded row shows location name (using label lookup), status badge, response time, and status code for each location
  • Rows without locationResults are not expandable
  • Non-Globalping monitors show the table as before (no expand affordance)

@gorkem-bwl gorkem-bwl force-pushed the feat/globalping-expandable-checks branch from f163077 to e1cae06 Compare February 20, 2026 05:44
@gorkem-bwl gorkem-bwl force-pushed the feat/globalping-backfill-pipeline branch from 227141c to 0671981 Compare February 20, 2026 05:44
@gorkem-bwl gorkem-bwl force-pushed the feat/globalping-expandable-checks branch from e1cae06 to 98aa731 Compare February 20, 2026 06:15
@gorkem-bwl gorkem-bwl force-pushed the feat/globalping-backfill-pipeline branch 2 times, most recently from 9052c4f to de5adf5 Compare February 20, 2026 06:42
@gorkem-bwl gorkem-bwl force-pushed the feat/globalping-expandable-checks branch from 98aa731 to 809d757 Compare February 20, 2026 06:42
## Changes
- Add LocationResult type and locationResults field to client Check type
- Add expandable rows to ChecksTable showing per-location Globalping results (location name, status, response time, status code)
- Pass globalpingEnabled and locationLabels props from Details page to ChecksTable
- Add translation keys for expanded row columns

## Benefits
Users can now click a check row to see how each Globalping location
performed for that specific monitoring cycle, providing at-a-glance
multi-location visibility.
@gorkem-bwl gorkem-bwl force-pushed the feat/globalping-expandable-checks branch from 809d757 to 249e109 Compare February 20, 2026 13:20
@gorkem-bwl gorkem-bwl force-pushed the feat/globalping-backfill-pipeline branch from de5adf5 to a23e4de Compare February 20, 2026 13:20
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.

2 participants