f691f095dc
feat(board): inline delete confirmation + a11y polish
...
Test / vitest (push) Failing after 6m2s
Test / playwright (push) Has been skipped
Test / visual (push) Has been skipped
Test / Notify on failure (push) Successful in 2s
Replace window.confirm with an inline Delete? / Cancel / Confirm flow on
post cards. Add focus-visible outlines, initials in avatar placeholders,
and promote post/form titles from h3 to h2 for heading order.
2026-04-14 22:15:50 +01:00
9a560f2a3b
feat(board): redesign classifieds + Slack channel creation
...
Adds AdminGhost bot token for admin-only Slack channel creation, refreshes
BoardPostCard/Form layouts, and expands admin board-channels management.
2026-04-14 20:20:17 +01:00
6f3d088763
fix(board): surface delete errors via toast
2026-04-14 17:38:32 +01:00
5bdc3244bd
fix(board): handle submit errors + tolerate tag fetch failure
2026-04-14 17:14:22 +01:00
c06cdd71fd
feat(board): rewrite board.vue with classifieds layout
2026-04-14 17:11:45 +01:00
a0f60bcdc0
fix: rename hasEngagedEcology → hasEngagedBoard in onboarding status, clean up stale ecology references
2026-04-14 12:25:24 +01:00
3e5cedb1a6
refactor(board): rename ecology-prefixed vars to board-prefixed, remove duplicate count div
...
- Renamed ecologyTagOptions, ecologyFilterTags, ecologyTagLabel → board* throughout refs, computed, helpers, and template
- Removed .filter-bar div (duplicate count display)
- Updated pageSubtitle to use filteredSuggestions.length so subtitle reflects active tag filtering
2026-04-14 12:11:47 +01:00
f43fff0ba0
Extract ecology view into standalone /board page, simplify members to directory-only
...
- Create app/pages/board.vue with ecology suggestions, tag filtering, clipboard
- Create app/composables/useBoard.js (calls /api/board/suggestions)
- Delete app/composables/useEcology.js
- Strip all ecology code from members/index.vue (view toggle, ecology state,
ecology template, ecology styles, conditional computeds)
2026-04-14 12:08:58 +01:00