Skip to content

Commit

Permalink
Subscriptions and UI cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
guidouil committed Mar 29, 2018
1 parent ee5cd7b commit ac0c080
Show file tree
Hide file tree
Showing 42 changed files with 27 additions and 8,398 deletions.
4 changes: 2 additions & 2 deletions .meteor/versions
Expand Up @@ -55,7 +55,7 @@ meteor-base@1.3.0
meteortesting:browser-tests@0.1.2
meteortesting:mocha@0.5.0
minifier-css@1.3.1
minifier-js@2.3.3
minifier-js@2.3.4
minimongo@1.4.4
mobile-experience@1.0.5
mobile-status-bar@1.0.14
Expand Down Expand Up @@ -93,7 +93,7 @@ softwarerero:accounts-t9n@1.3.11
spacebars@1.0.15
spacebars-compiler@1.1.3
srp@1.0.10
standard-minifier-js@2.3.2
standard-minifier-js@2.3.3
templating@1.3.2
templating-compiler@1.3.3
templating-runtime@1.3.2
Expand Down
18 changes: 9 additions & 9 deletions client/lib/semantic-ui/.custom.semantic.json
@@ -1,6 +1,6 @@
{
"definitions": {
"accordion": true,
"accordion": false,
"ad": false,
"api": false,
"breadcrumb": false,
Expand All @@ -13,7 +13,7 @@
"divider": true,
"dropdown": true,
"embed": false,
"feed": true,
"feed": false,
"flag": true,
"form": true,
"grid": true,
Expand All @@ -31,22 +31,22 @@
"nag": true,
"popup": true,
"progress": true,
"rail": true,
"rating": true,
"rail": false,
"rating": false,
"reset": true,
"reveal": true,
"search": true,
"segment": true,
"shape": false,
"sidebar": true,
"sidebar": false,
"site": true,
"statistic": true,
"step": true,
"sticky": true,
"tab": true,
"step": false,
"sticky": false,
"tab": false,
"table": true,
"transition": true,
"visibility": true
"visibility": false
},
"themes": {
"amazon": false,
Expand Down
18 changes: 9 additions & 9 deletions client/lib/semantic-ui/custom.semantic.json
@@ -1,6 +1,6 @@
{
"definitions": {
"accordion": true,
"accordion": false,
"ad": false,
"api": false,
"breadcrumb": false,
Expand All @@ -13,7 +13,7 @@
"divider": true,
"dropdown": true,
"embed": false,
"feed": true,
"feed": false,
"flag": true,
"form": true,
"grid": true,
Expand All @@ -31,22 +31,22 @@
"nag": true,
"popup": true,
"progress": true,
"rail": true,
"rating": true,
"rail": false,
"rating": false,
"reset": true,
"reveal": true,
"search": true,
"segment": true,
"shape": false,
"sidebar": true,
"sidebar": false,
"site": true,
"statistic": true,
"step": true,
"sticky": true,
"tab": true,
"step": false,
"sticky": false,
"tab": false,
"table": true,
"transition": true,
"visibility": true
"visibility": false
},
"themes": {
"amazon": false,
Expand Down

0 comments on commit ac0c080

Please sign in to comment.