gitlab-org--gitlab-foss/spec/javascripts/notes
Igor Drozdov 72544449cf Change the way totalNotes is calculated
totalNotes is only used to prerender a number of
skeleton containers until real notes are loaded

issuable.discussions makes multiple requests, so
too expensive for this

This commit uses mere notes for this and sends
actual totalNotes number if it's less than 10;
otherwise it sends 10 - it allows us to avoid
bunch of skeleton prerenderings, which are not
necessary since they doesn't fit into the whole
screen and disappear quite fast
2019-08-28 08:30:13 +03:00
..
components Resolve "Tooltips on note timestamps not showing for issues" 2019-07-18 13:16:18 +00:00
stores Add edit_note and spec for editing quick actions 2019-08-26 09:20:00 +00:00
helpers.js
mock_data.js Change the way totalNotes is calculated 2019-08-28 08:30:13 +03:00