gitlab-org--gitlab-foss/app/assets/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 Change the way totalNotes is calculated 2019-08-28 08:30:13 +03:00
mixins changed string discussion to thread in reply form 2019-07-02 14:29:03 +02:00
services Do not persist notes filter when auto-switching 2019-08-07 15:45:23 +00:00
stores Add edit_note and spec for editing quick actions 2019-08-26 09:20:00 +00:00
constants.js
discussion_filters.js
event_hub.js
index.js Replace runtime isEE check with compile time one 2019-07-05 16:37:39 +02:00