Skip to content

feat: move sidebar footer directory path to status bar at the bottom#23507

Open
aakash2330 wants to merge 6 commits intoanomalyco:devfrom
aakash2330:feat/move-directory-path
Open

feat: move sidebar footer directory path to status bar at the bottom#23507
aakash2330 wants to merge 6 commits intoanomalyco:devfrom
aakash2330:feat/move-directory-path

Conversation

@aakash2330
Copy link
Copy Markdown

@aakash2330 aakash2330 commented Apr 20, 2026

Issue for this PR

Closes #23492

Type of change

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

What does this PR do?

moves path from sidebar footer to status bar at the bottom, also cleans up the code by reusing the useDirectory hook.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

made sure the changes are reflected correctly in the UI

Screenshots / recordings

Before:
Screenshot 2026-04-20 at 12 58 56 PM

After:
Screenshot 2026-04-20 at 12 58 24 PM

If this is a UI change, please include a screenshot or recording.

Checklist

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

If you do not follow this template your PR will be automatically rejected.

@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title feat/move sidebar footer directory path to status bar at the bottom doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 20, 2026
@aakash2330 aakash2330 changed the title feat/move sidebar footer directory path to status bar at the bottom feat: move sidebar footer directory path to status bar at the bottom Apr 20, 2026
@github-actions github-actions bot removed needs:title needs:compliance This means the issue will auto-close after 2 hours. labels Apr 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

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

@malventano
Copy link
Copy Markdown

Nice PR. What happens to the path if it encroaches into the status message at the bottom right?

image

@aakash2330
Copy link
Copy Markdown
Author

Screen.Recording.2026-04-20.at.10.25.47.PM.mov

thanks for the suggestions @malventano, here's a screen recording

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]: TUI: Show project path in status when sidebar is closed

2 participants