gitlab-org--gitlab-foss/app/assets/javascripts/diffs/store
Phil Hughes 234563ba30
Made diff & note data consistent
This caused many pain points when working with it.
Part of the data was camel cased the other snake case.
Other parts where snake case & then getting converted in components,
this conversion has the potential for leaking memory.

This changes that & makes it consistent with what it returned from the
API, snake case.
2018-11-14 19:16:46 +00:00
..
modules Re-implemented image commenting on diffs 2018-11-05 14:02:41 +00:00
actions.js Made diff & note data consistent 2018-11-14 19:16:46 +00:00
getters.js Made diff & note data consistent 2018-11-14 19:16:46 +00:00
mutation_types.js Re-implemented image commenting on diffs 2018-11-05 14:02:41 +00:00
mutations.js Made diff & note data consistent 2018-11-14 19:16:46 +00:00
utils.js Made diff & note data consistent 2018-11-14 19:16:46 +00:00