Skip to content

Feature: Implement Skeleton Loading Screens for Show Table UI Components #18

@fuongz

Description

@fuongz

Summary

Add skeleton loaders to improve perceived performance during data fetches when select a table.

Motivation

  • Users see blank screens during async loads, leading to poor UX.
  • Skeletons/Spinner loading component show

Proposed Changes

  • Show table action
  • States: loading → skeleton → success/error.

Implementation Plan

  1. Create reusable <Skeleton /> component.
  2. Integrate with existing fetch hooks (e.g., isLoading prop)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions