mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
Use issues page as issue row baseline
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
ee3d8c1890
commit
6c351cb37d
3 changed files with 77 additions and 40 deletions
|
|
@ -799,7 +799,7 @@ export function Inbox() {
|
|||
<>
|
||||
{showSeparatorBefore("issues_i_touched") && <Separator />}
|
||||
<div>
|
||||
<div className="divide-y divide-border border border-border">
|
||||
<div className="border border-border">
|
||||
{(tab === "unread" ? unreadTouchedIssues : touchedIssues).map((issue) => {
|
||||
const isUnread = issue.isUnreadForMe && !fadingOutIssues.has(issue.id);
|
||||
const isFading = fadingOutIssues.has(issue.id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue