style: issue details page, feat: add to cycle - #12
Merged
Conversation
|
@aaryan610 is attempting to deploy a commit to the Caravel Team on Vercel. A member of the Team first needs to authorize it. |
vihar
approved these changes
Nov 29, 2022
Kamei-Daisuke
added a commit
to keis-software/plane
that referenced
this pull request
Apr 16, 2026
…, live service - Bug makeplane#6: Convert 3,503 Confluence page links to Plane URLs (99.9% resolved) - Bug makeplane#12: Auto-clear stale IndexedDB cache using page updated_at as cacheVersion - Bug makeplane#16: Add workspace-level Issue Type CRUD API + management UI - Bug makeplane#17: Default Pages tree to collapsed state - Bug makeplane#19: Add live service to docker-compose, health check to reimport pipeline - Migration: Add page link resolver, post-reimport health check script Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Kamei-Daisuke
added a commit
to keis-software/plane
that referenced
this pull request
Apr 17, 2026
…, live service - Bug makeplane#6: Convert 3,503 Confluence page links to Plane URLs (99.9% resolved) - Bug makeplane#12: Auto-clear stale IndexedDB cache using page updated_at as cacheVersion - Bug makeplane#16: Add workspace-level Issue Type CRUD API + management UI - Bug makeplane#17: Default Pages tree to collapsed state - Bug makeplane#19: Add live service to docker-compose, health check to reimport pipeline - Migration: Add page link resolver, post-reimport health check script Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Kamei-Daisuke
added a commit
to keis-software/plane
that referenced
this pull request
Apr 20, 2026
…, live service - Bug makeplane#6: Convert 3,503 Confluence page links to Plane URLs (99.9% resolved) - Bug makeplane#12: Auto-clear stale IndexedDB cache using page updated_at as cacheVersion - Bug makeplane#16: Add workspace-level Issue Type CRUD API + management UI - Bug makeplane#17: Default Pages tree to collapsed state - Bug makeplane#19: Add live service to docker-compose, health check to reimport pipeline - Migration: Add page link resolver, post-reimport health check script
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/.
SeanFXM
added a commit
to SeanFXM/HTJPplane
that referenced
this pull request
Jun 14, 2026
makeplane#10 project-wrapper: the PROJECT_MODULES SWR key now includes the route, so navigating INTO /modules switches keys and triggers the full module fetch. Previously the key was fixed and revalidateIfStale=false, so a project first opened on a non-modules route cached the slim-only result and /modules could render incomplete data until a hard reload. makeplane#12 i18n: add the 173 (ja) / 185 (zh-CN) translation keys that existed in en but were missing — they were silently falling back to English (mostly the power_k command palette, plus settings/profile/members strings). Verified via script: full parity with en, zero existing values mutated, files formatted with the project's oxfmt. A native review of the command-palette wording is advisable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
manhhn01
pushed a commit
to manhhn01/planex
that referenced
this pull request
Jul 20, 2026
When only description_html is provided (typical API usage), null out description_binary and description_json so the editor falls back to HTML instead of showing stale binary content. Without this fix, pages edited via the UI (which populates binary) would show old content when the API updates only the HTML field. Co-authored-by: MG <mg@infrawatchlabs.com> (cherry picked from commit e91a243)
DoctorFogarty
pushed a commit
to DoctorFogarty/plane
that referenced
this pull request
Aug 7, 2026
style: issue details page, feat: add to cycle
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.
feat:
style: