Browse Source

test: snapshots reflect prettier +eslint changes

ran `yarn test-update` so style changes made in
8ae123fd0b are applied
master
DanConwayDev 2 years ago
parent
commit
08423481b5
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 16
      __snapshots__/navbar.test.js.snap
  2. 52
      __snapshots__/prs-header.test.js.snap
  3. 102
      __snapshots__/prs-list-item.test.js.snap
  4. 104
      __snapshots__/prs-list-list.test.js.snap
  5. 12
      __snapshots__/prs-status.test.js.snap
  6. 404
      __snapshots__/repo-details.test.js.snap
  7. 16
      __snapshots__/repo-header.test.js.snap
  8. 22
      __snapshots__/repo-summary-card.test.js.snap
  9. 52
      __snapshots__/repo-summary-list.test.js.snap

16
__snapshots__/navbar.test.js.snap

@ -23,7 +23,7 @@ exports[`Navbar Default smoke-test 1`] = `
</a> </a>
</div> </div>
<div class="navbar-end gap-4"> <div class="navbar-end gap-4">
<div class="h-8 skeleton w-20"> <div class="skeleton h-8 w-20">
</div> </div>
</div> </div>
</div> </div>
@ -55,16 +55,17 @@ exports[`Navbar Logged in smoke-test 1`] = `
</a> </a>
</div> </div>
<div class="navbar-end gap-4"> <div class="navbar-end gap-4">
<div class="flex my-2"> <div>
<div class="my-2 text-md flex items-center">
<div class="avatar flex-none"> <div class="avatar flex-none">
<div class="w-8 h-8 rounded"> <div class="rounded h-8 w-8">
<img class="my-0" <img class="my-0"
src="../test-profile-image.jpg" src="../test-profile-image.jpg"
alt="DanConwayDev" alt="DanConwayDev"
> >
</div> </div>
</div> </div>
<div class="flex-auto pl-3 m-auto"> <div class="pl-3 flex-auto m-auto">
DanConwayDev DanConwayDev
</div> </div>
</div> </div>
@ -72,6 +73,7 @@ exports[`Navbar Logged in smoke-test 1`] = `
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>
`; `;
@ -98,7 +100,7 @@ exports[`Navbar NIP07 Loading smoke-test 1`] = `
</a> </a>
</div> </div>
<div class="navbar-end gap-4"> <div class="navbar-end gap-4">
<div class="h-8 skeleton w-20"> <div class="skeleton h-8 w-20">
</div> </div>
</div> </div>
</div> </div>
@ -130,7 +132,7 @@ exports[`Navbar NIP07Exists smoke-test 1`] = `
</a> </a>
</div> </div>
<div class="navbar-end gap-4"> <div class="navbar-end gap-4">
<button class="btn normal-case btn-sm btn-ghost"> <button class="btn btn-ghost btn-sm normal-case">
Login Login
</button> </button>
</div> </div>
@ -163,7 +165,7 @@ exports[`Navbar NoNIP07 smoke-test 1`] = `
</a> </a>
</div> </div>
<div class="navbar-end gap-4"> <div class="navbar-end gap-4">
<button class="btn normal-case btn-sm btn-ghost"> <button class="btn btn-ghost btn-sm normal-case">
Sign up Sign up
</button> </button>
</div> </div>

52
__snapshots__/prs-header.test.js.snap

