[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:
parent
ac6e710623
commit
370decc8aa
9 changed files with 669 additions and 155 deletions
|
|
@ -48,6 +48,13 @@ export const IssueSubscription: FC<TIssueSubscription> = observer((props) => {
|
|||
}
|
||||
};
|
||||
|
||||
if (!subscription)
|
||||
return (
|
||||
<Loader>
|
||||
<Loader.Item width="92px" height="27px" />
|
||||
</Loader>
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
{subscription ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue