feat: user profile analytics, views and filters (#1698)

* feat: user profile overview

* chore: profile sidebar designed

* feat: user issues filters and view options

* refactor: filters

* refactor: mutation logic

* fix: percentage calculation logic and sidebar shadow
This commit is contained in:
Aaryan Khandelwal 2023-07-28 13:39:42 +05:30 committed by GitHub
parent 8930840a76
commit 10f145f85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 2396 additions and 427 deletions

View file

@ -87,7 +87,7 @@ const MyIssuesPage: NextPage = () => {
}
>
<div className="h-full w-full flex flex-col overflow-hidden">
<div className="border-b border-custom-border-300">
<div className="px-4 sm:px-5 border-b border-custom-border-300">
<div className="flex items-center overflow-x-scroll">
{tabsList.map((tab) => (
<button