Started adding frontend notifications, fixing firefox file upload bug
This commit is contained in:
26
goTorrentWebUI/node_modules/react-toastify/lib/constant.js
generated
vendored
Normal file
26
goTorrentWebUI/node_modules/react-toastify/lib/constant.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
var POSITION = exports.POSITION = {
|
||||
TOP_LEFT: 'top-left',
|
||||
TOP_RIGHT: 'top-right',
|
||||
TOP_CENTER: 'top-center',
|
||||
BOTTOM_LEFT: 'bottom-left',
|
||||
BOTTOM_RIGHT: 'bottom-right',
|
||||
BOTTOM_CENTER: 'bottom-center'
|
||||
};
|
||||
|
||||
var TYPE = exports.TYPE = {
|
||||
INFO: 'info',
|
||||
SUCCESS: 'success',
|
||||
WARNING: 'warning',
|
||||
ERROR: 'error',
|
||||
DEFAULT: 'default'
|
||||
};
|
||||
var ACTION = exports.ACTION = {
|
||||
SHOW: 'SHOW_TOAST',
|
||||
CLEAR: 'CLEAR_TOAST',
|
||||
MOUNTED: 'CONTAINER_MOUNTED'
|
||||
};
|
Reference in New Issue
Block a user