feat(workspace): refine career workflows

Make job/CV comparisons language-aware and filter recruitment noise. Improve responsive career navigation, shared spacing, dashboard priorities, settings, localized workspace controls, and portable browser tests.
This commit is contained in:
cesnimda
2026-08-29 16:44:44 +02:00
parent 4d4af47651
commit 9edcbfc5de
29 changed files with 827 additions and 236 deletions
@@ -164,6 +164,10 @@ export type CareerMatch = {
aiSuggestionCount: number;
hasSelectedCv: boolean;
selectedCvName: string | null;
jobLanguage: "en" | "nb";
cvLanguage: "en" | "nb" | null;
languageMismatch: boolean;
usedTranslatedJobDescription: boolean;
};
export const TIMELINE_CATEGORY_LABELS: Record<string, string> = {