[WIP] Add functions for triggering an immediate update

Review Request #11861 — Created Oct. 21, 2021 and discarded — Latest diff uploaded

Information

Review Board
master

Reviewers

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 class

TODO:
1. make sure collapsed review entries are not being loaded initially
2. remove console.log and other debugging code

WIP
Not tested

Diff Revision 1

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

First Last Summary ID Author
initial changes
d6f8d6a10aaaf61f2dddb3202381106453240680 Your Name
draft
ff9f5c8763534d8a0ee2c2aeaa2a3b45d34c51cc Your Name
draft
b36ffae52ce3d0700a33281dfeed55427c433f52 Your Name
my draft
bed6890f25bb2152d585357596ccd08722eb68e6 Your Name
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/reviewEntryView.es6.js
reviewboard/static/rb/js/reviewRequestPage/views/reviewRequestPageView.es6.js
reviewboard/templates/reviews/entries/base.html
Loading...