mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Bug 1309194: Implement summary info in Net Panel Toolbar; Bug 1317205: CSS improvement for summary button
Required for: https://github.com/MoonchildProductions/moebius/pull/93
This commit is contained in:
parent
4d57ef767e
commit
2f496e3f1e
22 changed files with 333 additions and 240 deletions
|
|
@ -5,15 +5,17 @@
|
|||
|
||||
const general = {
|
||||
FREETEXT_FILTER_SEARCH_DELAY: 200,
|
||||
CONTENT_SIZE_DECIMALS: 2,
|
||||
REQUEST_TIME_DECIMALS: 2,
|
||||
};
|
||||
|
||||
const actionTypes = {
|
||||
TOGGLE_FILTER_TYPE: "TOGGLE_FILTER_TYPE",
|
||||
ENABLE_FILTER_TYPE_ONLY: "ENABLE_FILTER_TYPE_ONLY",
|
||||
TOGGLE_SIDEBAR: "TOGGLE_SIDEBAR",
|
||||
SHOW_SIDEBAR: "SHOW_SIDEBAR",
|
||||
DISABLE_TOGGLE_BUTTON: "DISABLE_TOGGLE_BUTTON",
|
||||
SET_FILTER_TEXT: "SET_FILTER_TEXT",
|
||||
OPEN_SIDEBAR: "OPEN_SIDEBAR",
|
||||
TOGGLE_SIDEBAR: "TOGGLE_SIDEBAR",
|
||||
UPDATE_REQUESTS: "UPDATE_REQUESTS",
|
||||
};
|
||||
|
||||
module.exports = Object.assign({}, general, actionTypes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue