Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32222887
D3340.1765205745.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.1765205745.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
Mon, Dec 8, 2:55 PM (37 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5848766
Default Alt Text
D3340.1765205745.diff (555 B)
Attached To
Mode
D3340: [web] Export navigation tab types
Attached
Detach File
Event Timeline
Log In to Comment