mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
Fix inbox badge logic and landing view
This commit is contained in:
parent
92aef9bae8
commit
21d2b075e7
14 changed files with 453 additions and 230 deletions
|
|
@ -138,7 +138,7 @@ function boardRoutes() {
|
|||
<Route path="approvals/:approvalId" element={<ApprovalDetail />} />
|
||||
<Route path="costs" element={<Costs />} />
|
||||
<Route path="activity" element={<Activity />} />
|
||||
<Route path="inbox" element={<Navigate to="/inbox/new" replace />} />
|
||||
<Route path="inbox" element={<Navigate to="/inbox/all" replace />} />
|
||||
<Route path="inbox/new" element={<Inbox />} />
|
||||
<Route path="inbox/all" element={<Inbox />} />
|
||||
<Route path="design-guide" element={<DesignGuide />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue