Page MenuHomePhorge

D3340.1765312985.diff
No OneTemporary

Size
537 B
Referenced Files
None
Subscribers
None

D3340.1765312985.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' | 'settings';
+
export type NavInfo = {
...$Exact<BaseNavInfo>,
- +tab: 'calendar' | 'chat' | 'settings',
+ +tab: NavigationTab,
+activeChatThreadID: ?string,
+pendingThread?: ThreadInfo,
+settingsSection?: 'account',

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 9, 8:43 PM (15 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5857696
Default Alt Text
D3340.1765312985.diff (537 B)

Event Timeline