Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33240677
D3340.1768569629.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
555 B
Referenced Files
None
Subscribers
None
D3340.1768569629.diff
View Options
diff --git a/web/types/nav-types.js b/web/types/nav-types.js
--- a/web/types/nav-types.js
+++ b/web/types/nav-types.js
@@ -3,9 +3,11 @@
import type { BaseNavInfo } from 'lib/types/nav-types';
import type { ThreadInfo } from 'lib/types/thread-types';
+export type NavigationTab = 'calendar' | 'chat' | 'apps' | 'settings';
+
export type NavInfo = {
...$Exact<BaseNavInfo>,
- +tab: 'calendar' | 'chat' | 'apps' | 'settings',
+ +tab: NavigationTab,
+activeChatThreadID: ?string,
+pendingThread?: ThreadInfo,
+settingsSection?: 'account',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 16, 1:20 PM (15 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5939534
Default Alt Text
D3340.1768569629.diff (555 B)
Attached To
Mode
D3340: [web] Export navigation tab types
Attached
Detach File
Event Timeline
Log In to Comment