started switching over to typescript more and also started new redux changes

This commit is contained in:
subnub
2024-06-25 02:17:44 -04:00
parent 9699a35f59
commit 2647e769f7
17 changed files with 381 additions and 164 deletions
+1 -5
View File
@@ -14,7 +14,7 @@ class LeftSection extends React.Component {
render() {
return (
<div
className="menu__block p-6 hidden mobileMode:block border-r"
className="menu__block p-6 hidden mobileMode:block border-r w-[270px] min-w-[270px]"
ref={this.props.leftSectionRef}
style={
this.props.leftSectionMode === ""
@@ -96,10 +96,6 @@ class LeftSection extends React.Component {
</li>
</ul>
</div>
<UploadStorageSwitcher />
<div className="folder__structure">
<FolderTree />
</div>
<div
className={
this.props.state.hideFolderTree