summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/explorer/stores/mutation_types.js
blob: f32cdf90783d54c201225b36219d46e8b4566747 (plain)
1
2
3
4
5
6
7
8
9
export const SET_INITIAL_STATE = 'SET_INITIAL_STATE';

export const SET_IMAGES_LIST_SUCCESS = 'SET_PACKAGE_LIST_SUCCESS';
export const UPDATE_IMAGE = 'UPDATE_IMAGE';
export const SET_PAGINATION = 'SET_PAGINATION';
export const SET_MAIN_LOADING = 'SET_MAIN_LOADING';
export const SET_TAGS_PAGINATION = 'SET_TAGS_PAGINATION';
export const SET_TAGS_LIST_SUCCESS = 'SET_TAGS_LIST_SUCCESS';
export const SET_SHOW_GARBAGE_COLLECTION_TIP = 'SET_SHOW_GARBAGE_COLLECTION_TIP';