[WIP] Add functions for triggering an immediate update
Review Request #11861 — Created Oct. 21, 2021 and discarded — Latest diff uploaded
kAdd a new function "giveImmediateUpdates" in reviewRequestPageModel.js.
Let the view render the entry contents only when the entry box is not collapsed.
Modify the extend() and collapse() in the entryView classTODO:
1. make sure collapsed review entries are not being loaded initially
2. remove console.log and other debugging code
WIP
Not tested
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
Commits
Files
reviewboard/static/rb/js/reviewRequestPage/models/entryModel.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/models/reviewRequestPageModel.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/views/baseStatusUpdatesEntryView.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/views/entryView.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/views/reviewEntryView.es6.js |
---|
reviewboard/static/rb/js/reviewRequestPage/views/reviewRequestPageView.es6.js |
---|