fix: domain picker overflow, triage skip-for-today, important/urgent at creation#179
Open
meninoebom wants to merge 1 commit into
Open
fix: domain picker overflow, triage skip-for-today, important/urgent at creation#179meninoebom wants to merge 1 commit into
meninoebom wants to merge 1 commit into
Conversation
…at creation - Domain picker: anchor dropdown to left-0 instead of centered translate - Triage banner: add "Skip for today" button using existing markTriageDone() - TaskInput: add !/⚡ priority toggle pills; pass important/urgent on create Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
|
🚅 Deployed to the tend-pr-179 environment in Tend
|
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.
Summary
Three reported bugs fixed:
left-1/2 -translate-x-1/2; on narrow viewports the leftmost half overflowed. Reanchored toleft-0with a viewport-width guard. (domain-picker.tsx)markTriageDone()(sessionStorage), socheckTriage()short-circuits on subsequent navigation and reload. "Maybe later" still does the old delay-only behavior. (triage-reminder-banner.tsx,(app)/layout.tsx)TaskCreate; frontend just didn't surface them. Added two pill-style toggle buttons inTaskInputmatching the styling of the in-list priority pills, plus the optional fields on thecreateTaskbody type. State resets after each create; existing keyboard flow (Enter → chips → Enter) preserved. (task-input.tsx,lib/api.ts)No backend changes. Five files touched. Lint + build clean.
Test plan
🤖 Generated with Claude Code