Skip to content

feat(mobile): add content loader skeleton in employers/[id].tsx screen #2

@nullscribe

Description

@nullscribe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requestmobileIssue or feature request related to mobile app

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions