Can create inbox entries
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { mdiCashMultiple, mdiHome } from "@mdi/js";
|
||||
import { mdiCashMultiple, mdiHome, mdiInbox } from "@mdi/js";
|
||||
import Icon from "@mdi/react";
|
||||
import {
|
||||
Divider,
|
||||
@@ -35,6 +35,12 @@ export function MoneyNavList(): React.ReactElement {
|
||||
uri="/accounts"
|
||||
icon={<Icon path={mdiCashMultiple} size={1} />}
|
||||
/>
|
||||
{/* TODO : show number of unmatched */}
|
||||
<NavLink
|
||||
label="Inbox"
|
||||
uri="/inbox"
|
||||
icon={<Icon path={mdiInbox} size={1} />}
|
||||
/>
|
||||
<Divider />
|
||||
{accounts.list.isEmpty && (
|
||||
<Typography
|
||||
|
||||
Reference in New Issue
Block a user