Closed
Bug 849902
Opened 13 years ago
Closed 6 years ago
my dashboard should be able to refresh on its own
Categories
(bugzilla.mozilla.org :: MyDashboard, enhancement, P5)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: lisset.cuevasj)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
I really really love the new "My Dashboard" feature on b.m.o, but I find myself refreshing the entire page whenever I switch to that tab, because it's quicker than finding all of the "Refresh" links for the different sections.
It'd be great if the dashboard could refresh itself every N minutes.
we should listen for visibilitychange events, and avoid updating the dashboard if the tab isn't currently visible.
Comment 2•13 years ago
|
||
What would be a good value for N minutes? 5, 10? not 1 min I hope :)
Comment 4•11 years ago
|
||
I actually think it should refresh also when it is not visible. So that it's "ready to use" when I focus onn it.
Updated•7 years ago
|
Type: defect → enhancement
I can see this happening on a schedule when the tab has focus or triggered when the tab comes back into focus.
If you want to take this bug
- Fork, then clone our project, https://github.com/mozilla-bteam/bmo
- Follow the instructions for running your dev instance in a container from your clone
- Make your changes in a branch, use a descriptive name for the branch such as
bug-NNNNNN - Follow the instructions in https://github.com/mozilla-bteam/bmo/blob/master/CONTRIBUTING.md for making your patch
- Create a pull request from your patch against the upstream project
- Copy the URL from the pull request, submit an attachment on this bug the attachment should be the URL from your pull request pasted into the text area
- needinfo the triage owner
- Your patch will be reviewed, and either accepted, or we will follow up with next steps
Keywords: good-first-bug
Priority: -- → P5
I want to extend the functionality of auto refresh to javascript show_bug page
*I want to extend the functionality of auto refresh to show_bug page
Comment 10•6 years ago
|
||
(In reply to aji.yash13 from comment #7)
I would like to work in the bug. is it available ?
Please follow the instructions in Comment #6, above.
| Assignee | ||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Merged to master.
Assignee: nobody → lisset.cuevasj
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•