element-web/src/stores
Luke Barnard ee6df105fe Introduce action creators
These can be used to dispatch actions immediately, or after some asynchronous
work has been done. Also, create GroupActions.fetchJoinedGroups as an example.

The concept of async action creators can be used in the following cases:
 - stores or views that do async work, dispatching based on the results
 - actions that have complicated payloads, would make more sense as functions
   with documentation that dispatch created actions.
2017-12-07 14:17:32 +00:00
..
FilterStore.js Implement shift-click and ctrl-click semantics for TP 2017-11-30 14:48:54 +00:00
FlairStore.js Remove redundant super class EventEmitter for FlairStore 2017-11-20 11:34:20 +00:00
GroupStore.js Make GroupStore use MatrixClientPeg 2017-11-28 11:54:05 +00:00
GroupStoreCache.js Implement TagPanel (or LeftLeftPanel) for group filtering 2017-11-29 16:53:43 +00:00
LifecycleStore.js de-lint LifecycleStore 2017-07-01 14:35:40 +01:00
MessageComposerStore.js Remove RTE content_state logging 2017-07-06 11:17:54 +01:00
RoomScrollStateStore.js Re-add doc on scroll state map structure 2017-09-08 13:27:14 +01:00
RoomViewStore.js When dispatching view_[my_]group[s], reset RoomViewStore 2017-10-24 16:32:52 +01:00
SessionStore.js Remove redundant reset 2017-05-31 15:32:55 +01:00
TagOrderStore.js Introduce action creators 2017-12-07 14:17:32 +00:00