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:
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user