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
1 parent 02acdc6 commit 36b4d0c672408f55ada70e90d3a2ad4b21b1375d
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 20 hours ago
Showing 4 changed files
View
webclient-vue/src/components/area/AreaAssignSection.vue
View
webclient-vue/src/features/areas/pages/AreaDetailPage.vue
View
webclient-vue/src/stores/__tests__/areas.spec.js
View
webclient-vue/src/stores/areas.js