Skip to content

feat(azure/cost): frontend panel — AzureCostPanel (IW-270)#50

Merged
eyriehq-bot[bot] merged 1 commit into
dev/v0.15.0from
feat/iw-270-cost-panel
May 31, 2026
Merged

feat(azure/cost): frontend panel — AzureCostPanel (IW-270)#50
eyriehq-bot[bot] merged 1 commit into
dev/v0.15.0from
feat/iw-270-cost-panel

Conversation

@eyriehq-bot
Copy link
Copy Markdown
Contributor

@eyriehq-bot eyriehq-bot Bot commented May 17, 2026

Summary

  • Adds AzureCostPanel.jsx and manifest.js to azure/cost/
  • Table: Month | Service | Resource Group | Cost — all columns sortable
  • Current month total prominently displayed at top (with service count)
  • Default sort: month desc, then cost desc
  • Cost formatted with currency symbol (USD/EUR/GBP, fallback to code prefix)
  • No drawer — cost rows are summary aggregates, not individual resources
  • Follows the same fetchPlugin + useData + SSE refresh pattern as AzureVirtualMachinesPanel
  • Icon: DollarSign (lucide-react)

Test plan

  • Panel loads without errors at /plugins/azure/cost
  • Empty state renders when no cost data collected
  • Current month total banner shows when data for current month exists
  • Table rows sortable on all columns
  • Cost column formatted correctly (e.g. $12.34, €5.00)
  • Default sort is month desc, then cost desc
  • Refresh button triggers SSE stream

Closes IW-270

…270)

Table: Month | Service | Resource Group | Cost (formatted with currency)
Current month total prominently displayed at top
Sort: month desc, cost desc by default
No drawer (cost rows are summary rows, not individual resources)
Icon: DollarSign (lucide)
@eyriehq-bot eyriehq-bot Bot merged commit 027eb6b into dev/v0.15.0 May 31, 2026
@eyriehq-bot eyriehq-bot Bot deleted the feat/iw-270-cost-panel branch May 31, 2026 01:23
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.

0 participants