fix: implement fuzzy search with locale switcher and settings page

This commit is contained in:
Amruth Pillai
2023-11-24 03:53:09 +01:00
parent 016e9aca77
commit e9d888b07c
6 changed files with 95 additions and 75 deletions

View File

@ -160,10 +160,10 @@ const Question4 = () => {
className="no-underline"
href={`https://crowdin.com/translate/reactive-resume/all/en-${language.editorCode}`}
>
<div className="relative bg-secondary-accent font-medium">
<div className="relative bg-secondary-accent font-medium transition-colors hover:bg-primary hover:text-background">
<span className="px-2 py-1">{language.name}</span>
{language.progress && (
{language.progress !== undefined && (
<span
className={cn(
"inset-0 bg-warning px-1.5 py-1 text-xs text-white",