fix: resolved merge conflicts by updating link tag with legacy behaviour#10
Closed
venplane wants to merge 4 commits into
Closed
fix: resolved merge conflicts by updating link tag with legacy behaviour#10venplane wants to merge 4 commits into
venplane wants to merge 4 commits into
Conversation
|
@venkatesh-soulpage is attempting to deploy a commit to the Caravel Team on Vercel. A member of the Team first needs to authorize it. |
dvdcastro
added a commit
to dvdcastro/plane
that referenced
this pull request
Mar 27, 2026
DRF auto-generates the write field for the state FK as 'state', not 'state_id'. Clients that follow REST convention and send state_id had their update silently ignored. Add an explicit write-only state_id PrimaryKeyRelatedField (source='state') so both forms are accepted. The serializer's existing validate() block already checks that the resolved State belongs to the project, so no additional validation is needed. Closes makeplane#10 (188e4144-20a4-4ad9-89de-014b82fdb2ff)
trussell86
added a commit
to trussell86/Debt.com-Pulse
that referenced
this pull request
Apr 25, 2026
Quick-win batch addressing items makeplane#1, makeplane#2, makeplane#6, makeplane#7 from the Apr 24 polish list. makeplane#2 Home → Dashboard. i18n override on `home.title` flips the sidebar nav label and breadcrumb. Merged into the existing `home.*` override block to avoid duplicate-key lint. makeplane#1 Remove "Manage widgets" button from `(projects)/header.tsx`. Plane rendered it on the right to open the widget-toggle modal; we replaced the widget surface entirely with PulseHomePage. Drops `Button`, `Shapes`, and `useHome` imports. makeplane#6 Remove Stickies. Drop the `:workspaceSlug/stickies` route from `core.ts` and the `stickies` entry from `WORKSPACE_SIDEBAR_STATIC_NAVIGATION_ITEMS`. Source under `apps/web/core/components/stickies/*` left orphaned. Both removed blocks have the upstream snippet preserved as a comment for revert. makeplane#7 Hide Publish project. Both CustomMenu.MenuItem render sites (sidebar's `projects-list-item.tsx`, navigation's `project-actions-menu.tsx`) had the JSX deleted entirely (with the upstream block preserved as a comment for revert). Plane projects = teams in our model — long-lived backlogs, not public-facing campaigns. PublishProjectModal source + project-publish store stay orphaned. `Share2` import removed from both files; `isAdmin` and `onPublishModal` variables retained for type stability (callers don't need to change) and `void`-referenced to silence unused-var warnings. Pre-existing upstream lint warts surfaced by these touches (a11y on a span trigger, no-shadow + exhaustive-deps in a drag-and-drop hook) silenced via file-level `eslint-disable` blocks per the established DEBTCOM pattern. makeplane#10 (Live websocket "Connection lost") not in this commit — needs a Railway-side action (deploy the Live service + set LIVE_UPSTREAM on the gateway). Code is ready; runbook delivered separately. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
blitzy Bot
pushed a commit
to Blitzy-Sandbox/blitzy-makeplane
that referenced
this pull request
May 25, 2026
…SDoc Resolves CP1 QA findings 1-15 (CRITICAL hallucinations) + 16 (MINOR markdown bold): Critical cross-reference accuracy fixes: - Issue #1: ce/store/issue/issue-details/activity.store.ts (was core/) - Issue #2: ce/components/command-palette/ (was core/) — 6 sites - Issue makeplane#3-4: dashboard/dashboards/** paths replaced with actual consumer paths (analytics, helpers/dashboard.helper.ts, home/widgets) or INTENT UNCLEAR for orphaned constants — 16 sites - Issue makeplane#5: description editor paths point to actual locations - Issue makeplane#6: workspace/billing/ (was workspace-billing/) — 5 sites - Issue makeplane#7: inbox/modals/create-modal/ (was intake/) — 1 site - Issue makeplane#8: workspace-notifications/ (was notifications/) — 8 sites - Issue makeplane#9: removed duplicate fabricated profile/settings/ path — 2 sites - Issue makeplane#10: project-states/ (was states/) — 4 sites - Issue makeplane#11: workspace/views/ (was workspace-views/) — 1 site - Issue makeplane#12: INTENT UNCLEAR for EAuthenticationPageType and USER_ALLOWED_PERMISSIONS (no consumers found) — 2 sites - Issue makeplane#13: issues/issue-layouts/filters/ (was issues/filters/) — 8 sites - Issue makeplane#14: db/models/integration/ (was app/views/integration/) — 1 site - Issue makeplane#15: removed hallucinated ::ProjectLink Django class symbol; added INTENT UNCLEAR flag for missing backend mirror — 1 site Documentation standards fix (MINOR): - Issue makeplane#16: removed 7 instances of markdown bold (**...**) in JSDoc per AAP §0.2.3 (no markdown boilerplate) Per AAP §0.2.3 ambiguity protocol ("Flag, do not invent"), unverifiable consumer locations are flagged with INTENT UNCLEAR rather than guessed. Validation: zero new TS errors (Gate 3 PASS); zero new lint/format violations; no imports/exports changed; no behavior changes — JSDoc-only edits in 22 files across packages/types/src/ and packages/constants/src/.
ColeEdanza
added a commit
to ColeEdanza/plane
that referenced
this pull request
May 26, 2026
…lapse, footer, sidebar groups Five compound UI changes implementing the Plane.so blog redesign (items makeplane#2, makeplane#3, makeplane#5, makeplane#6, makeplane#7; makeplane#1/makeplane#4/makeplane#8/makeplane#9/makeplane#10/makeplane#11 out of scope per Cole). - Compact parent pill next to the work-item ID (new IssueParentPill in parent/pill.tsx); fat parent breadcrumb row above the title removed in both the full-screen page and all peek modes. - Inline properties row under the title: Assignee, Priority, Start, Due as borderless pills with vertical dividers (border-strong), text-body-sm font, gap-x-5 spacing, hover background via transparent-with-text variant. State stays in the peek header from prior commit 03d84b1. - DescriptionCollapse wrapper around the rich-text editor: clamps to ~200px via ResizeObserver, fade gradient when collapsed, auto-expands on focus, Show more / Show less toggle. Wraps both surfaces. - IssueMetadataFooter at the bottom of main content: created-by, created, updated, and completed (when set) in a compact row with full-timestamp hover tooltips. - Sidebar regrouped into three collapsible sections (Properties / Project structure / Custom properties). Assignee, Priority, Start, Due removed from the sidebar since they're inline now. Parent stays as the only way to *add* a parent when none is set. Title bumped from text-20 to text-28 font-semibold leading-snug py-1; the prior leading-tight clipped ascenders inside the auto-resize textarea. Touches: apps/web/core/components/issues/issue-detail/main-content.tsx apps/web/core/components/issues/issue-detail/sidebar.tsx apps/web/core/components/issues/issue-detail/parent/index.ts apps/web/core/components/issues/peek-overview/issue-detail.tsx + 4 new files: parent/pill.tsx, inline-properties.tsx, description-collapse.tsx, metadata-footer.tsx Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
refactor:
fix: