feat: add Member list Vue component with store and router (Closes #23) #72
Reference in New Issue
Block a user
Delete Branch "feature/issue-23-member-list-vue-component"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
App.vue,router.js, Pinia storeMemberList.vuewith sortable table (Name, Stufe, Status, Alter, Rolle columns)members.jsPinia store with full CRUD + search API integration@nextcloud/vuecomponents throughout (NcButton, NcTextField, NcEmptyContent, NcLoadingIcon)MemberDetail.vuefor routingFiles Created/Modified
src/main.js(bootstraps Vue + Pinia + Router)src/App.vue,src/router.jssrc/stores/members.jssrc/views/MemberList.vue,src/views/MemberDetail.vuesrc/components/SortIcon.vueCloses #23