Skip to content

fix(app): append new projects to bottom of sidebar#18153

Open
anduimagui wants to merge 1 commit intoanomalyco:devfrom
anduimagui:opencode/eager-eagle
Open

fix(app): append new projects to bottom of sidebar#18153
anduimagui wants to merge 1 commit intoanomalyco:devfrom
anduimagui:opencode/eager-eagle

Conversation

@anduimagui
Copy link
Contributor

@anduimagui anduimagui commented Mar 18, 2026

Issue for this PR

Closes #18154

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

When a user opens or uploads a new project, it was being inserted at the top of the sidebar project list.

This changes that behavior so new projects are appended to the bottom instead. That feels more natural because it avoids taking over the top of the sidebar, where a user is more likely to keep their most important or most frequently revisited projects.

How did you verify your code works?

I verified the project-open path and confirmed this change appends a newly opened project to the existing sidebar project list instead of prepending it.

I also ran bun typecheck in packages/app, but this checkout currently has existing dependency/type-resolution errors unrelated to this change.

Screenshots / recordings

Not included. This is a small sidebar ordering change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels Mar 18, 2026
@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions bot removed needs:issue needs:compliance This means the issue will auto-close after 2 hours. labels Mar 18, 2026
@github-actions
Copy link
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@anduimagui anduimagui changed the title fix(app): append new projects to sidebar fix(app): append new projects to bottom of sidebar Mar 18, 2026
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.

[FEATURE]: Add newly opened projects to the bottom of the sidebar

1 participant