summaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: 3a5f50e02ff3268224dc31b28ab60f82ef498ca0 (plain)
1
2
3
4
[gerrit]
host=gerrit.onap.org
port=29418
project=so.git
gle */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
import keyMirror from 'nfvo-utils/KeyMirror.js';

export const actionTypes = keyMirror({
	NOTIFICATION: null,
	LOAD_NOTIFICATIONS: null,
	LOAD_PREV_NOTIFICATIONS: null,
	UPDATE_READ_NOTIFICATION: null,
	RESET_NEW_NOTIFICATIONS: null,
	TOGGLE_OVERLAY: null
});

export const notificationType = keyMirror({
	PERMISSION_CHANGED: 'PermissionChanged',
	ITEM_CHANGED: {
		COMMIT: 'commit',
		SUBMIT: 'submit'
	},
	ITEM_DELETED: 'delete',
	ITEM_ARCHIVED: 'archive',
	ITEM_RESTORED: 'restore'
});