Skip to content

Project Labels and Columns in Pages#410

Merged
sriramveeraghanta merged 7 commits intomasterfrom
project-labels
Mar 16, 2026
Merged

Project Labels and Columns in Pages#410
sriramveeraghanta merged 7 commits intomasterfrom
project-labels

Conversation

@danciaclara
Copy link
Collaborator

@danciaclara danciaclara commented Mar 10, 2026

Summary by CodeRabbit

  • Documentation
    • Reorganized navigation: moved workflow states, project labels, and work item labels across project and issue sections for clearer access.
    • Added a detailed page on creating, grouping, editing, and deleting project labels with workflow guidance and UI hints.
    • Updated labels documentation imagery.
    • Added documentation for a multi-column editor block (pro feature) with slash-command usage and per-column placeholders.
    • Clarified CSV import text for workspace member onboarding.

Summary by CodeRabbit

  • Documentation
    • Added new Project Labels guide covering creation, grouping, editing, and deletion
    • Added Columns block documentation for multi-column editor layouts (pro feature)
    • Reorganized documentation structure for improved navigation
    • Clarified CSV import behavior for workspace members

@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 16, 2026 3:58pm

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Mar 10, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: acf7acce-9267-4ea1-affd-89bc9528b78e

📥 Commits

Reviewing files that changed from the base of the PR and between e6cafb8 and c5fe3ab.

📒 Files selected for processing (1)
  • docs/core-concepts/projects/project-labels.md
✅ Files skipped from review due to trivial changes (1)
  • docs/core-concepts/projects/project-labels.md

📝 Walkthrough

Walkthrough

Reorganized documentation navigation and added/updated docs: new Project Labels page, moved Workflow States and Work Item Labels into Work item management, updated labels hero image, added Columns editor block docs, and removed a CSV onboarding sentence from workspace members docs.

Changes

Cohort / File(s) Summary
Navigation config
docs/.vitepress/config.ts
Adjusted site nav: added core-concepts/projects/project-labels, moved core-concepts/issues/states and core-concepts/issues/labels under Work item management, removed core-concepts/issues/labels from Planning and organization.
Labels content
docs/core-concepts/issues/labels.md, docs/core-concepts/projects/project-labels.md
issues/labels.md hero image updated to reference work-item-labels; added new projects/project-labels.md documenting project label lifecycle, grouping, No Label group, and deletion behavior.
Editor blocks doc
docs/core-concepts/pages/editor-blocks.md
Added documentation for a pro Columns block: multi-column layouts, slash commands (/2, /3, /4 Columns), and per-column "Add content" placeholders.
Workspace members doc
docs/core-concepts/workspaces/members.md
Removed sentence about automatic redirection/onboarding for CSV-imported users; now states only that imported users are added to the workspace.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐇 I hopped through text and moved a line,
Labels sorted, columns align,
Pages penned and nav rearranged,
A tiny tweak — the docs exchanged,
Rabbit cheers for changes fine!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title partially covers the main changes but omits significant reorganizations of navigation and clarifications to member onboarding documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch project-labels
📝 Coding Plan
  • Generate coding plan for human review comments

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 and usage tips.

Tip

You can make CodeRabbit's review stricter and more nitpicky using the `assertive` profile, if that's what you prefer.

Change the reviews.profile setting to assertive to make CodeRabbit's nitpick more issues in your PRs.

@danciaclara danciaclara mentioned this pull request Mar 10, 2026
6 tasks
@danciaclara danciaclara changed the title Project Labels Project Labels and Columns Mar 10, 2026
@danciaclara danciaclara changed the title Project Labels and Columns Project Labels and Columns in Pages Mar 10, 2026
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/core-concepts/issues/labels.md`:
- Line 14: The image alt text is outdated — update the markdown image entry in
labels.md where the line contains "![Project
labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)" so the
alt text reflects the new image (e.g., change "Project labels" to "Work item
labels" or a more descriptive phrase like "Work item labels hero image") to
ensure accurate fallback and screen-reader description.

In `@docs/core-concepts/projects/project-labels.md`:
- Around line 43-45: The VitePress warning container is written without the
required space (":::warning"); update the container opening to include a space
as "::: warning" so it is recognized and rendered as a warning block (locate the
line containing ":::warning" in project-labels.md and change it to ":::
warning"), then re-run the formatter/check (oxfmt --check) to confirm the issue
is resolved.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4622ff32-8f25-4899-ba72-8aa485acb3fc

📥 Commits

Reviewing files that changed from the base of the PR and between 72ab81e and 6c2a7dd.

📒 Files selected for processing (3)
  • docs/.vitepress/config.ts
  • docs/core-concepts/issues/labels.md
  • docs/core-concepts/projects/project-labels.md

## Manage labels

![Project labels](https://media.docs.plane.so/projects/project-labels.webp#hero)
![Project labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Update the alt text to match the new image.

Line 14 now points to the work item labels hero, but the alt text still says "Project labels". That makes the fallback text and screen-reader description misleading.

Suggested fix
-![Project labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)
+![Work item labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
![Project labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)
![Work item labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/core-concepts/issues/labels.md` at line 14, The image alt text is
outdated — update the markdown image entry in labels.md where the line contains
"![Project
labels](https://media.docs.plane.so/issues/work-item-labels.webp#hero)" so the
alt text reflects the new image (e.g., change "Project labels" to "Work item
labels" or a more descriptive phrase like "Work item labels hero image") to
ensure accurate fallback and screen-reader description.

@sriramveeraghanta sriramveeraghanta merged commit 4f44d4c into master Mar 16, 2026
5 checks passed
@sriramveeraghanta sriramveeraghanta deleted the project-labels branch March 16, 2026 16:01
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.

2 participants