@ -1,21 +1,21 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PRs/Header Author Loading smoke-test 1`] = ` exports[`PRs/Header Author Loading smoke-test 1`] = `
<div class="overflow-hidden grow text-xs text-neutral-content bg-base-200 border-b border-accent-content pt-2 pb-4"> <div class="grow overflow-hidden border-b border-accent-content bg-base-200 pb-4 pt-2 text-xs text-neutral-content">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<div class="px-3"> <div class="px-3">
<div class="text-lg text-base-content mb-2"> <div class="mb-2 text-lg text-base-content">
short title short title
</div> </div>
<div class="pt-1"> <div class="pt-1">
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-success btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18" viewbox="0 0 18 18"
class="h-5 w-5 pt-1 flex-none fill-success-content" class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
@ -23,11 +23,11 @@ exports[`PRs/Header Author Loading smoke-test 1`] = `
Open Open
</div> </div>
</div> </div>
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
opened 3 months ago opened 3 months ago
</div> </div>
<div class="inline align-middle"> <div class="inline align-middle">
<div class="skeleton h-3 pb-2 w-20 inline-block"> <div class="skeleton inline-block h-3 w-20 pb-2">
</div> </div>
</div> </div>
</div> </div>
@ -37,21 +37,21 @@ exports[`PRs/Header Author Loading smoke-test 1`] = `
`; `;
exports[`PRs/Header Long Details smoke-test 1`] = ` exports[`PRs/Header Long Details smoke-test 1`] = `
<div class="overflow-hidden grow text-xs text-neutral-content bg-base-200 border-b border-accent-content pt-2 pb-4"> <div class="grow overflow-hidden border-b border-accent-content bg-base-200 pb-4 pt-2 text-xs text-neutral-content">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<div class="px-3"> <div class="px-3">
<div class="text-lg text-base-content mb-2"> <div class="mb-2 text-lg text-base-content">
rather long title that goes on and on and on and on and on and on... rather long title that goes on and on and on and on and on and on...
</div> </div>
<div class="pt-1"> <div class="pt-1">
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-success btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18" viewbox="0 0 18 18"
class="h-5 w-5 pt-1 flex-none fill-success-content" class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
@ -59,7 +59,7 @@ exports[`PRs/Header Long Details smoke-test 1`] = `
Open Open
</div> </div>
</div> </div>
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
opened a minute ago opened a minute ago
</div> </div>
<div class="inline align-middle"> <div class="inline align-middle">
@ -72,21 +72,21 @@ exports[`PRs/Header Long Details smoke-test 1`] = `
`; `;
exports[`PRs/Header Long and No Spaces smoke-test 1`] = ` exports[`PRs/Header Long and No Spaces smoke-test 1`] = `
<div class="overflow-hidden grow text-xs text-neutral-content bg-base-200 border-b border-accent-content pt-2 pb-4"> <div class="grow overflow-hidden border-b border-accent-content bg-base-200 pb-4 pt-2 text-xs text-neutral-content">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<div class="px-3"> <div class="px-3">
<div class="text-lg text-base-content mb-2"> <div class="mb-2 text-lg text-base-content">
LongNameLongNameLongNameLongNameLongNameLongNameLongNameLongNameL... LongNameLongNameLongNameLongNameLongNameLongNameLongNameLongNameL...
</div> </div>
<div class="pt-1"> <div class="pt-1">
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-success btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18" viewbox="0 0 18 18"
class="h-5 w-5 pt-1 flex-none fill-success-content" class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
@ -94,7 +94,7 @@ exports[`PRs/Header Long and No Spaces smoke-test 1`] = `
Open Open
</div> </div>
</div> </div>
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
opened 3 months ago opened 3 months ago
</div> </div>
<div class="inline align-middle"> <div class="inline align-middle">
@ -107,21 +107,21 @@ exports[`PRs/Header Long and No Spaces smoke-test 1`] = `
`; `;
exports[`PRs/Header Short Details smoke-test 1`] = ` exports[`PRs/Header Short Details smoke-test 1`] = `
<div class="overflow-hidden grow text-xs text-neutral-content bg-base-200 border-b border-accent-content pt-2 pb-4"> <div class="grow overflow-hidden border-b border-accent-content bg-base-200 pb-4 pt-2 text-xs text-neutral-content">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<div class="px-3"> <div class="px-3">
<div class="text-lg text-base-content mb-2"> <div class="mb-2 text-lg text-base-content">
short title short title
</div> </div>
<div class="pt-1"> <div class="pt-1">
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
<div tabindex="0" <div tabindex="0"
role="button" role="button"
class="btn btn-success btn-sm align-middle cursor-default" class="btn btn-success btn-sm align-middle cursor-default"
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18" viewbox="0 0 18 18"
class="h-5 w-5 pt-1 flex-none fill-success-content" class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
@ -129,7 +129,7 @@ exports[`PRs/Header Short Details smoke-test 1`] = `
Open Open
</div> </div>
</div> </div>
<div class="inline mr-3 align-middle"> <div class="mr-3 inline align-middle">
opened 7 days ago opened 7 days ago
</div> </div>
<div class="inline align-middle"> <div class="inline align-middle">
@ -142,18 +142,18 @@ exports[`PRs/Header Short Details smoke-test 1`] = `
`; `;
exports[`PRs/Header loading smoke-test 1`] = ` exports[`PRs/Header loading smoke-test 1`] = `
<div class="overflow-hidden grow text-xs text-neutral-content bg-base-200 border-b border-accent-content pt-2 pb-4"> <div class="grow overflow-hidden border-b border-accent-content bg-base-200 pb-4 pt-2 text-xs text-neutral-content">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<div class="px-3"> <div class="px-3">
<div> <div>
<div class="h-7 w-60 pt-1 skeleton"> <div class="skeleton h-7 w-60 pt-1">
</div> </div>
<div class> <div class>
<div class="h-8 w-20 mt-3 skeleton align-middle inline-block"> <div class="skeleton mt-3 inline-block h-8 w-20 align-middle">
</div> </div>
<div class="h-3 w-28 ml-3 mt-5 align-middle skeleton inline-block"> <div class="skeleton ml-3 mt-5 inline-block h-3 w-28 align-middle">
</div> </div>
<div class="h-3 w-28 ml-3 mt-5 align-middle skeleton inline-block"> <div class="skeleton ml-3 mt-5 inline-block h-3 w-28 align-middle">
</div> </div>
</div> </div>
</div> </div>

102
__snapshots__/prs-list-item.test.js.snap

@ -1,24 +1,24 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PRs/List/Item Author Loading smoke-test 1`] = ` exports[`PRs/List/Item Author Loading smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -26,11 +26,11 @@ exports[`PRs/List/Item Author Loading smoke-test 1`] = `
</svg> </svg>
1 1
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 3 months ago opened 3 months ago
</li> </li>
<li class="inline"> <li class="inline">
<div class="skeleton h-3 pb-2 w-20 inline-block"> <div class="skeleton inline-block h-3 w-20 pb-2">
</div> </div>
</li> </li>
</ul> </ul>
@ -39,22 +39,22 @@ exports[`PRs/List/Item Author Loading smoke-test 1`] = `
`; `;
exports[`PRs/List/Item Long Details smoke-test 1`] = ` exports[`PRs/List/Item Long Details smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
rather long title that goes on and on and on and on and on and on... rather long title that goes on and on and on and on and on and on...
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="inline mr-3"> <li class="mr-3 inline">
opened a minute ago opened a minute ago
</li> </li>
<li class="inline"> <li class="inline">
@ -66,24 +66,24 @@ exports[`PRs/List/Item Long Details smoke-test 1`] = `
`; `;
exports[`PRs/List/Item Long and No Spaces smoke-test 1`] = ` exports[`PRs/List/Item Long and No Spaces smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
LongNameLongNameLongNameLongNameLongNameLongNameLongNameLongNameL... LongNameLongNameLongNameLongNameLongNameLongNameLongNameLongNameL...
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -91,7 +91,7 @@ exports[`PRs/List/Item Long and No Spaces smoke-test 1`] = `
</svg> </svg>
1 1
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 3 months ago opened 3 months ago
</li> </li>
<li class="inline"> <li class="inline">
@ -103,24 +103,24 @@ exports[`PRs/List/Item Long and No Spaces smoke-test 1`] = `
`; `;
exports[`PRs/List/Item Short Details smoke-test 1`] = ` exports[`PRs/List/Item Short Details smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -128,7 +128,7 @@ exports[`PRs/List/Item Short Details smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -140,24 +140,24 @@ exports[`PRs/List/Item Short Details smoke-test 1`] = `
`; `;
exports[`PRs/List/Item Status Closed smoke-test 1`] = ` exports[`PRs/List/Item Status Closed smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-neutral-content" class="h-5 w-5 flex-none fill-neutral-content pt-1"
> >
<path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 5.5a.75.75 0 0 1 .75.75v3.378a2.251 2.251 0 1 1-1.5 0V7.25a.75.75 0 0 1 .75-.75m-2.03-5.273a.75.75 0 0 1 1.06 0l.97.97l.97-.97a.748.748 0 0 1 1.265.332a.75.75 0 0 1-.205.729l-.97.97l.97.97a.751.751 0 0 1-.018 1.042a.751.751 0 0 1-1.042.018l-.97-.97l-.97.97a.749.749 0 0 1-1.275-.326a.749.749 0 0 1 .215-.734l.97-.97l-.97-.97a.75.75 0 0 1 0-1.06ZM2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"> <path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 5.5a.75.75 0 0 1 .75.75v3.378a2.251 2.251 0 1 1-1.5 0V7.25a.75.75 0 0 1 .75-.75m-2.03-5.273a.75.75 0 0 1 1.06 0l.97.97l.97-.97a.748.748 0 0 1 1.265.332a.75.75 0 0 1-.205.729l-.97.97l.97.97a.751.751 0 0 1-.018 1.042a.751.751 0 0 1-1.042.018l-.97-.97l-.97.97a.749.749 0 0 1-1.275-.326a.749.749 0 0 1 .215-.734l.97-.97l-.97-.97a.75.75 0 0 1 0-1.06ZM2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -165,7 +165,7 @@ exports[`PRs/List/Item Status Closed smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -177,24 +177,24 @@ exports[`PRs/List/Item Status Closed smoke-test 1`] = `
`; `;
exports[`PRs/List/Item Status Draft smoke-test 1`] = ` exports[`PRs/List/Item Status Draft smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-neutral-content" class="h-5 w-5 flex-none fill-neutral-content pt-1"
> >
<path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 14a2.25 2.25 0 1 1 0-4.5a2.25 2.25 0 0 1 0 4.5M2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M14 7.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m0-4.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"> <path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 14a2.25 2.25 0 1 1 0-4.5a2.25 2.25 0 0 1 0 4.5M2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M14 7.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m0-4.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -202,7 +202,7 @@ exports[`PRs/List/Item Status Draft smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -214,19 +214,19 @@ exports[`PRs/List/Item Status Draft smoke-test 1`] = `
`; `;
exports[`PRs/List/Item Status Loading smoke-test 1`] = ` exports[`PRs/List/Item Status Loading smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<div class="h-5 w-5 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-5 flex-none pt-1">
</div> </div>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -234,7 +234,7 @@ exports[`PRs/List/Item Status Loading smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -246,24 +246,24 @@ exports[`PRs/List/Item Status Loading smoke-test 1`] = `
`; `;
exports[`PRs/List/Item Status Merged smoke-test 1`] = ` exports[`PRs/List/Item Status Merged smoke-test 1`] = `
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-primary" class="h-5 w-5 flex-none fill-primary pt-1"
> >
<path d="M5.45 5.154A4.25 4.25 0 0 0 9.25 7.5h1.378a2.251 2.251 0 1 1 0 1.5H9.25A5.734 5.734 0 0 1 5 7.123v3.505a2.25 2.25 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.95-.218M4.25 13.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m8.5-4.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5 3.25a.75.75 0 1 0 0 .005z"> <path d="M5.45 5.154A4.25 4.25 0 0 0 9.25 7.5h1.378a2.251 2.251 0 1 1 0 1.5H9.25A5.734 5.734 0 0 1 5 7.123v3.505a2.25 2.25 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.95-.218M4.25 13.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m8.5-4.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5 3.25a.75.75 0 1 0 0 .005z">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -271,7 +271,7 @@ exports[`PRs/List/Item Status Merged smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -284,14 +284,14 @@ exports[`PRs/List/Item Status Merged smoke-test 1`] = `
exports[`PRs/List/Item loading smoke-test 1`] = ` exports[`PRs/List/Item loading smoke-test 1`] = `
<li class="flex p-2 pt-4 "> <li class="flex p-2 pt-4 ">
<div class="h-5 w-5 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-5 flex-none pt-1">
</div> </div>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="h-5 w-60 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-60 flex-none pt-1">
</div> </div>
<div class="h-3 w-40 mt-3 mb-1 flex-none skeleton"> <div class="skeleton mb-1 mt-3 h-3 w-40 flex-none">
</div> </div>
</a> </a>
</li> </li>

104
__snapshots__/prs-list-list.test.js.snap

@ -8,24 +8,24 @@ exports[`PRs/List/List Default smoke-test 1`] = `
</h4> </h4>
</div> </div>
<ul class="divide-y divide-neutral-600"> <ul class="divide-y divide-neutral-600">
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -33,7 +33,7 @@ exports[`PRs/List/List Default smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -42,22 +42,22 @@ exports[`PRs/List/List Default smoke-test 1`] = `
</ul> </ul>
</a> </a>
</li> </li>
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
rather long title that goes on and on and on and on and on and on... rather long title that goes on and on and on and on and on and on...
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="inline mr-3"> <li class="mr-3 inline">
opened a minute ago opened a minute ago
</li> </li>
<li class="inline"> <li class="inline">
@ -66,24 +66,24 @@ exports[`PRs/List/List Default smoke-test 1`] = `
</ul> </ul>
</a> </a>
</li> </li>
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
LongNameLongNameLongNameLongNameLongNameLongNameLongNameLongNameL... LongNameLongNameLongNameLongNameLongNameLongNameLongNameLongNameL...
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -91,7 +91,7 @@ exports[`PRs/List/List Default smoke-test 1`] = `
</svg> </svg>
1 1
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 3 months ago opened 3 months ago
</li> </li>
<li class="inline"> <li class="inline">
@ -128,38 +128,38 @@ exports[`PRs/List/List Loading smoke-test 1`] = `
</div> </div>
<ul class="divide-y divide-neutral-600"> <ul class="divide-y divide-neutral-600">
<li class="flex p-2 pt-4 "> <li class="flex p-2 pt-4 ">
<div class="h-5 w-5 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-5 flex-none pt-1">
</div> </div>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="h-5 w-60 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-60 flex-none pt-1">
</div> </div>
<div class="h-3 w-40 mt-3 mb-1 flex-none skeleton"> <div class="skeleton mb-1 mt-3 h-3 w-40 flex-none">
</div> </div>
</a> </a>
</li> </li>
<li class="flex p-2 pt-4 "> <li class="flex p-2 pt-4 ">
<div class="h-5 w-5 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-5 flex-none pt-1">
</div> </div>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="h-5 w-60 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-60 flex-none pt-1">
</div> </div>
<div class="h-3 w-40 mt-3 mb-1 flex-none skeleton"> <div class="skeleton mb-1 mt-3 h-3 w-40 flex-none">
</div> </div>
</a> </a>
</li> </li>
<li class="flex p-2 pt-4 "> <li class="flex p-2 pt-4 ">
<div class="h-5 w-5 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-5 flex-none pt-1">
</div> </div>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="h-5 w-60 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-60 flex-none pt-1">
</div> </div>
<div class="h-3 w-40 mt-3 mb-1 flex-none skeleton"> <div class="skeleton mb-1 mt-3 h-3 w-40 flex-none">
</div> </div>
</a> </a>
</li> </li>
@ -170,24 +170,24 @@ exports[`PRs/List/List Loading smoke-test 1`] = `
exports[`PRs/List/List No Title smoke-test 1`] = ` exports[`PRs/List/List No Title smoke-test 1`] = `
<div class> <div class>
<ul class="divide-y divide-neutral-600"> <ul class="divide-y divide-neutral-600">
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -195,7 +195,7 @@ exports[`PRs/List/List No Title smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -204,22 +204,22 @@ exports[`PRs/List/List No Title smoke-test 1`] = `
</ul> </ul>
</a> </a>
</li> </li>
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
rather long title that goes on and on and on and on and on and on... rather long title that goes on and on and on and on and on and on...
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="inline mr-3"> <li class="mr-3 inline">
opened a minute ago opened a minute ago
</li> </li>
<li class="inline"> <li class="inline">
@ -240,24 +240,24 @@ exports[`PRs/List/List Partially Loaded smoke-test 1`] = `
</h4> </h4>
</div> </div>
<ul class="divide-y divide-neutral-600"> <ul class="divide-y divide-neutral-600">
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
short title short title
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="align-middle inline mr-3"> <li class="mr-3 inline align-middle">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
class="h-3 w-3 pt-0 flex-none fill-base-content inline-block" class="inline-block h-3 w-3 flex-none fill-base-content pt-0"
viewbox="0 0 16 16" viewbox="0 0 16 16"
> >
<path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"> <path d="M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.458 1.458 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z">
@ -265,7 +265,7 @@ exports[`PRs/List/List Partially Loaded smoke-test 1`] = `
</svg> </svg>
2 2
</li> </li>
<li class="inline mr-3"> <li class="mr-3 inline">
opened 7 days ago opened 7 days ago
</li> </li>
<li class="inline"> <li class="inline">
@ -274,22 +274,22 @@ exports[`PRs/List/List Partially Loaded smoke-test 1`] = `
</ul> </ul>
</a> </a>
</li> </li>
<li class="flex p-2 pt-4 hover:bg-neutral-700 cursor-pointer"> <li class="flex p-2 pt-4 cursor-pointer hover:bg-neutral-700">
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-success" class="h-5 w-5 flex-none fill-success pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
</svg> </svg>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="text-sm text-base-content"> <div class="text-sm text-base-content">
rather long title that goes on and on and on and on and on and on... rather long title that goes on and on and on and on and on and on...
</div> </div>
<ul class="pt-2"> <ul class="pt-2">
<li class="inline mr-3"> <li class="mr-3 inline">
opened a minute ago opened a minute ago
</li> </li>
<li class="inline"> <li class="inline">
@ -299,14 +299,14 @@ exports[`PRs/List/List Partially Loaded smoke-test 1`] = `
</a> </a>
</li> </li>
<li class="flex p-2 pt-4 "> <li class="flex p-2 pt-4 ">
<div class="h-5 w-5 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-5 flex-none pt-1">
</div> </div>
<a href="/repo//pr/" <a href="/repo//pr/"
class="ml-3 overflow-hidden grow text-xs text-neutral-content" class="ml-3 grow overflow-hidden text-xs text-neutral-content"
> >
<div class="h-5 w-60 pt-1 flex-none skeleton"> <div class="skeleton h-5 w-60 flex-none pt-1">
</div> </div>
<div class="h-3 w-40 mt-3 mb-1 flex-none skeleton"> <div class="skeleton mb-1 mt-3 h-3 w-40 flex-none">
</div> </div>
</a> </a>
</li> </li>

12
__snapshots__/prs-status.test.js.snap

@ -7,7 +7,7 @@ exports[`PRs/Status Closed smoke-test 1`] = `
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-neutral-content" class="h-5 w-5 flex-none fill-neutral-content pt-1"
> >
<path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 5.5a.75.75 0 0 1 .75.75v3.378a2.251 2.251 0 1 1-1.5 0V7.25a.75.75 0 0 1 .75-.75m-2.03-5.273a.75.75 0 0 1 1.06 0l.97.97l.97-.97a.748.748 0 0 1 1.265.332a.75.75 0 0 1-.205.729l-.97.97l.97.97a.751.751 0 0 1-.018 1.042a.751.751 0 0 1-1.042.018l-.97-.97l-.97.97a.749.749 0 0 1-1.275-.326a.749.749 0 0 1 .215-.734l.97-.97l-.97-.97a.75.75 0 0 1 0-1.06ZM2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"> <path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 5.5a.75.75 0 0 1 .75.75v3.378a2.251 2.251 0 1 1-1.5 0V7.25a.75.75 0 0 1 .75-.75m-2.03-5.273a.75.75 0 0 1 1.06 0l.97.97l.97-.97a.748.748 0 0 1 1.265.332a.75.75 0 0 1-.205.729l-.97.97l.97.97a.751.751 0 0 1-.018 1.042a.751.751 0 0 1-1.042.018l-.97-.97l-.97.97a.749.749 0 0 1-1.275-.326a.749.749 0 0 1 .215-.734l.97-.97l-.97-.97a.75.75 0 0 1 0-1.06ZM2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5">
</path> </path>
@ -23,7 +23,7 @@ exports[`PRs/Status Draft smoke-test 1`] = `
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-neutral-content" class="h-5 w-5 flex-none fill-neutral-content pt-1"
> >
<path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 14a2.25 2.25 0 1 1 0-4.5a2.25 2.25 0 0 1 0 4.5M2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M14 7.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m0-4.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"> <path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1m9.5 14a2.25 2.25 0 1 1 0-4.5a2.25 2.25 0 0 1 0 4.5M2.5 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M3.25 12a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m9.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M14 7.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m0-4.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0">
</path> </path>
@ -33,7 +33,7 @@ exports[`PRs/Status Draft smoke-test 1`] = `
`; `;
exports[`PRs/Status Loading smoke-test 1`] = ` exports[`PRs/Status Loading smoke-test 1`] = `
<div class="skeleton w-24 h-8 rounded-md inline-block align-middle"> <div class="skeleton inline-block h-8 w-24 rounded-md align-middle">
</div> </div>
`; `;
@ -44,7 +44,7 @@ exports[`PRs/Status Merged smoke-test 1`] = `
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 16 16" viewbox="0 0 16 16"
class="h-5 w-5 pt-1 flex-none fill-primary-content" class="h-5 w-5 flex-none fill-primary-content pt-1"
> >
<path d="M5.45 5.154A4.25 4.25 0 0 0 9.25 7.5h1.378a2.251 2.251 0 1 1 0 1.5H9.25A5.734 5.734 0 0 1 5 7.123v3.505a2.25 2.25 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.95-.218M4.25 13.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m8.5-4.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5 3.25a.75.75 0 1 0 0 .005z"> <path d="M5.45 5.154A4.25 4.25 0 0 0 9.25 7.5h1.378a2.251 2.251 0 1 1 0 1.5H9.25A5.734 5.734 0 0 1 5 7.123v3.505a2.25 2.25 0 1 1-1.5 0V5.372a2.25 2.25 0 1 1 1.95-.218M4.25 13.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m8.5-4.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5 3.25a.75.75 0 1 0 0 .005z">
</path> </path>
@ -60,7 +60,7 @@ exports[`PRs/Status Open Edit Mode smoke-test 1`] = `
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18" viewbox="0 0 18 18"
class="h-5 w-5 pt-1 flex-none fill-success-content" class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>
@ -85,7 +85,7 @@ exports[`PRs/Status Open smoke-test 1`] = `
> >
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 18 18" viewbox="0 0 18 18"
class="h-5 w-5 pt-1 flex-none fill-success-content" class="h-5 w-5 flex-none fill-success-content pt-1"
> >
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"> <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25m5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354M3.75 2.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m8.25.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0">
</path> </path>

404
__snapshots__/repo-details.test.js.snap

File diff suppressed because it is too large Load Diff

16
__snapshots__/repo-header.test.js.snap

@ -1,10 +1,10 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Repo/Header Long Name smoke-test 1`] = ` exports[`Repo/Header Long Name smoke-test 1`] = `
<div class="bg-base-300 border-b border-accent-content"> <div class="border-b border-accent-content bg-base-300">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<a href="/repo/9ee507fc4357d7ee16a5d8901bedcd103f23c17d" <a href="/repo/9ee507fc4357d7ee16a5d8901bedcd103f23c17d"
class="btn btn-ghost text-sm break-words strong mt-0 mb-0 px-3" class="strong btn btn-ghost mb-0 mt-0 break-words px-3 text-sm"
> >
Long Name that goes on and on and on and on a... Long Name that goes on and on and on and on a...
</a> </a>
@ -13,10 +13,10 @@ exports[`Repo/Header Long Name smoke-test 1`] = `
`; `;
exports[`Repo/Header No Name smoke-test 1`] = ` exports[`Repo/Header No Name smoke-test 1`] = `
<div class="bg-base-300 border-b border-accent-content"> <div class="border-b border-accent-content bg-base-300">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<a href="/repo/9ee507fc4357d7ee16a5d8901bedcd103f23c17d" <a href="/repo/9ee507fc4357d7ee16a5d8901bedcd103f23c17d"
class="btn btn-ghost text-sm break-words strong mt-0 mb-0 px-3" class="strong btn btn-ghost mb-0 mt-0 break-words px-3 text-sm"
> >
Untitled Untitled
</a> </a>
@ -25,10 +25,10 @@ exports[`Repo/Header No Name smoke-test 1`] = `
`; `;
exports[`Repo/Header Short Name smoke-test 1`] = ` exports[`Repo/Header Short Name smoke-test 1`] = `
<div class="bg-base-300 border-b border-accent-content"> <div class="border-b border-accent-content bg-base-300">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<a href="/repo/9ee507fc4357d7ee16a5d8901bedcd103f23c17d" <a href="/repo/9ee507fc4357d7ee16a5d8901bedcd103f23c17d"
class="btn btn-ghost text-sm break-words strong mt-0 mb-0 px-3" class="strong btn btn-ghost mb-0 mt-0 break-words px-3 text-sm"
> >
Short Name Short Name
</a> </a>
@ -37,10 +37,10 @@ exports[`Repo/Header Short Name smoke-test 1`] = `
`; `;
exports[`Repo/Header loading smoke-test 1`] = ` exports[`Repo/Header loading smoke-test 1`] = `
<div class="bg-base-300 border-b border-accent-content"> <div class="border-b border-accent-content bg-base-300">
<div class="mx-auto lg:container"> <div class="mx-auto lg:container">
<div class="p-3"> <div class="p-3">
<div class="h-6 skeleton w-28 bg-base-200"> <div class="skeleton h-6 w-28 bg-base-200">
</div> </div>
</div> </div>
</div> </div>

22
__snapshots__/repo-summary-card.test.js.snap

@ -1,61 +1,61 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Repo/Summary/Card Long Details smoke-test 1`] = ` exports[`Repo/Summary/Card Long Details smoke-test 1`] = `
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Long Name that goes on and on and on and on a... Long Name that goes on and on and on and on a...
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
Lorem ipsum dolor sit amet, consectetur adipi... Lorem ipsum dolor sit amet, consectetur adipi...
</p> </p>
</div> </div>
`; `;
exports[`Repo/Summary/Card Long and No Spaces smoke-test 1`] = ` exports[`Repo/Summary/Card Long and No Spaces smoke-test 1`] = `
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
LongNameLongNameLongNameLongNameLongNameLongN... LongNameLongNameLongNameLongNameLongNameLongN...
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
LoremipsumLoremipsumLoremipsumLoremipsumLorem... LoremipsumLoremipsumLoremipsumLoremipsumLorem...
</p> </p>
</div> </div>
`; `;
exports[`Repo/Summary/Card No Details smoke-test 1`] = ` exports[`Repo/Summary/Card No Details smoke-test 1`] = `
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Untitled Untitled
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
</p> </p>
</div> </div>
`; `;
exports[`Repo/Summary/Card Short Details smoke-test 1`] = ` exports[`Repo/Summary/Card Short Details smoke-test 1`] = `
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Short Name Short Name
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
short description short description
</p> </p>
</div> </div>
`; `;
exports[`Repo/Summary/Card loading smoke-test 1`] = ` exports[`Repo/Summary/Card loading smoke-test 1`] = `
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<div class="h-5 mb-2 skeleton w-40"> <div class="skeleton mb-2 h-5 w-40">
</div> </div>
<div class="h-4 skeleton w-100"> <div class="w-100 skeleton h-4">
</div> </div>
</div> </div>
`; `;

52
__snapshots__/repo-summary-list.test.js.snap

@ -8,33 +8,33 @@ exports[`Repo/Summary/List Default smoke-test 1`] = `
</h3> </h3>
</div> </div>
<div class> <div class>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Short Name Short Name
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
short description short description
</p> </p>
</div> </div>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Long Name that goes on and on and on and on a... Long Name that goes on and on and on and on a...
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
Lorem ipsum dolor sit amet, consectetur adipi... Lorem ipsum dolor sit amet, consectetur adipi...
</p> </p>
</div> </div>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
LongNameLongNameLongNameLongNameLongNameLongN... LongNameLongNameLongNameLongNameLongNameLongN...
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
LoremipsumLoremipsumLoremipsumLoremipsumLorem... LoremipsumLoremipsumLoremipsumLoremipsumLorem...
</p> </p>
</div> </div>
@ -63,22 +63,22 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = `
</h3> </h3>
</div> </div>
<div class> <div class>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<div class="h-5 mb-2 skeleton w-40"> <div class="skeleton mb-2 h-5 w-40">
</div> </div>
<div class="h-4 skeleton w-100"> <div class="w-100 skeleton h-4">
</div> </div>
</div> </div>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<div class="h-5 mb-2 skeleton w-40"> <div class="skeleton mb-2 h-5 w-40">
</div> </div>
<div class="h-4 skeleton w-100"> <div class="w-100 skeleton h-4">
</div> </div>
</div> </div>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<div class="h-5 mb-2 skeleton w-40"> <div class="skeleton mb-2 h-5 w-40">
</div> </div>
<div class="h-4 skeleton w-100"> <div class="w-100 skeleton h-4">
</div> </div>
</div> </div>
</div> </div>
@ -88,23 +88,23 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = `
exports[`Repo/Summary/List No Title smoke-test 1`] = ` exports[`Repo/Summary/List No Title smoke-test 1`] = `
<div class="min-width"> <div class="min-width">
<div class> <div class>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Short Name Short Name
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
short description short description
</p> </p>
</div> </div>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Long Name that goes on and on and on and on a... Long Name that goes on and on and on and on a...
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
Lorem ipsum dolor sit amet, consectetur adipi... Lorem ipsum dolor sit amet, consectetur adipi...
</p> </p>
</div> </div>
@ -120,30 +120,30 @@ exports[`Repo/Summary/List Partially Loaded smoke-test 1`] = `
</h3> </h3>
</div> </div>
<div class> <div class>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Short Name Short Name
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
short description short description
</p> </p>
</div> </div>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<a class="link-primary break-words" <a class="link-primary break-words"
href="/repo/" href="/repo/"
> >
Long Name that goes on and on and on and on a... Long Name that goes on and on and on and on a...
</a> </a>
<p class="text-sm text-muted break-words"> <p class="text-muted break-words text-sm">
Lorem ipsum dolor sit amet, consectetur adipi... Lorem ipsum dolor sit amet, consectetur adipi...
</p> </p>
</div> </div>
<div class="p-4 bg-base-200 my-2 rounded-lg"> <div class="my-2 rounded-lg bg-base-200 p-4">
<div class="h-5 mb-2 skeleton w-40"> <div class="skeleton mb-2 h-5 w-40">
</div> </div>
<div class="h-4 skeleton w-100"> <div class="w-100 skeleton h-4">
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save