summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/whats_new/store/mutation_types.js
blob: 5715c442f66ca98582b19e5f99ad1549e3804e3b (plain)
1
2
3
4
5
6
export const CLOSE_DRAWER = 'CLOSE_DRAWER';
export const OPEN_DRAWER = 'OPEN_DRAWER';
export const ADD_FEATURES = 'ADD_FEATURES';
export const SET_PAGE_INFO = 'SET_PAGE_INFO';
export const SET_FETCHING = 'SET_FETCHING';
export const SET_DRAWER_BODY_HEIGHT = 'SET_DRAWER_BODY_HEIGHT';