PUI-31 refactor(record-details)!: remove RecordDetails in favour of View Mode #111
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/PUI-31-remove-recorddetails-and-show-related-records-in-v"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stacked on the PUI-32 PR. Breaking: RecordDetails, RecordDetailsField and the RecordDetails.* exports are removed; migration under Unreleased / Breaking in the changelog.
A record's view page is its edit form in View Mode; the contact form's company aside is a read-only RecordFields group. docs/cms, CONVENTIONS, CMS_PLAYGROUND and CONTEXT.md follow. packages/ui/package.json changed: restart the Vue dev server.
Checks: typecheck, lint, format:check, bun test, build:vue, build:storybook; grep for RecordDetails empty. No browser check (dev server down).
Refs: PUI-31