fix(product): shorten product page card titles#430
Merged
Conversation
"Product Contents" -> "Contents", "Product Details" -> "Details" on the product page and its loading skeleton. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Claude finished @alukach's task in 39s —— View job Reviewing PR #430
✅ No blocking issues — safe to merge.
|
alukach
marked this pull request as ready for review
July 15, 2026 05:10
tylere
approved these changes
Jul 15, 2026
tylere
left a comment
Contributor
There was a problem hiding this comment.
That makes sense to me... to avoid superfluously, gratuitously, excessively, needlessly, unnecessarily, repetitively, recurrently, iteratively, redundantly, tautologically, and pleonastically pleonastic labeling.
alukach
added a commit
that referenced
this pull request
Jul 20, 2026
Conflicts were the #430 card-title renames (Product Contents → Contents, Product Details → Details) landing on regions this branch restructured (two-column product layout, stacked meta+analytics skeleton). Kept the branch structure and applied the renames. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alukach
pushed a commit
that referenced
this pull request
Jul 21, 2026
🤖 I have created a release *beep* *boop* --- ## [1.4.2](v1.4.1...v1.4.2) (2026-07-21) ### Features * add external link icon to open data viewers in a new tab ([#418](#418)) ([a646bfb](a646bfb)) * add external link to open data viewer in a new tab ([b3191d7](b3191d7)), closes [#417](#417) * **credentials:** add callout pointing to Source Coop CLI ([#438](#438)) ([2002694](2002694)) * **credentials:** add OS selector for env var format ([#439](#439)) ([f5f08ef](f5f08ef)), closes [#434](#434) * **data-connections:** move prefix template to helptext example ([#446](#446)) ([f420486](f420486)) * **nav:** account-centric dropdown menu ([#404](#404)) ([c6e05b7](c6e05b7)) * **nav:** drop dash icons, divide "New product" in account dropdown ([#442](#442)) ([da845b1](da845b1)) * **nav:** omit disabled products, polish account-dropdown product links ([#447](#447)) ([9332a7f](9332a7f)) * return to current page after logout ([#411](#411)) ([c0a75e6](c0a75e6)) * **uploader:** auto-retry uploads on transient network errors ([ff10161](ff10161)), closes [#425](#425) ### Bug Fixes * automatically retry uploads on transient network errors ([#427](#427)) ([58f4625](58f4625)) * **login:** refresh return_to on query-only navigation ([#419](#419)) ([c98aa1e](c98aa1e)) * **mirrors:** account-scoped connection links + owner-editable mirror prefix ([#440](#440)) ([53c9b68](53c9b68)) * **mirrors:** allow empty mirror prefix (connection root) ([#448](#448)) ([0c6ea54](0c6ea54)) * **product:** remove object preview loading skeleton ([#420](#420)) ([927a14c](927a14c)) * **product:** shorten product page card titles ([#430](#430)) ([98d8d2e](98d8d2e)) * **product:** stop directory-nav skeleton flash ([#449](#449)) ([a98d5fa](a98d5fa)) * **uploader:** cancel pending auto-retry timers on cancel/clear/retry ([d6535bc](d6535bc)) * **uploader:** include endpoint_url in INI credentials format ([#431](#431)) ([f3fe3c0](f3fe3c0)) * **uploader:** show timezone abbreviation on credentials expiration ([3444032](3444032)), closes [#424](#424) * **uploader:** show timezone abbreviation on credentials expiration ([#426](#426)) ([75c4f79](75c4f79)) * use full Apache 2.0 license text so GitHub can detect it ([6cd3f36](6cd3f36)), closes [#422](#422) * use full Apache 2.0 license text so GitHub can detect it ([#423](#423)) ([8c1b102](8c1b102)) ### Miscellaneous Chores * release 1.4.2 ([318a877](318a877)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: source-release-bot[bot] <265100246+source-release-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I'm changing
When working on #421, I noticed that almost every card (save for "README") began with either "Product" or "Object":
This feels unnecessary and overly noise.
How I did it
Renames the product page cards: "Product Contents" → "Contents" and "Product Details" → "Details", including the loading skeleton. The cards live on the product page, so the prefix was redundant.
Left "Product Title" in the creation form unchanged — it is a form field label, not a card title.
🤖 Generated with Claude Code