feat(career): version history restore on /career
Phase 3, versioning UI. The /career overview now shows a collapsible version history with a Restore action per past version, backed by the versioning API. Restore reapplies the chosen snapshot as a new version (non-destructive) and refreshes the profile + completeness in place. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -106,6 +106,9 @@ beforeEach(() => {
|
||||
},
|
||||
} as any);
|
||||
}
|
||||
if (url === '/career/profile/versions') {
|
||||
return Promise.resolve({ data: [] } as any);
|
||||
}
|
||||
if (url === '/auth/me') {
|
||||
return Promise.resolve({
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user