Implement regimens
This commit is contained in:
parent
1f66fab30f
commit
9f416903ef
66 changed files with 9130 additions and 189 deletions
|
|
@ -41,6 +41,21 @@ export default function MedicinesPage() {
|
|||
description="Track your medicine inventory, quantities and expiry dates"
|
||||
href="/medicines/cabinet"
|
||||
/>
|
||||
<SectionCard
|
||||
title="Regimens"
|
||||
description="Define daily medication schedules and track dosage frequency"
|
||||
href="/medicines/regimens"
|
||||
/>
|
||||
<SectionCard
|
||||
title="Organizer"
|
||||
description="Fill your pill organizer and track cabinet usage"
|
||||
href="/medicines/organizer"
|
||||
/>
|
||||
<SectionCard
|
||||
title="Activity"
|
||||
description="View cabinet event history and spending summaries"
|
||||
href="/medicines/activity"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
@ -73,6 +88,9 @@ function PageSkeleton() {
|
|||
<div className="animate-pulse grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3">
|
||||
<div className="h-24 rounded-xl bg-gray-200" />
|
||||
<div className="h-24 rounded-xl bg-gray-200" />
|
||||
<div className="h-24 rounded-xl bg-gray-200" />
|
||||
<div className="h-24 rounded-xl bg-gray-200" />
|
||||
<div className="h-24 rounded-xl bg-gray-200" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue