feat: Terranes Phase 14 — Extended Views & API Coverage (chunks 064-066)#70
Merged
feat: Terranes Phase 14 — Extended Views & API Coverage (chunks 064-066)#70
Conversation
…mptyState; debounced search, filter chips, result count, empty states, URL query sync across 4 views; 21 new Vitest tests (131 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/07758158-53bd-470f-accd-c438110dc18c Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…ft, image placeholders, sort-by dropdowns on Marketplace/Land; 15 new Vitest tests (146 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/07758158-53bd-470f-accd-c438110dc18c Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…, ConfettiEffect components; confirm before complete; timeline tracking; confetti on completion; 22 new Vitest tests (168 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/07758158-53bd-470f-accd-c438110dc18c Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…lineChart (SVG), QuoteSummary, notification bell with unread badge, quick-action buttons; 18 new Vitest tests (186 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/07758158-53bd-470f-accd-c438110dc18c Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/07758158-53bd-470f-accd-c438110dc18c Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…oundView, route meta, document.title, back-to links in modals; 9 new Vitest tests (195 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/d781707c-d9dc-4b3f-817a-5700c1df51b0 Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
… rules, real-time validation on bedrooms/price, clear-all-filters on all 4 views, standardised form spacing; 9 new Vitest tests (204 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/d781707c-d9dc-4b3f-817a-5700c1df51b0 Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…croll, font preloading, code-splitting verification; 10 new Vitest tests (214 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/d781707c-d9dc-4b3f-817a-5700c1df51b0 Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…(chunks 060-062) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/d781707c-d9dc-4b3f-817a-5700c1df51b0 Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…fy lazy-loaded components in code-split test Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/d781707c-d9dc-4b3f-817a-5700c1df51b0 Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
…nEditor, Reports views; useAuth composable; 29 new Vitest tests (243 total) Agent-Logs-Url: https://github.com/devstress/My3DLearning/sessions/8e627337-4ee7-4c16-8ed5-c288a2bc87af Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
devstress
April 9, 2026 10:46
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 13 completed all UX/UI polish with 8 views covering core flows. The backend exposes 29 endpoint groups but only 8 had frontend views. Phase 14 closes that gap.
New Views (7)
ConfirmDialogfor destructive actionsNew Composable
localStoragepersistence and auto-restore on initExtended Existing
api/client.ts— 18 new API methods covering search, auth, partners, walkthroughs, design-editor, reportstypes/index.ts— 7 new interfaces:SearchResult,PlatformUser,PartnerProfile,Walkthrough,WalkthroughPoi,DesignEdit,ReportEmptyState.vue— 4 new icon types (partner,walkthrough,editor,report) with SVG pathsrouter/index.ts— 7 new lazy-loaded routesApp.vue— 6 new sidebar nav links, login button in top barTesting
vue-tsc --noEmit)