9 lines
688 B
Markdown
9 lines
688 B
Markdown
- [ ] Reduce the "Enroll New Farmer" button size and remove `w-100` in `CooperativeDetail.vue`.
|
|
- [ ] Import `SearchableTableWrapper` component in `CooperativeDetail.vue`.
|
|
- [ ] Add reactive variables for `searchQuery` and `tableDensity`.
|
|
- [ ] Implement a computed property `filteredMembers` to filter `cooperative.members` based on `searchQuery`.
|
|
- [ ] Replace the grid layout for members with `SearchableTableWrapper`.
|
|
- [ ] Define the member table structure (Full Name, Role, Actions/Chevron) inside the `table` slot of `SearchableTableWrapper`.
|
|
- [ ] Apply the density styles/classes to the table rows/cells.
|
|
- [ ] Ensure the "View Member" functionality is preserved for table rows.
|