7044c497a2
* FIX: notifications position with 2nd banner * emit event when worldState is loaded * fix heights / padding of notifications
10 lines
261 B
JavaScript
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',
|
|
};
|