Add sidebar ide style#100
Conversation
|
can you link the issue for this pull request? |
|
Hi @areebahmeddd, |
|
ah, I believe the right way is to have issue linked for all pr's. helps understand the context and validate the issue 🙂 |
|
I created an issue for this feature: #114 |
◎ Argus ReviewThis PR implements a well-engineered IDE-style collapsible sidebar and resizable preview pane, featuring localStorage persistence, RAF-throttled resize events, scroll-preserving Blockly resizing, and keyboard shortcuts. The core architecture is sound and includes several nice UX details. However, several issues need attention: tooltip keyboard shortcut strings hardcode "Ctrl+" instead of using the existing Findings (17)🟡 Sidebar resize uses raw
|
16053aa to
1b5d909
Compare
|
@ivantha Please review my PR with the fixes applied. |
008255c to
37294ab
Compare
0e6a34c to
fbfcc35
Compare
fbfcc35 to
f6d1310
Compare
|
Thanks for the PR! It currently has merge conflicts with main (or is behind). Could you rebase onto the latest main and push the updated branch? Happy to merge once it's auto-rebasable. |
f6d1310 to
021647f
Compare
|
@ivantha Rebased onto the latest main and force-pushed. The branch should now be up to date and conflict-free 👍 |
12fbd16 to
7316bc9
Compare
ae2a495 to
ea6e552
Compare
Description
Add an IDE-style collapsible sidebar for the Blocks panel.
Type of Change
How Has This Been Tested?
Describe the tests you ran to verify your changes.
Screenshots (if applicable)
aa.mov
Checklist