Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3489036
D3340.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
555 B
Referenced Files
None
Subscribers
None
D3340.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
Thu, Dec 19, 11:09 AM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2677131
Default Alt Text
D3340.diff (555 B)
Attached To
Mode
D3340: [web] Export navigation tab types
Attached
Detach File
Event Timeline
Log In to Comment