csr tangled client in solid-js
15

Configure Feed

Select the types of activity you want to include in your feed.

small fixies thingies

dawn (May 30, 2026, 6:34 AM +0300) cb591019 33a269f6

+7 -7
+4 -4
src/components/repo.tsx
··· 804 804 <div class="untangled-clone-popover" role="dialog" aria-label="Clone this repository"> 805 805 <div class="flex items-center justify-between gap-3"> 806 806 <h3 class="m-0 text-sm font-semibold text-gray-900 dark:text-white"> 807 - Clone this repository 807 + clone this repository 808 808 </h3> 809 809 <label class="flex cursor-pointer items-center gap-1 text-xs font-normal normal-case text-gray-700 dark:text-gray-300"> 810 810 <input ··· 816 816 <Show when={permalink()} fallback={<Square class="size-4" />}> 817 817 <SquareCheckBig class="size-4" /> 818 818 </Show> 819 - <span>Use permalink</span> 819 + <span>use permalink</span> 820 820 </label> 821 821 </div> 822 822 ··· 834 834 /> 835 835 836 836 <p class="mt-2 text-xs text-gray-500 dark:text-gray-400"> 837 - For self-hosted knots, clone URLs may differ based on your setup. 837 + for self-hosted knots, clone URLs may differ based on your setup. 838 838 </p> 839 839 840 840 <a ··· 842 842 class={clsx(buttonStyles('primary'), 'mt-4 flex w-full justify-center text-sm hover:text-gray-100')} 843 843 > 844 844 <Download class="size-4" /> 845 - Download tar.gz 845 + download tar.gz 846 846 </a> 847 847 </div> 848 848 </Show>
+3 -3
src/index.css
··· 3513 3513 position: absolute; 3514 3514 right: 0; 3515 3515 margin-top: 0.5rem; 3516 - border-radius: 0.375rem; 3516 + border-radius: 0.25rem; 3517 3517 background-color: rgb(255 255 255); 3518 3518 border: 1px solid rgb(229 231 235); 3519 3519 box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); ··· 3534 3534 display: flex; 3535 3535 width: 100%; 3536 3536 align-items: center; 3537 - gap: 0.75rem; 3538 - padding: 0.625rem 1rem; 3537 + gap: 0.5rem; 3538 + padding: 0.55rem 0.7rem; 3539 3539 text-align: left; 3540 3540 text-decoration: none; 3541 3541 color: inherit;