File tree Expand file tree Collapse file tree
src/lib/components/workspace/Prompts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 418418 <div class =" mt-1.5" >
419419 <Tooltip content ={$i18n .t (' Click to copy ID' )}>
420420 <button
421- class =" text-xs text-gray-500 font-mono bg-gray-50 dark:bg-gray-850 px-2 py-1 rounded-lg cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-800 transition"
421+ class =" text-xs text-gray-500 font-mono px-2 py-1 rounded-lg cursor-pointer hover:underline transition"
422422 on:click ={() => {
423423 copyToClipboard (prompt .id );
424424 toast .success ($i18n .t (' ID copied to clipboard' ));
465465 </div >
466466 {#if selectedHistoryEntry }
467467 <span
468- class =" text-xs text-gray-500 font-mono bg-gray-100 dark:bg-gray-800 px-1.5 py-0.5 rounded"
468+ class =" text-xs text-gray-500 font-mono bg-gray-100 dark:bg-gray-800 px-1.5 rounded"
469469 >
470470 {selectedHistoryEntry .id .slice (0 , 7 )}
471471 </span >
You can’t perform that action at this time.
0 commit comments