Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3499477
D6457.id22583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D6457.id22583.diff
View Options
diff --git a/web/redux/action-types.js b/web/redux/action-types.js
--- a/web/redux/action-types.js
+++ b/web/redux/action-types.js
@@ -4,3 +4,5 @@
export const updateWindowDimensionsActionType = 'UPDATE_WINDOW_DIMENSIONS';
export const updateWindowActiveActionType = 'UPDATE_WINDOW_ACTIVE';
export const setDeviceIDActionType = 'SET_DEVICE_ID';
+export const updateCalendarCommunityFilter = 'UPDATE_CALENDAR_COMMUNITY_FILTER';
+export const clearCalendarCommunityFilter = 'CLEAR_CALENDAR_COMMUNITY_FILTER';
diff --git a/web/redux/redux-setup.js b/web/redux/redux-setup.js
--- a/web/redux/redux-setup.js
+++ b/web/redux/redux-setup.js
@@ -44,6 +44,7 @@
import { type NavInfo } from '../types/nav-types.js';
export type WindowDimensions = { width: number, height: number };
+
export type AppState = {
navInfo: NavInfo,
deviceID: ?string,
@@ -57,6 +58,7 @@
updatesCurrentAsOf: number,
loadingStatuses: { [key: string]: { [idx: number]: LoadingStatus } },
calendarFilters: $ReadOnlyArray<CalendarFilter>,
+ communityIDFilter: ?string,
urlPrefix: string,
windowDimensions: WindowDimensions,
cookie?: void,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 11:19 PM (16 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2682137
Default Alt Text
D6457.id22583.diff (1 KB)
Attached To
Mode
D6457: [web] Add calendar filter type for displaying only one community
Attached
Detach File
Event Timeline
Log In to Comment