apply loading for card view

This commit is contained in:
Pramod Mahajan 2025-05-20 22:44:14 +05:30
parent 37066904e3
commit dcc17dea0c

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">