[WEB - 467] perf: issues listing endpoints (#3710)

* dev: update issue listing apis

* dev: optimize issue listing apis

* fix: sub issues endpoint

* add loading state for subscription in issueDetail

* fix: import error

---------

Co-authored-by: rahulramesha <rahulramesham@gmail.com>
This commit is contained in:
Nikhil 2024-02-21 19:23:54 +05:30 committed by GitHub
parent ac6e710623
commit 370decc8aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 669 additions and 155 deletions

View file

@ -48,6 +48,13 @@ export const IssueSubscription: FC<TIssueSubscription> = observer((props) => {
}
};
if (!subscription)
return (
<Loader>
<Loader.Item width="92px" height="27px" />
</Loader>
);
return (
<>
{subscription ? (