summaryrefslogtreecommitdiff
path: root/client/js/models/comment.js
AgeCommit message (Collapse)Author
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-04client/js: format code to ESLintShyam Sunder
2017-01-21client: refactor linking and routingrr-
Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.)
2017-01-08client: rework promise error handlingrr-
2016-12-25client/comments: rework comments appearance and UXrr-
2016-08-07client/general: use resource versioningrr-
2016-07-26client/models: discard field declarationsrr-
This has important side effect that matters when we check for data changes using _orig dictionary. Previously, _orig was empty (so its members fields were undefiend) whereas the real fields were declared as nulls. This meant that for new entities, the conditions were always true, which is unintended. Now both _orig and the class itself are initially populated with _updateFromResponse which syncs the state between them, removing the problem.
2016-06-20client/general: replace direct API with modelsrr-
2016-06-18client/general: remove api calls from controlsrr-
Introduce some missing models along the way