|
Vue client: unify area assignment mechanic for areas
- Extend AreaAssignSection with and ]2;]1; props for reuse - Add to areasStore with reactive splice update - Rewrite AreaDetailPage with shared useAreaAssign, AreaBadgeLink, AreaAssignSection - Filter area options to exclude self-reference and descendants - Add areasStore test for assignToArea - 126 tests passing, build green |
|---|
|
|
| webclient-vue/src/components/area/AreaAssignSection.vue |
|---|
| webclient-vue/src/features/areas/pages/AreaDetailPage.vue |
|---|
| webclient-vue/src/stores/__tests__/areas.spec.js |
|---|
| webclient-vue/src/stores/areas.js |
|---|