This repository has no description
0

Configure Feed

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

appview/pages: update copy for CI section

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Jul 22, 2026, 12:19 PM +0100) commit 0b3807ac parent 5f9b08e7 change-id onzlwrzp
+7 -9
+7 -9
appview/pages/templates/timeline/home.html
··· 139 139 {{ define "features1" }} 140 140 {{ $labelStyle := "normal-case cursor-pointer w-auto md:w-full p-4 md:px-6 rounded bg-white dark:bg-gray-800 font-medium text-base md:text-lg opacity-50 border border-gray-200 dark:border-gray-700 relative overflow-hidden" }} 141 141 {{ $spanStyle := "z-10 items-center justify-between gap-2 w-full" }} 142 - {{ $connectorStyle := "w-0.5 h-6 bg-gray-300 dark:bg-gray-600 opacity-0 mx-auto" }} 142 + {{ $connectorStyle := "w-0.5 h-6 bg-gray-200 dark:bg-gray-700 opacity-0 mx-auto" }} 143 143 {{ $contentStyle := "hidden bg-white dark:bg-gray-800 rounded shadow-sm border border-gray-200 dark:border-gray-700 grid-cols-1 animate-fadein" }} 144 144 {{ $progressOverlayStyle := "absolute inset-0 bg-gray-600/10 dark:bg-gray-100/10 w-0 transition-none" }} 145 145 ··· 176 176 <input type="radio" id="feature-spindles" name="feature" class="peer/spindles hidden" /> 177 177 178 178 <label for="feature-prs" class="{{ $labelStyle }} peer-checked/prs:opacity-100 peer-checked/prs:shadow-sm"> 179 - <span class="label-text hidden md:inline-flex {{ $spanStyle }}">A better way to review {{ i "git-pull-request" "size-5" }}</span> 179 + <span class="label-text hidden md:inline-flex {{ $spanStyle }}">Stacked Pull-Requests {{ i "git-pull-request" "size-5" }}</span> 180 180 <span class="icon-only inline-flex md:hidden {{ $spanStyle }}">{{ i "git-pull-request" "size-5" }}</span> 181 181 <div class="{{ $progressOverlayStyle }}" data-progress="prs"></div> 182 182 </label> ··· 188 188 </label> 189 189 190 190 <label for="feature-spindles" class="{{ $labelStyle }} peer-checked/spindles:opacity-100 peer-checked/spindles:shadow-sm"> 191 - <span class="label-text hidden md:inline-flex {{ $spanStyle }}">Quick and easy CI {{ i "layers-2" "size-5" }}</span> 191 + <span class="label-text hidden md:inline-flex {{ $spanStyle }}">MicroVM-based CI {{ i "layers-2" "size-5" }}</span> 192 192 <span class="icon-only inline-flex md:hidden {{ $spanStyle }}">{{ i "layers-2" "size-5" }}</span> 193 193 <div class="{{ $progressOverlayStyle }}" data-progress="spindles"></div> 194 194 </label> ··· 274 274 <section class="space-y-4"> 275 275 <h1 class="{{ $titleStyle }}">Nix-powered CI</h1> 276 276 <p class="text-gray-600 dark:text-gray-400"> 277 - Pick and choose dependencies for your CI pipelines from <a 278 - href="https://docs.tangled.org/spindles.html#dependencies" 279 - class="no-underline"><code>nixpkgs</code></a>, one of the biggest 280 - package repositories. 277 + Run your CI in NixOS powered MicroVMs. Build containers with docker 278 + or setup up services like postgres, redis. 281 279 <br> 282 - Support for Docker and MicroVM based runners coming soon! 280 + Inputs are cached making subsequent runs <em>quick</em>. 283 281 </p> 284 - <a href="https://docs.tangled.org/spindles.html#pipelines" class="hover:no-underline inline-flex items-center gap-2 text-sm md:text-base text-black dark:text-white font-medium"> 282 + <a href="https://blog.tangled.org/spindle-microvm/" class="hover:no-underline inline-flex items-center gap-2 text-sm md:text-base text-black dark:text-white font-medium"> 285 283 Learn more 286 284 {{ i "arrow-right" "size-4" }} 287 285 </a>