Enhance UI design and update to UK English
- Add custom CSS design system with brand colours and variables - Enhance Report page with SVG score ring and improved flag styling - Improve Dashboard with better table design and score badges - Enhance Check page upload area with animated icon and file styling - Update spellings to UK English (analysing, recognised) - Add user-select: none to prevent text cursor on clickable elements - All date formats already use UK-friendly dd MMM yyyy format Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -156,7 +156,7 @@ public sealed class ProcessCVCheckJob
|
||||
educationResults.Count(e => e.IsDiplomaMill));
|
||||
|
||||
// Step 7: Analyse timeline
|
||||
cvCheck.ProcessingStage = "Analyzing Timeline";
|
||||
cvCheck.ProcessingStage = "Analysing Timeline";
|
||||
await _dbContext.SaveChangesAsync(cancellationToken);
|
||||
|
||||
var timelineAnalysis = _timelineAnalyserService.Analyse(cvData.Employment);
|
||||
|
||||
Reference in New Issue
Block a user