This repository was archived by the owner on Aug 6, 2026. It is now read-only.
chore(desktop): spaces dragging fix + dev flag - #3916
Merged
Conversation
|
😎 Merged successfully - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Contributor
Prompt To Fix All With AI### Issue 1
packages/ui/src/features/canvas/hooks/useChannelsLayout.ts:12-15
**Development fallback contradicts comment**
Both feature-flag checks now use `import.meta.env.DEV` as their fallback, while the adjacent documentation still says there is no development default and that development matches production. This contradiction makes the gate's intended behavior harder to understand and maintain.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "chore(desktop): spaces dragging fix + de..." | Re-trigger Greptile |
There was a problem hiding this comment.
Tiny, contained UI/dev-flag tweak (drag-region class fix + dev-flag fallback) with no risky territory touched; the only outstanding comment is a cosmetic doc-consistency nit, not a functional concern.
- greptile-apps[bot] reviewed the current head.
- Greptile inline comment notes the adjacent doc comment now contradicts the DEV fallback behavior — cosmetic, non-blocking, but worth a follow-up tweak.
Gate mechanics and policy version
| Gate | Result | |
|---|---|---|
| prerequisites | ✓ | all clear |
| deny-list | ✓ | no deny categories matched |
| size | ✓ | 9L, 2F substantive — within ceiling |
| tier | ✓ | T1-agent / T1a-trivial (9L, 2F, single-area, chore) |
| stamphog 2.0.0b3 | .stamphog/policy.yml @ 7d1d9d7 · reviewed head a4ae51b |
adamleithp
approved these changes
Jul 29, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Problem
window dragging + dev flag for spaces layout experimentation
before:
nah.mp4
after:
yay.mp4