aboutsummaryrefslogtreecommitdiff
path: root/client/js/controllers/settings_controller.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.)
2016-08-22client/events: adjust event namesrr-
1. "change" should be used to passive changes. 2. "submit" should be used to form submits. These are not interchangeable.
2016-08-05client/general: clean up, refactorrr-
2016-07-13client/general: add title to every pagerr-
2016-06-18client/general: refactor control flowrr-
- Controller lifetime is bound to route lifetime - View lifetime is bound to controller lifetime - Control lifetime is bound to view lifetime - Enhanced event dispatching - Enhanced responsiveness in some places - Views communicate user input to controllers via new event system
2016-06-13client/top-nav: trying out actual mvcrr-
2016-06-12client/router: introduce own routerrr-
I'm tired of page.js lack of documentation around finer quirks, and being forced to read its crap code. Refactored into classes, removed unused cruft.
2016-05-21client/general: refactor all the thingsrr-
- Move controls to the "controls/" directory - Make controls interface look similar to each other - Prefix "private" methods and attributes with underscore
2016-04-14client/settings: decouple settings from controllerrr-
2016-04-13views/paging: add endless pagerrr-
2016-04-11client/settings: add accountless settingsrr-

© 2015 - 2026 Jakob L. Kreuze