feat(fe): standardize empty data state with EmptyStatePlaceholder component and AGENTS.md rule

This commit is contained in:
2026-08-15 21:45:50 +09:00
parent c320318207
commit db3865cb6c
5 changed files with 82 additions and 5 deletions
@@ -1,4 +1,5 @@
export { default as SkeletonLoader } from './SkeletonLoader.vue'
export { default as EmptyStatePlaceholder } from './EmptyStatePlaceholder.vue'
export { default as KsButton } from './KsButton.vue'
export { default as KsTextField } from './KsTextField.vue'
export { default as KsTextArea } from './KsTextArea.vue'