Skip to content

fix(web): pin dashboard sidebar and use real devinbox screenshot#36

Merged
Rowee13 merged 1 commit intomainfrom
fix/dashboard-layout-polish
Apr 17, 2026
Merged

fix(web): pin dashboard sidebar and use real devinbox screenshot#36
Rowee13 merged 1 commit intomainfrom
fix/dashboard-layout-polish

Conversation

@Rowee13
Copy link
Copy Markdown
Owner

@Rowee13 Rowee13 commented Apr 17, 2026

Sidebar:

  • Replace min-h-screen with sticky top-0 h-screen so the sidebar stays visible when the email list (or any dashboard content) scrolls past the viewport height.
  • overflow-y-auto handles the edge case where the sidebar's own content exceeds viewport height.

Tool showcase:

  • Swap the 1x1 placeholder PNG for the real demo-screenshot.png.
  • Use intrinsic width/height with w-full h-auto so the screenshot scales proportionally without cropping or letterboxing.

Also picks up formatter drift on BrowserFrame and FeatureWishlistSection (indentation + quote style) to keep the tree clean.

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test coverage improvement

Related Issues

Closes #

Changes Made

Screenshots (if applicable)

Testing

  • All existing tests pass
  • Added new tests for the changes
  • Tested locally

Checklist

  • My code follows the project's code style
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Additional Notes

Sidebar:
- Replace min-h-screen with sticky top-0 h-screen so the sidebar stays
  visible when the email list (or any dashboard content) scrolls past
  the viewport height.
- overflow-y-auto handles the edge case where the sidebar's own content
  exceeds viewport height.

Tool showcase:
- Swap the 1x1 placeholder PNG for the real demo-screenshot.png.
- Use intrinsic width/height with w-full h-auto so the screenshot
  scales proportionally without cropping or letterboxing.

Also picks up formatter drift on BrowserFrame and FeatureWishlistSection
(indentation + quote style) to keep the tree clean.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Rowee13 Rowee13 merged commit e12ed4e into main Apr 17, 2026
5 checks passed
@Rowee13 Rowee13 deleted the fix/dashboard-layout-polish branch April 17, 2026 10:56
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