Page MenuHomePhabricator

D3340.diff
No OneTemporary

D3340.diff

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

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)

Event Timeline