-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better display for document fields in list view and card view #6705
Better display for document fields in list view and card view #6705
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/CtcpyxDgEdDYvNswK9SkcFAurtAx |
🦋 Changeset detectedLatest commit: 887f2a1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Hmm... I'm not sure if it was something with the commits that were rebased in this PR when 9e41771 ran, but it seems that with current code the tests should pass the integration tests: https://github.com/oplik0/keystone/actions/runs/1317933747 (made a separate branch with action changed so it'll run there). |
…k0/keystone into document-fields-better-view
This change resolves #6522 by serializing documents to plain text for list view. Additionally, I changed the display for card view from JSON to a DocumentRenderer - while the former may be useful to a developer, I feel like many end users are not developers and might be expecting that their rich text will be at least readable.