Closed
Bug 1572138
Opened 5 years ago
Closed 5 years ago
Introduce status bar for the Search side panel
Categories
(DevTools :: Netmonitor, enhancement, P4)
DevTools
Netmonitor
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: Honza, Assigned: lalas)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
The search side panel should show a status bar with the following info:
- Status - e.g. Search finished
The following search status types should be utilized (see constants.js)
// Search status types
const SEARCH_STATUS = {
INITIAL: "INITIAL",
FETCHING: "FETCHING",
CANCELLED: "CANCELLED",
DONE: "DONE",
ERROR: "ERROR",
};
- Number of results found
Found 69 matching lines in 17 files.
More comments
- Everything should be localized
- Use %s placeholder to add numbers/values into the string dynamically
- The data as well as the search current state is stored in the Search reducer.
You might see an existing StatusBar for WS panel:
https://searchfox.org/mozilla-central/rev/e0b0c38ee83f99d3cf868bad525ace4a395039f1/devtools/client/netmonitor/src/components/websockets/StatusBar.js#46
Honza
Honza
Reporter | ||
Updated•5 years ago
|
Blocks: netmonitor-search
Reporter | ||
Updated•5 years ago
|
Priority: -- → P4
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → lloanalas
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c02697a028d
Introduce status bar for the search side panel. r=Honza,flod.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•