Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32357113
D6342.1765319013.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6342.1765319013.diff
View Options
diff --git a/web/sidebar/left-layout-aside.react.js b/web/sidebar/left-layout-aside.react.js
--- a/web/sidebar/left-layout-aside.react.js
+++ b/web/sidebar/left-layout-aside.react.js
@@ -2,11 +2,11 @@
import * as React from 'react';
-import AppSwitcher from './app-switcher.react.js';
import CommunityPicker from './community-picker.react.js';
import css from './left-layout-aside.css';
import SettingsSwitcher from './settings-switcher.react.js';
import { useSelector } from '../redux/redux-utils.js';
+import AppSwitcher from '../topbar/app-switcher.react.js';
function LeftLayoutAside(): React.Node {
const navInfo = useSelector(state => state.navInfo);
diff --git a/web/sidebar/app-switcher.react.js b/web/topbar/app-switcher.react.js
rename from web/sidebar/app-switcher.react.js
rename to web/topbar/app-switcher.react.js
--- a/web/sidebar/app-switcher.react.js
+++ b/web/topbar/app-switcher.react.js
@@ -9,11 +9,11 @@
unreadCount,
} from 'lib/selectors/thread-selectors.js';
-import css from './left-layout-aside.css';
-import NavigationPanel from './navigation-panel.react.js';
import { updateNavInfoActionType } from '../redux/action-types.js';
import { useSelector } from '../redux/redux-utils.js';
import { navTabSelector } from '../selectors/nav-selectors.js';
+import css from '../sidebar/left-layout-aside.css';
+import NavigationPanel from '../sidebar/navigation-panel.react.js';
function AppSwitcher(): React.Node {
const activeChatThreadID = useSelector(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 9, 10:23 PM (14 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5858394
Default Alt Text
D6342.1765319013.diff (1 KB)
Attached To
Mode
D6342: [web] Move AppSwitcher to web/topbar
Attached
Detach File
Event Timeline
Log In to Comment