Monorepo for Tangled tangled.org
856
fork

Configure Feed

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

appview: repo/fragments: swap expand/collapse icon #321

open opened by trueberryless.org targeting master from trueberryless.org/tangled.org-core: swap-icons

I noticed that the "Expand all" button uses the icon where the arrows point to the middle and the "Collapse all" button uses the icon where the arrows point outwards consistently across the tangled UI. So I decided to swap the icons. I think the file where I changed it is the only place this is. It's my first PR with jj, sorry if anything is missing or something. If we need another round, at least I can train doing the commit adaptation with jj 😅

Signed-off-by: Felix Schneider did:plc:pbjvqaziagcyv2vqodldn5op

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:pbjvqaziagcyv2vqodldn5op/sh.tangled.repo.pull/3mkzpio7a3e22
+2 -2
Diff #0
+2 -2
appview/pages/templates/repo/fragments/diff.html
··· 235 235 > 236 236 <input type="checkbox" id="collapseToggle" class="peer/collapse hidden" checked/> 237 237 <span class="peer-checked/collapse:hidden inline-flex items-center gap-2"> 238 - {{ i "fold-vertical" "w-4 h-4" }} 238 + {{ i "unfold-vertical" "w-4 h-4" }} 239 239 <span class="hidden md:inline">expand all</span> 240 240 </span> 241 241 <span class="peer-checked/collapse:inline-flex hidden flex items-center gap-2"> 242 - {{ i "unfold-vertical" "w-4 h-4" }} 242 + {{ i "fold-vertical" "w-4 h-4" }} 243 243 <span class="hidden md:inline">collapse all</span> 244 244 </span> 245 245 </label>

History

1 round 0 comments
sign up or login to add to the discussion
trueberryless.org submitted #0
1 commit
expand
appview: repo/fragments: swap expand/collapse icon
merge conflicts detected
expand
  • appview/pages/templates/repo/fragments/diff.html:235
expand 0 comments