UNPKG

nodebb-plugin-ns-awards-next

Version:

System for rewarding forum users. It allows admin to define set of awards that could be granted to users for special accomplishments.

12 lines (10 loc) 229 B
/** * Delay for user search component. * Input is debounced to reduce load on the server. * * @constant * @default * @type {string} */ export const SEARCH_DEBOUNCE_DELAY = '400'; export const NEW_AWARD_ID = 'newAwardId';