apply loading for card view

This commit is contained in:
Pramod Mahajan 2025-05-20 22:44:14 +05:30
parent 89221dec38
commit 5b155a3329

View File

@ -224,6 +224,7 @@ const Directory = () => {
</button>
</div>
</div>
{!listView && loading && <p>Loading...</p>}
{listView ? (
<div className="table-responsive text-nowrap py-2 ">
<table className="table px-2">