Files
habitica/website/client/src/libs/events.js
T
negue 7044c497a2 FIX: notifications position with 2nd banner - WIP (#13556)
* FIX: notifications position with 2nd banner

* emit event when worldState is loaded

* fix heights / padding of notifications
2021-10-21 15:17:09 -05:00

10 lines
261 B
JavaScript

export const EVENTS = {
RESYNC_REQUESTED: 'habitica::resync-requested',
RESYNC_COMPLETED: 'habitica::resync-completed',
PM_REFRESH: 'pm::refresh',
BANNER_HEIGHT_UPDATED: 'banner:height_updated',
WORLD_STATE_LOADED: 'habitica:world-state-loaded',
};