huskies: merge 1045
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
exports[`StoryRow > renders #id prefix before the story name 1`] = `
|
||||
<div>
|
||||
<div
|
||||
style="display: flex; align-items: center; gap: 8px; padding: 4px 0px; font-size: 0.82em;"
|
||||
style="display: flex; align-items: center; gap: 8px; padding-top: 4px; padding-bottom: 4px; font-size: 0.82em;"
|
||||
>
|
||||
<span
|
||||
style="padding: 1px 6px; border-radius: 10px; background: rgba(63, 185, 80, 0.133); color: rgb(63, 185, 80); border: 1px solid rgba(63, 185, 80, 0.267); white-space: nowrap; flex-shrink: 0;"
|
||||
@@ -29,7 +29,7 @@ exports[`StoryRow > renders #id prefix before the story name 1`] = `
|
||||
exports[`StoryRow > renders #id prefix for a backlogged story 1`] = `
|
||||
<div>
|
||||
<div
|
||||
style="display: flex; align-items: center; gap: 8px; padding: 4px 0px; font-size: 0.82em;"
|
||||
style="display: flex; align-items: center; gap: 8px; padding-top: 4px; padding-bottom: 4px; font-size: 0.82em;"
|
||||
>
|
||||
<span
|
||||
style="padding: 1px 6px; border-radius: 10px; background: rgba(210, 166, 121, 0.133); color: rgb(210, 166, 121); border: 1px solid rgba(210, 166, 121, 0.267); white-space: nowrap; flex-shrink: 0;"
|
||||
@@ -52,15 +52,15 @@ exports[`StoryRow > renders #id prefix for a backlogged story 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`StoryRow > renders name without id prefix when story_id has no leading number 1`] = `
|
||||
exports[`StoryRow > renders awaiting-slot badge for merge item with no agent 1`] = `
|
||||
<div>
|
||||
<div
|
||||
style="display: flex; align-items: center; gap: 8px; padding: 4px 0px; font-size: 0.82em;"
|
||||
style="display: flex; align-items: center; gap: 8px; padding-top: 4px; padding-bottom: 4px; font-size: 0.82em;"
|
||||
>
|
||||
<span
|
||||
style="padding: 1px 6px; border-radius: 10px; background: rgba(121, 192, 255, 0.133); color: rgb(121, 192, 255); border: 1px solid rgba(121, 192, 255, 0.267); white-space: nowrap; flex-shrink: 0;"
|
||||
style="padding: 1px 6px; border-radius: 10px; background: rgba(110, 118, 129, 0.133); color: rgb(110, 118, 129); border: 1px solid rgba(110, 118, 129, 0.267); white-space: nowrap; flex-shrink: 0;"
|
||||
>
|
||||
Merging
|
||||
awaiting-slot
|
||||
</span>
|
||||
<span
|
||||
style="color: rgb(230, 237, 243); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;"
|
||||
|
||||
Reference in New Issue
Block a user