You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, awesome project. Could you point me in the direction within the 1000s of beautiful lines of code where you set up the view for the files/folder grid? I'd like to take a crack at adding a list/detail styled view. Thanks!
The text was updated successfully, but these errors were encountered:
The styles/layout are all managed in CSS. Medium icon view, which is what this widget uses, displays slightly more items on a single screen than a detail/list view can. Detail/list view also won't work on mobile devices - at least not the way Windows itself lays out information.
As to the code itself, you're looking for SyncCurrFolderToDOM() where items get created and attached to the DOM using CreateNode() and appendChild().
I'm not all that open to major/dramatic changes to the widget. See: #9
There are a ton of nuances beyond adding a new view and there's a high probability the existing code will break.
Hello, awesome project. Could you point me in the direction within the 1000s of beautiful lines of code where you set up the view for the files/folder grid? I'd like to take a crack at adding a list/detail styled view. Thanks!
The text was updated successfully, but these errors were encountered: