💻 My corner on the internet kacaii.dev/
lustre evergarden wisp-place gleam atproto
0

Configure Feed

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

blog/page/home: add second skeleton line to the card

author
kacaii.dev
date (Jul 17, 2026, 7:23 PM -0300) commit 560ddb0f parent d0ff7e4c change-id qnnxskup
+7 -2
+7 -2
src/blog/page/home.gleam
··· 146 146 [attribute.class("hstack mb-4 w-full flex-nowrap rounded-sm border p-4")], 147 147 [ 148 148 image, 149 - html.div([attribute.class("grid-rows-2")], [ 149 + html.div([attribute.class("w-full grid-rows-2")], [ 150 150 // Username and profile 151 151 case model { 152 152 Pending -> { ··· 171 171 } 172 172 }, 173 173 174 + // Description 174 175 case model { 175 - Pending -> skeleton([]) 176 + Pending -> 177 + html.div([attribute.class("my-1")], [ 178 + skeleton([]), 179 + skeleton([]), 180 + ]) 176 181 177 182 Model(profile:) -> 178 183 html.p([attribute.class("text-sm text-pretty sm:text-base")], [