Compare commits

...

18 Commits

Author SHA1 Message Date
Andrew Henry
0c49da4fdd Merge branch 'topic-core-refactor' into vista-4.1-rc1 2019-03-21 15:15:31 -07:00
Andrew Henry
4e4a8f84dd Merge branch 'topic-core-refactor' into vista-4.1-rc1 2019-03-21 15:12:52 -07:00
Andrew Henry
de3b19c584 Merge branch 'topic-core-refactor' into vista-4.1-rc1 2019-03-21 13:50:20 -07:00
Andrew Henry
7113b128c3 Merge branch 'reorder-api' into vista-4.1-rc1 2019-03-20 10:52:15 -07:00
Andrew Henry
72ca322e03 Merge branch 'topic-core-refactor' into reorder-api 2019-03-20 10:52:03 -07:00
Andrew Henry
2a16ce715f Merged from TCR: 2019-03-19 17:51:06 -07:00
Andrew Henry
e6a5796cfc Fixed failing specs 2019-03-19 17:46:04 -07:00
Andrew Henry
d36fa2d0b6 Reorder events emit full reorder plan 2019-03-19 17:36:26 -07:00
Andrew Henry
61c0c97ba9 Merge branch 'topic-core-refactor' into reorder-api 2019-03-19 09:04:43 -07:00
Andrew Henry
0c6f895724 Implement reordering in LAD tables 2019-03-19 08:09:15 -07:00
Andrew Henry
f99b12017c Default to snow theme 2019-03-18 14:31:04 -07:00
Andrew Henry
4e1f7322af Fixed race condition on drag-and-drop to initiate edit 2019-03-10 15:12:47 -07:00
Andrew Henry
b48a39e4af Clean up listeners properly in Elements pool 2019-03-10 13:34:12 -07:00
Andrew Henry
63043273ab Fixing bugs with event listeners 2019-03-10 12:59:54 -07:00
Andrew Henry
5237630cc5 Remove test spec focus 2019-03-10 11:32:53 -07:00
Andrew Henry
010a1c2784 Make LAD table editable 2019-03-10 11:31:46 -07:00
Andrew Henry
e7611e91a9 Re-implemented reordering in Elements 2019-03-10 11:31:38 -07:00
Andrew Henry
731ad5c4a8 Added 'reorder' function to composition API 2019-03-08 18:37:01 -08:00

View File

@@ -25,8 +25,8 @@
// Do not include anything that renders to CSS!
@import "constants";
@import "constants-mobile.scss";
@import "constants-espresso"; // TEMP
//@import "constants-snow"; // TEMP
//@import "constants-espresso"; // TEMP
@import "constants-snow"; // TEMP
//@import "constants-maelstrom";
@import "mixins";
@import "animations";