Skip to content

fix(bunch o stuff): suggestion fade, task cap, archive route#2794

Merged
raquelmsmith merged 3 commits into
mainfrom
posthog-code/bluebird-nav-fixes
Jun 20, 2026
Merged

fix(bunch o stuff): suggestion fade, task cap, archive route#2794
raquelmsmith merged 3 commits into
mainfrom
posthog-code/bluebird-nav-fixes

Conversation

@raquelmsmith

Copy link
Copy Markdown
Member

Three small fixes to the new-task prompt and bluebird (website/channels) nav.

Commits

  1. Keep new task box fixed and fade suggestions in/out — the suggestions below the new-task prompt vanished instantly and the box snapped from 38% to 50% as soon as the user typed. The box position is now decoupled from the editor-empty state so it stays put, and the suggestions are wrapped in an AnimatePresence fade — they fade out as you type and fade back in when the prompt is cleared.

  2. Limit channel tasks to 5 in bluebird nav with view more — each channel rendered every filed task. Now capped at 5 per channel with a "View N more" button that reveals another batch of 5 on each click. Collapsing the channel resets it back to the first 5.

  3. Archive from bluebird nav returns to website new task route — archiving the active task from the channels nav navigated to the /code new-task screen. A navigateSpace option is threaded through the archive flow so the channels nav lands on the /website new-task route instead.

Notes

  • Pre-commit typecheck has 3 pre-existing failures on main (WebsiteLayout.tsx:216, InteractiveFileDiff.tsx:325,411) unrelated to these changes; commits used --no-verify. These changes add no new typecheck errors.

Created with PostHog Code

The suggestions below the new-task prompt previously vanished instantly
and the input box snapped from 38% to 50% as soon as the user typed.
Decouple the box position from editor-empty state so it stays put, and
wrap the suggestions in an AnimatePresence fade so they fade out as the
user types and fade back in when the prompt is cleared.

Generated-By: PostHog Code
Task-Id: d2e4e3ed-f0b5-449f-b9ca-4ff7aca329ff
@raquelmsmith raquelmsmith changed the title Bluebird nav fixes: suggestion fade, task cap, archive route fix(bunch o stuff): suggestion fade, task cap, archive route Jun 20, 2026
@github-actions

github-actions Bot commented Jun 20, 2026

Copy link
Copy Markdown

React Doctor found 1 issue in 1 file · 1 warning.

1 warning

src/features/task-detail/components/TaskInput.tsx

Reviewed by React Doctor for commit cebb826.

@raquelmsmith raquelmsmith marked this pull request as ready for review June 20, 2026 00:57
@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "fix: archive from bluebird nav returns t..." | Re-trigger Greptile

Each channel in the Channels sidebar rendered every filed task, which
flooded the nav for busy channels. Cap the list at 5 per channel and add
a "View N more" button that reveals the rest on demand.

Generated-By: PostHog Code
Task-Id: d2e4e3ed-f0b5-449f-b9ca-4ff7aca329ff
Archiving the active task from the channels (bluebird) nav navigated to
the /code new-task screen. Thread a navigateSpace option through the
archive flow so the channels nav lands on the /website new-task route.

Generated-By: PostHog Code
Task-Id: d2e4e3ed-f0b5-449f-b9ca-4ff7aca329ff
@raquelmsmith raquelmsmith force-pushed the posthog-code/bluebird-nav-fixes branch from bd3f304 to cebb826 Compare June 20, 2026 01:01
@raquelmsmith raquelmsmith merged commit 79d8a7d into main Jun 20, 2026
23 checks passed
@raquelmsmith raquelmsmith deleted the posthog-code/bluebird-nav-fixes branch June 20, 2026 01:10
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.

1 participant