Skip to content

content: Companion 1.1.0 — quantity custody + inline tag creation on mobile - #191

Merged
carlosvirreira merged 1 commit into
mainfrom
content-update/pr-2678-2686-companion-quantity-tags
Jul 7, 2026
Merged

content: Companion 1.1.0 — quantity custody + inline tag creation on mobile#191
carlosvirreira merged 1 commit into
mainfrom
content-update/pr-2678-2686-companion-quantity-tags

Conversation

@carlosvirreira

@carlosvirreira carlosvirreira commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Triggered by

  • shelf.nu PR #2678: feat(mobile): quantity display + quantity-custody actions on companionView PR
  • shelf.nu PR #2686: feat(mobile): inline tag creation + universal-link cold-start fixView PR

Product change summary

Shelf Companion v1.1.0 (live on the App Store and Google Play since 2026-07-06) brings two documented web features to the phone. Quantity-tracked assets now render in the app (quantity pill on the list, a per-status breakdown card on detail, per-holder custody rows) and you can assign or release exact units of a pool from the floor. Separately, admins and owners can now create a tag inline from the mobile tag picker while adding or editing an asset, instead of switching to the web app first.

Content changes

Content enhancements

  • content/knowledge-base/quantity-tracked-assets-and-consumables.mdx — new "On the mobile app" section documenting the quantity pill, the per-status breakdown card, per-holder rows, and mobile assign/release of units. updated → 2026-07-07.
  • content/knowledge-base/shelf-ios-companion-getting-started.mdx — expanded the Custody Handoffs section with quantity-tracked custody by portion (assign N / release N, per-holder rows). updated → 2026-07-07.
  • content/knowledge-base/what-is-a-tag-in-shelf-and-what-can-they-be-used-for.mdx — new "Creating Tags on Mobile" section (admins/owners create tags inline in Companion; self-service members can't). updated → 2026-07-07.

New content

  • content/updates/companion-quantity-custody-and-tag-creation.mdx — changelog entry for the v1.1.0 additions, links to the companion getting-started guide.

Review notes

  • Both features are live in the shipped store build (v1.1.0, verified against COMPANION-RELEASE-STATUS.md and the Apple/Play listings), so the docs describe capabilities users actually have today.
  • The deep-link cold-start fix in #2686 is an invisible correctness fix — the existing "Opening Shelf Links in the App" section already documents the capability, so no copy change was needed there.
  • No mobile screenshots added: the media pipeline captures app.shelf.nu (web) screens, not native mobile UI. Mobile screenshots for these sections would need a manual device capture — flagging for later, not blocking.

Impact scope

  • End users affected: field/warehouse staff using Companion who manage consumables by quantity, and admins/owners who tag assets on the go.
  • Prospects affected: buyers evaluating mobile capability for consumables/quantity tracking.
  • Pages modified: 3
  • Pages created: 1
  • Pages flagged for review: 0

Generated by Shelf Content Intelligence — PR→Website Sync

Summary by CodeRabbit

  • New Features

    • Added mobile support for quantity-tracked assets, including quantity badges, detailed quantity breakdowns, and the ability to assign or release units.
    • Added inline tag creation in the asset add/edit flow, letting tags be created and applied on the spot.
    • Added guidance for creating tags from the mobile app.
  • Documentation

    • Updated knowledge base and release update content to reflect the latest mobile app experience.

Triggered by: Shelf-nu/shelf.nu#2678 and Shelf-nu/shelf.nu#2686
Companion v1.1.0 (live on both stores 2026-07-06) adds quantity-tracked
asset display + quantity custody actions and inline tag creation on mobile.
Enhances the quantity, tags, and companion KB articles and adds a changelog entry.
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

Preview deployment

https://26272a7b.shelf-nu.pages.dev

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dc94fbb5-a551-4a78-8b9f-8ccd3acc98d5

📥 Commits

Reviewing files that changed from the base of the PR and between a3bbeae and 191bc56.

📒 Files selected for processing (4)
  • content/knowledge-base/quantity-tracked-assets-and-consumables.mdx
  • content/knowledge-base/shelf-ios-companion-getting-started.mdx
  • content/knowledge-base/what-is-a-tag-in-shelf-and-what-can-they-be-used-for.mdx
  • content/updates/companion-quantity-custody-and-tag-creation.mdx

Walkthrough

Documentation-only changes updating frontmatter dates and adding new content sections across three knowledge-base articles describing quantity-tracked asset custody behavior on the Shelf Companion mobile app and mobile tag creation. A new content update page announces the companion v1.1.0 release covering both features.

Changes

Companion Mobile Documentation

Layer / File(s) Summary
Quantity-tracked assets mobile custody docs
content/knowledge-base/quantity-tracked-assets-and-consumables.mdx, content/knowledge-base/shelf-ios-companion-getting-started.mdx
Adds "On the mobile app" and "9. Custody Handoffs" sections describing quantity pills, per-status custody breakdowns, and assign/release unit workflows, with updated frontmatter dates.
Mobile tag creation docs
content/knowledge-base/what-is-a-tag-in-shelf-and-what-can-they-be-used-for.mdx
Adds "Creating Tags on Mobile" section describing inline tag minting from the asset tag picker for admins/owners, with updated frontmatter date.
New companion update announcement page
content/updates/companion-quantity-custody-and-tag-creation.mdx
Adds a new update page announcing companion v1.1.0, covering quantity-tracked asset custody UI/workflows and inline tag creation during asset add/edit.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • Shelf-nu/website-v2#140: Both PRs update the same iOS companion knowledge-base guide, expanding the "Custody Handoffs" workflow for quantity-tracked assets.
  • Shelf-nu/website-v2#184: Both PRs extend quantity-tracked-assets-and-consumables.mdx with mobile/iOS custody workflow content.
  • Shelf-nu/website-v2#186: Both PRs extend quantity/consumables tracking documentation in the same knowledge-base file.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: Companion 1.1.0 content updates for mobile quantity custody and inline tag creation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch content-update/pr-2678-2686-companion-quantity-tags

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@carlosvirreira
carlosvirreira merged commit 0b355df into main Jul 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant