-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Feature: Redesigned the left hand sidebar #13052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
badfe3e
WIP: Initial switching to new sidebar
marcelwgn 1bfef44
Get icons to work
marcelwgn 540c3fa
Hookup selection/navigation
marcelwgn ae0e8bf
UI updates
marcelwgn 4d91d3f
Implement minimal mode
marcelwgn 2347ba5
Fix formatting
marcelwgn 1898ac9
Merge branch 'main' into dev/new-sidebar
yaira2 ce97aa9
Added round corner
yaira2 18cb170
Added border brush to content
yaira2 4f362a2
Update SideBarPane.xaml
yaira2 9f2a491
Merge branch 'main' into dev/new-sidebar
marcelwgn 4ebc3ad
Section spacing
yaira2 dca01b7
Update SideBarResources.xaml
yaira2 60bbe2c
Update visual states and styling
yaira2 d866b85
Update SideBarPane.xaml
yaira2 d955485
Update SideBarPane.xaml
yaira2 205e645
Added spacing between items
yaira2 c2ecd1b
Move logic from MainPage/SideBarHost into SidebarViewModel, rename Si…
marcelwgn a3732b7
Remove SideBarPane control by merging it into SideBarView
marcelwgn 9630abf
Acrylic overlay
yaira2 f83b9e1
Update SideBarResources.xaml
yaira2 555b03c
Merge branch 'main' into dev/new-sidebar
yaira2 8a024af
Move out logic of handling tab area to mainpage, fix initial loading …
marcelwgn bccb155
Update SideBarItem states, add background transition
marcelwgn 7c17270
Finally rename SideBar* to Sidebar*
marcelwgn e26178a
Small UI changes
marcelwgn 59b6a24
Add back double click pane expand/collapse behavior
marcelwgn 1cfa722
Implement accessibility peers and keyboard navigation, format xaml
marcelwgn 8f680ba
Add expander icon animation
marcelwgn b5a8955
Update cursor when resizing sidebar
yaira2 5b4c493
Increased splitter width
yaira2 77fb858
Fix double click behavior, fix minimal pane looking weird
marcelwgn ca20f17
Merge branch 'main' into dev/new-sidebar
marcelwgn a8ad119
Format xaml
marcelwgn 234ecce
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn fb009b7
Bring back pane context menu
marcelwgn 7983ea0
Minor fixes surrounding reordering pinned items
marcelwgn 2dd996f
Move away from datacontext as item holder
marcelwgn e3834fe
Add tooltips
marcelwgn 7c369ef
Restore drag/drop behavior
marcelwgn eaa5ee4
Merge branch 'main' into dev/new-sidebar
marcelwgn e090a36
Fix compact pane behavior, switch to resources, prepare for pane anim…
marcelwgn 5f83c05
Open open/close animation for minimal mode, fix null issue
marcelwgn c09116e
Formatting
marcelwgn 5065e78
Merge branch 'main' into dev/new-sidebar
yaira2 99d3dd9
Fix issue with grid splitter double tap
marcelwgn 54e96da
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn ebe1a3a
Fix missing tooltip for cloud drives
marcelwgn c0ae04a
Fix resize keyboard behavior
marcelwgn df3563c
Add restoration of open pane width between sessions
marcelwgn 988ef58
Restore compact/non compact mode correctly
marcelwgn 879157e
Merge branch 'main' into dev/new-sidebar
marcelwgn 729c2be
Remove SidebarControl
marcelwgn c914e7c
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn e0289f0
Add more pane animations
marcelwgn 6ebcd4f
Fix minimal to expanded transition
marcelwgn 66eb90c
Fix minimal to compact
marcelwgn 1283e96
Add expand/collapse animations
marcelwgn 09e04b6
Small UI fixes
marcelwgn 8cd31ea
Format xaml
marcelwgn 9c7d7d9
Merge branch 'main' into dev/new-sidebar
marcelwgn 7219e1c
Add bottom padding
marcelwgn adf2f34
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn 0d8b903
Fix animations
marcelwgn 051bed1
Merge branch 'main' into dev/new-sidebar
marcelwgn 632cf43
Merge branch 'main' into dev/new-sidebar
yaira2 6329c8d
Add restoration of expansion state, API refactor
marcelwgn 628f04d
Fix issue with collapsed pane failing to restore expansion state
marcelwgn 435d840
UI fixes by @mdta
marcelwgn df3d67a
Add theme shadow to minimal pane, readd bottom margin
marcelwgn c560ca4
Try fix race condition with icon not loading properly
marcelwgn 125b393
Centered resizer with content border
yaira2 130f1df
Add debug logging for icons not loading
marcelwgn b9bbb09
Fixed resources
yaira2 14fd9a6
Merge branch 'main' into dev/new-sidebar
yaira2 300e00e
Merge branch 'main' into dev/new-sidebar
yaira2 42b5e4a
Remove NavigationViewItemOnLeftMinHeight from compact styles
yaira2 91d534c
Update icon displaying
marcelwgn a043471
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn db53bf0
Revert "Update icon displaying"
marcelwgn 0596498
Refactor icon api, hookup icon change listener after loading component
marcelwgn 66a7b2d
Update sidebaritem subscription handling
marcelwgn 70f0fc6
Handle issue with showing and hiding section
marcelwgn 6312963
Fix issues with icons not loading correctly
marcelwgn 52a5882
Merge branch 'main' into dev/new-sidebar
marcelwgn c289eff
Cleanup and API refactoring
marcelwgn e9aec0f
Fix expand animation for child items
marcelwgn 965c39e
Fixed padding
yaira2 ed93fc6
Update SideBarView.xaml
yaira2 7b1e8b7
Update SideBarView.xaml
yaira2 f2d4b81
Update SideBarResources.xaml
yaira2 c43e89a
Add footer property to SidebarView
marcelwgn 6e21aa7
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn fa9c451
Merge branch 'main' into dev/new-sidebar
yaira2 bea8ed5
Fix: Fixed border brush in high contrast
yaira2 4693dc6
Update PreviewPane.xaml
yaira2 73ed499
Drag and drop fixes
marcelwgn e69e082
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn 471407c
Fix scrollbar not auto hiding
marcelwgn 2dad39b
Add documentation for Sidebar related enums and Sidebar related inter…
marcelwgn a5407d5
Update chevron foreground
yaira2 6a6375e
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
yaira2 f8d8a1b
Fix recycle bin tooltip
marcelwgn 339309f
Merge branch 'dev/new-sidebar' of https://github.com/chingucoding/Fil…
marcelwgn 0961ee8
Fix headers switching to item mode when collection is empty
marcelwgn f37c7d0
Fix behavior surrounding flyouts when there are no child items
marcelwgn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.