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

Improve loading state on course introduction #86

Open
1 of 7 tasks
danieljancar opened this issue Mar 21, 2024 · 0 comments
Open
1 of 7 tasks

Improve loading state on course introduction #86

danieljancar opened this issue Mar 21, 2024 · 0 comments
Labels
accessibility Issue related to accessibility (A11Y) area: course Issue regarding the main package bug Something isn't working refactor Issue specifying code to be improved and meet best practices or similar

Comments

@danieljancar
Copy link
Owner

Description

Package

  • course
  • adminui
  • cli
  • chorizodev
  • architecture
  • documentation
  • Other

When opening the course introduction page, the data always reloads and shows the loading bars even tho the data should be cached and loaded faster. This probably happens because of the image.

Expected Behavior

Implement a loading container for the image separately and the texts below aswell. For the image replacement while it still loads, we can show a daisyui skeleton.

Actual Behavior

The banner and texts are loaded in the same loading container and should be split up.

@danieljancar danieljancar added bug Something isn't working refactor Issue specifying code to be improved and meet best practices or similar area: course Issue regarding the main package accessibility Issue related to accessibility (A11Y) labels Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Issue related to accessibility (A11Y) area: course Issue regarding the main package bug Something isn't working refactor Issue specifying code to be improved and meet best practices or similar
Projects
Status: Backlog
Development

No branches or pull requests

1 participant