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

Improved mobile and tablet exp #394

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Improved mobile and tablet exp #394

merged 2 commits into from
Sep 24, 2024

Conversation

Coder-Srinivas
Copy link
Contributor

@Coder-Srinivas Coder-Srinivas commented Sep 10, 2024

  • Improved the responsiveness of study cards and studies page
  • Made the study banner and currated studies responsive
  • Improved the responsiveness of Achievements page
  • Added a loading overlay

@@ -179,7 +179,7 @@ const Achievements:FC = () => {
return (
<Box>
<TopNavBar />
<Container size="lg" my="xl">
{ Object.keys(learningPaths).length > 0 ? <><Container size="lg" my="xl">
Copy link
Collaborator

Choose a reason for hiding this comment

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

this can prob be cleaned up up above ie something like...

if (!Object.keys(learningPaths).length) {
  return <LoadingAnimation />
}

@chrisbendel chrisbendel merged commit 108028b into main Sep 24, 2024
4 checks passed
@chrisbendel chrisbendel deleted the responsiveness branch September 24, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants