f00fc2fcd2
Update : manage clickedLink via pjax:send, logs if isDebug, manage events, add schema to explain the order of executions, refactoring after tests in a real project
Quentin Hocdé
2018-02-05 15:17:39 -05:00
27c09301db
update todo, and fix innerHTML view delay
Quentin Hocdé
2018-02-02 09:34:24 -05:00
bd33e8cb02
data-transition on link, and BaseTransition as interface
Quentin Hocdé
2018-02-01 16:14:35 -05:00
8b77d8ae40
update todo
Quentin Hocdé
2018-02-01 10:07:52 -05:00
5e58ed9115
Fix alignment
Antoine Boulanger
2017-04-27 16:00:45 -04:00
61d875f52d
Readd layout reverse modifier
Antoine Boulanger
2017-04-25 10:13:13 -04:00
6711fb7010
Reorganize _layout.scss
Antoine Boulanger
2017-04-25 10:03:52 -04:00
8b9ee3d0ec
Cleanup uid once module destroyed + destroy parent class + added example
Dominic Lord
2017-04-06 14:04:29 -04:00
af01ff20ee
Fix undefined variable in and
Julien Martins Da Costa
2017-03-22 16:14:35 -04:00
f32f111836
Add version 0 to package.json for update
Antoine Boulanger
2017-03-22 12:06:25 -04:00
57c8feaf58
Breakpoint settings change big
Antoine Boulanger
2017-03-20 16:43:15 -04:00
295d8f282b
Merge pull request #56 from locomotivemtl/mcaskill-has-js
Dominic Lord
2017-03-02 12:36:25 -05:00
8a93c9d178
Added ‘.has-no-js’ and ‘.has-js’ to <html>
Chauncey McAskill
2016-12-18 14:08:58 -05:00
6c0f8251a5
Merge pull request #53 from locomotivemtl/mcaskill-scss
Dominic Lord
2017-03-02 12:28:19 -05:00
39f703501e
Merge branch 'master' into mcaskill-scss
Dominic Lord
2017-03-02 12:28:01 -05:00
c5d34fb0ab
Added scoped module deletion - Ability to search through a DOM element and destroy any modules within it - Added an init() hook on AbstractModule. Used to execute any code that does not belong in a constructor (which is most of what we do)
Dominic Lord
2017-03-02 11:55:55 -05:00
992c851303
Compiled scripts
Dominic Lord
2017-03-02 09:55:07 -05:00
9e8fbed232
Removing any vars + Improved module ident split
Dominic Lord
2017-03-02 09:52:12 -05:00
5eec3941c3
Added a simply debounce util to avoid using throttle plugins
Dominic Lord
2017-03-02 09:46:51 -05:00
3483e1530b
Barba as a service
Dominic Lord
2017-03-02 09:43:20 -05:00
c9c3950f8b
Reorganization of globals - Simplified globals usage in App - Removed global App
Dominic Lord
2017-03-02 09:41:03 -05:00
e22b938741
Adding scoped module creation
Dominic Lord
2017-03-02 09:22:46 -05:00
cc547e484b
Cleanup example modules (todo: add in documentation)
Dominic Lord
2017-03-02 08:53:44 -05:00
c9cedfa727
Cleanup example modules (todo: add in documentation)
Dominic Lord
2017-03-02 08:53:44 -05:00
a1695c499f
Split dependencies into different concerns + add barba
Dominic Lord
2017-03-02 08:52:19 -05:00
6464eefc8b
Add version 0 to package.json for npm-check-updates
Antoine Boulanger
2017-02-08 13:39:15 -05:00
3528615a48
Add context to config, removed from core
Antoine Boulanger
2017-02-08 12:08:34 -05:00
55fe0f372a
Consistency in comments, names and structure; simplify some stuff, remove and add things, tweak stuff for how we work with design
Antoine Boulanger
2017-02-08 11:43:28 -05:00
405034a3f2
Merge pull request #52 from locomotivemtl/mcaskill-es6
Dominic Lord
2017-01-12 14:11:37 -05:00
bb757a22f6
Reworking page visibility API + Adding more utils
dominiclord
2016-05-19 13:37:19 -04:00
b2abd51191
Testing addition of pseudo page visibility API
dominiclord
2016-05-18 23:58:08 -04:00
f07a6aba23
Restructuring of scripts for better use of ES6 concepts - Optimized use of common properties (, , ...) - Dispatching events in an attempt to de-globalize certain variables used in the past - Attempt to organize files in a more logical manner
dominiclord
2016-05-18 23:12:36 -04:00