-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or requestmobileIssue or feature request related to mobile appIssue or feature request related to mobile app
Description
User Story / Goal
As a user viewing employer details, I want to see a skeleton loading animation while the data is being fetched, so that I have a better visual indication that content is loading and the app is actively working.
Acceptance Criteria
- When navigating to an employer's details page, a react-content-loader skeleton should be displayed instead of static "Loading..." text.
- The skeleton loader's design should visually approximate the layout of the employer details content (e.g., placeholder for company logo, name, description, job list items).
- Once the employer data is successfully fetched, the skeleton loader should be replaced by the actual content.
- The react-content-loader package should be installed and configured correctly within the apps/mobile project.
- No console errors or warnings related to the loading state or react-content-loader should be present.
Technical Breakdown (Optional)
No response
Designs / Mockups (Optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestmobileIssue or feature request related to mobile appIssue or feature request related to mobile app