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

♻️(frontend) replace the loaders with Cunningham Loader #2436

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

AntoLC
Copy link
Contributor

@AntoLC AntoLC commented Sep 28, 2023

Purpose

Replace all the loaders with Cunningham Loader

Proposal

  • create component BoxLoader (replace CenterLoader / Spinner / ContentSpinner / Loader)
  • Replace all the loaders with Cunningham Loader
  • Tests

@AntoLC AntoLC self-assigned this Sep 28, 2023
@AntoLC AntoLC force-pushed the feature/anthony/replace-grommet-spinner branch 5 times, most recently from ce69342 to f068a8e Compare September 28, 2023 15:16
@AntoLC AntoLC marked this pull request as ready for review September 28, 2023 15:26
@@ -83,7 +83,7 @@ describe('<Lives/>', () => {
client: queryClient,
},
});
expect(screen.getByRole('alert', { name: /spinner/i })).toBeInTheDocument();
expect(screen.getByLabelText('loader')).toBeInTheDocument();
Copy link
Contributor

Choose a reason for hiding this comment

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

FMI, where does loader label comes from ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@AntoLC AntoLC force-pushed the feature/anthony/replace-grommet-spinner branch 2 times, most recently from 11831cb to a4ad251 Compare October 3, 2023 08:04
SidebarUploadsIndicator is not used anywhere in the app, we delete it.
Create the component BoxLoader, it will replace CenterLoader, Spinner,
ContentSpinner, and Loader. It uses the Cunningham Loader.
Replace all the loaders with Cunningham Loader
@AntoLC AntoLC force-pushed the feature/anthony/replace-grommet-spinner branch from a4ad251 to e61b477 Compare October 4, 2023 07:39
@AntoLC AntoLC enabled auto-merge (rebase) October 4, 2023 07:40
@AntoLC AntoLC merged commit f8c94ad into master Oct 4, 2023
33 of 34 checks passed
@AntoLC AntoLC deleted the feature/anthony/replace-grommet-spinner branch October 4, 2023 07:57
lunika added a commit that referenced this pull request Oct 19, 2023
Added

- Generic video LTI url
- Display complete error message in frontend
- Generic classroom LTI url
- Generic LTI cartridge (xml configuration)
- Display LTI warning message for generic urls regarding course copy
- configure homepage banner using SiteConfig model
- setting BBB_INVITE_TOKEN_BANNED_LIST
- Add transcode_pipeline property to video model

Changed

- Replace ngrok with localtunnel to serve marsha on a public domain with
  stable urls and allow to run multiple tunnels at the same time
- Replace all the loaders by Cunningham Loader (#2436)
- Replace grommet Text (#2427)
- Replace grommet Paragraph (#2435)
- Remove cross on login image (#2451)
- Replace grommet Checkbox and Pagination (#2437)

Fixed

- Markdown save sent previously saved content
- Force to end BBB meeting when creation fail
lunika added a commit that referenced this pull request Oct 19, 2023
Added

- Generic video LTI url
- Display complete error message in frontend
- Generic classroom LTI url
- Generic LTI cartridge (xml configuration)
- Display LTI warning message for generic urls regarding course copy
- configure homepage banner using SiteConfig model
- setting BBB_INVITE_TOKEN_BANNED_LIST
- Add transcode_pipeline property to video model

Changed

- Replace ngrok with localtunnel to serve marsha on a public domain with
  stable urls and allow to run multiple tunnels at the same time
- Replace all the loaders by Cunningham Loader (#2436)
- Replace grommet Text (#2427)
- Replace grommet Paragraph (#2435)
- Remove cross on login image (#2451)
- Replace grommet Checkbox and Pagination (#2437)

Fixed

- Markdown save sent previously saved content
- Force to end BBB meeting when creation fail
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

3 participants