Commit Graph

3 Commits

Author SHA1 Message Date
dante01yoon
9d72372ed6 refactor: rename StatusBadge to Badge 2026-03-24 20:03:19 +09:00
dante01yoon
75b47c7970 refactor: migrate badge to design system and remove PrimeVue Badge
- Update StatusBadge severity colors to match Figma design system
- Move Storybook story from Common/ to Components/Badges/
- Replace PrimeVue Badge with StatusBadge in TreeExplorerTreeNode,
  UsageLogsTable, and SearchFilterChip
- Update customerEventsService severity values for StatusBadge compat
2026-03-24 19:55:23 +09:00
Christian Byrne
e8b9f8f4bc enforce test file-naming rule (#5820)
## Summary

Enforced test file naming conventions with ESLint rules and renamed 26
test files from `.spec.ts` to `.test.ts`.

## Changes

- **What**: Added ESLint rules to enforce `.spec.ts` files only in
`browser_tests/tests/` and `.test.ts` files only in `src/`
- **What**: Renamed 26 component/unit test files from `.spec.ts` to
`.test.ts` to comply with new convention

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5820-enforce-test-file-naming-rule-27b6d73d365081269b32ddcc9d3a5048)
by [Unito](https://www.unito.io)
2025-09-27 13:53:25 -07:00