File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,22 +164,21 @@ <h2 class="text-sm font-medium text-slate-300 uppercase tracking-wide">Settings<
164164
165165 <!-- Carpeater Filter -->
166166 < div class ="space-y-2 ">
167- < label class ="block text-xs font-medium text-slate-400 uppercase tracking-wide ">
168- < a href ="# " id ="carpeaterInfoLink " class ="hover:text-sky-400 transition-colors " onclick ="event.preventDefault(); document.getElementById('carpeaterModal').classList.remove('hidden'); "> Carpeater</ a > Filter
169- </ label >
167+ < label class ="block text-xs font-medium text-slate-400 uppercase tracking-wide "> Carpeater Filter</ label >
170168 < div class ="flex items-center gap-2 ">
171169 <!-- Custom styled checkbox -->
172170 < label class ="relative inline-flex items-center cursor-pointer ">
173171 < input type ="checkbox " id ="carpeaterFilterEnabled " class ="sr-only peer ">
174172 < div class ="w-5 h-5 bg-slate-700 border border-slate-600 rounded peer-checked:bg-emerald-600 peer-checked:border-emerald-600 peer-focus:ring-2 peer-focus:ring-emerald-500 peer-focus:ring-offset-1 peer-focus:ring-offset-slate-800 transition-all flex items-center justify-center ">
175- < svg class ="w-3 h-3 text-white hidden peer-checked:block " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
173+ < svg class ="w-3 h-3 text-white opacity-0 peer-checked:opacity-100 transition-opacity " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
176174 < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="3 " d ="M5 13l4 4L19 7 "> </ path >
177175 </ svg >
178176 </ div >
179177 </ label >
180- < label for ="carpeaterFilterEnabled " class ="text-sm text-slate-300 cursor-pointer select-none "> Carpeater ID:</ label >
178+ < label for ="carpeaterFilterEnabled " class ="text-sm text-slate-300 cursor-pointer select-none "> Ignore ID:</ label >
181179 < input type ="text " id ="carpeaterIdInput " maxlength ="2 " placeholder ="00 " disabled
182180 class ="w-14 px-2 py-1 text-sm bg-slate-700 text-white border border-slate-600 rounded focus:border-emerald-500 focus:ring-1 focus:ring-emerald-500 focus:outline-none uppercase font-mono disabled:opacity-50 disabled:cursor-not-allowed ">
181+ < a href ="# " id ="carpeaterInfoLink " class ="text-xs text-sky-400 hover:text-sky-300 transition-colors ml-1 " onclick ="event.preventDefault(); document.getElementById('carpeaterModal').classList.remove('hidden'); "> Info</ a >
183182 </ div >
184183 </ div >
185184
You can’t perform that action at this time.
0 commit comments