Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template Store - add create template from popular tests #3528

Merged
merged 2 commits into from
May 29, 2023

Conversation

djabarovgeorge
Copy link
Contributor

What change does this PR introduce?

Add loader to template list & no templates

Why was this change needed?

So the user will see the loader while the data is fetching, and after it is fetched we can show the data/skeletons

Other information (Screenshots)

Before
https://www.loom.com/share/133cd8324756431597d1f1e2f6e0cd88

After
https://www.loom.com/share/0022387b3b7247af9f3eb21764bb383f

Copy link
Contributor

@ainouzgali ainouzgali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⭐️

apps/web/src/pages/templates/TemplatesListPage.tsx Outdated Show resolved Hide resolved
{hasTemplates ? (
<Table
onRowClick={onRowClick}
loading={isLoading || areNotificationGroupLoading}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
loading={isLoading || areNotificationGroupLoading}
loading={areNotificationGroupLoading}

@djabarovgeorge djabarovgeorge added this pull request to the merge queue May 29, 2023
Merged via the queue into next with commit 59a7e56 May 29, 2023
28 checks passed
@djabarovgeorge djabarovgeorge deleted the add-loader-to-template-list-&-no-templates branch May 29, 2023 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants