Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/companion/app/(tabs)/assets/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export default function AssetsLayout() {
<Stack.Screen name="[id]" options={{ title: "Asset Details" }} />
<Stack.Screen name="new" options={{ title: "New Asset" }} />
<Stack.Screen name="edit" options={{ title: "Edit Asset" }} />
{/* Asset picker for linking a scanned (claimed, unlinked) QR code —
reached from the scanner's Unclaimed Code / No Asset Linked cards. */}
<Stack.Screen name="link-qr" options={{ title: "Link QR Code" }} />
{/* Kits live in this stack so the segmented Assets|Kits switcher swaps
lists in place and the tab bar keeps Assets active. */}
<Stack.Screen name="kits/index" options={{ title: "Kits" }} />
Expand Down
Loading
Loading