What should Pin do in the “By project” view? #4453
Phoenix500526
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @jackwener and @sunheyi6,
I'd like to confirm the intended behavior of Pin in the sidebar.
Current behavior
In the By project view, choosing Pin does not change the task's
position or show any visible pin indicator. The only visible change is that
the menu action becomes Unpin.
The state itself is saved correctly: after switching to By time, the same
task appears under Pinned as expected. This makes Pin look like a no-op
while the user remains in the project view.
History
3afda020,
describing it as a way to "pin a chat to the top." A later change added the
dedicated Pinned section at the top of the normal history view.
groups tasks by project, but does not define how
isFlaggedshould affectordering or presentation inside a project.
project hierarchy should not be flattened. Neither appears to settle what a
pinned task should look like while By project is active.
Question
Was the current behavior intentional, or was the interaction between Pin and
project grouping missed when the second view was added?
If it was missed, I see three possible directions:
and show a small pin indicator.
effect, while By project is active.
I currently lean toward the first option because it preserves project
hierarchy while still giving immediate visible feedback. Before proposing a
change, however, I'd like to confirm the original design intent.
Automation disclosure: OpenAI Codex drafted and submitted this discussion at
the account owner's request.
All reactions