New features - Editors blocks, Publish and Share Dashboards, Custom p…#470
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughDocumentation updates across five files: cycles.md adds manual cycle override documentation, editor-blocks.md documents new Embed Dashboard, Date, and Status blocks, dashboards.md adds Work Items Table widget and sharing/publishing sections, and both work-item-types docs rewrite property type tables into detailed per-type descriptions. ChangesDocumentation updates
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/core-concepts/pages/editor-blocks.md`:
- Line 187: The subsection headings like Action types are using the wrong
heading level under the surrounding ## sections and should be changed to ###
throughout the page. Update the matching markdown headings in the editor-blocks
content, including the ones identified by the other affected occurrences, so the
hierarchy stays consistent and avoids MD001 warnings.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 085b6095-e774-439b-a75a-911c12c77dc6
📒 Files selected for processing (5)
docs/core-concepts/cycles.mddocs/core-concepts/pages/editor-blocks.mddocs/dashboards.mddocs/work-items/project-work-item-types.mddocs/work-items/workspace-work-item-types.md
| Type `/ai` to insert an AI Block. The block appears with a prompt input area and a dropdown to select the action type. | ||
|
|
||
| ### Action types | ||
| #### Action types |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use ### for these subsection headings.
These headings skip a level under the surrounding ## sections and trigger the MD001 warning. Keeping them at ### preserves the hierarchy.
♻️ Suggested fix
-#### Action types
+### Action types
-#### Insert a date block
+### Insert a date block
-#### Pick a date
+### Pick a date
-#### In read-only pages
+### In read-only pages
-#### Insert a status block
+### Insert a status block
-#### Edit the label
+### Edit the label
-#### In read-only pages
+### In read-only pagesAlso applies to: 211-211, 217-217, 223-223, 231-231, 237-237, 247-247
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 187-187: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4
(MD001, heading-increment)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/core-concepts/pages/editor-blocks.md` at line 187, The subsection
headings like Action types are using the wrong heading level under the
surrounding ## sections and should be changed to ### throughout the page. Update
the matching markdown headings in the editor-blocks content, including the ones
identified by the other affected occurrences, so the hierarchy stays consistent
and avoids MD001 warnings.
Source: Linters/SAST tools
Publish Dashboard
Share Private Dashboard
Work Item Types Table widget
Date block
Status block
Embed dashboard widget in pages
Rich text custom property
Formula custom property
Description
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References