removed db from gitignore + made it so that the app cards render dynamically + delete dialog + add actually works + no crashing
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Spinner } from "../ui/spinner";
|
||||
|
||||
export default function AppGridFallback() {
|
||||
const commonClasses = "text-black/50 shimmer shimmer-color-emerald-700";
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Spinner className={`${commonClasses}`} />
|
||||
<p className={`${commonClasses} text-center`}>Loading apps...</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user