chore: show inbox applied filters list (#1334)

This commit is contained in:
Aaryan Khandelwal 2023-06-21 17:32:56 +05:30 committed by GitHub
parent 7d29a89eed
commit a0ae569a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 206 additions and 23 deletions

View file

@ -222,7 +222,7 @@ const ProjectInbox: NextPage = () => {
}}
onDelete={() => setDeleteIssueModal(true)}
/>
<div className="grid grid-cols-4 flex-1 overflow-auto divide-x divide-brand-base">
<div className="grid grid-cols-4 flex-1 divide-x divide-brand-base overflow-hidden">
<IssuesListSidebar />
<div className="col-span-3 h-full overflow-auto">
{inboxIssueId ? (