Skip to content

fix: add loading boundary and separate empty/loading states on Study Groups page (#943) - #1101

Open
frankrichard99 wants to merge 1 commit into
rinafcode:mainfrom
frankrichard99:fix/943-study-groups-loading-boundary
Open

fix: add loading boundary and separate empty/loading states on Study Groups page (#943)#1101
frankrichard99 wants to merge 1 commit into
rinafcode:mainfrom
frankrichard99:fix/943-study-groups-loading-boundary

Conversation

@frankrichard99

Copy link
Copy Markdown
Contributor

fix: add loading boundary and separate empty/loading states on Study Groups page

Description

Adds a Next.js loading boundary (loading.tsx) to the study-groups route and distinguishes the initial loading state from the empty state in the Study Groups page. The useStudyGroups hook now exposes a loading boolean that is true until client-side hydration completes, preventing the "no groups yet" message from flashing on first paint.

Related Issue

Closes #943

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • No console errors
  • Uses Lucide icons consistently
  • Responsive design implemented
  • Starknet best practices followed

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@frankrichard99 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

well done on the job done so far!
Kindly fix workflow to pass

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.

Add a loading boundary and distinguish empty vs loading on the Study Groups page

2 participants