Commit Graph

711 Commits (35fa76e6a2937a91350544929b739bf945d8cabc)

Author SHA1 Message Date
Chris Veilleux 2359a10141 Merging dev into local branch 2018-11-14 16:35:10 -06:00
Chris Veilleux 841022e36b
Merge pull request #17 from MycroftAI/master
Pulling master down to dev
2018-11-14 16:33:34 -06:00
Chris Veilleux 9cd3cb6fbd reverted change to relative import to make the failing build happy 2018-11-14 16:28:18 -06:00
Chris Veilleux c2b80e9c20 added step to build the globalnav project before the application 2018-11-14 16:28:02 -06:00
Chris Veilleux 9b7d3e0bd5 merging dev into local branch 2018-11-14 16:26:48 -06:00
Chris Veilleux 3b00e044d1 fixed some indentation 2018-11-14 16:21:26 -06:00
Chris Veilleux fe6686b90d - added toolbar on top to allow for menu icon
- added different sidenav behaviors for mobile vs. desktop
- changed appearance of second level nav
- shrunk the space between menu items to make it friendlier for smaller screen sizes
2018-11-14 15:30:38 -06:00
Chris Veilleux 2ecd80f903 changed "my account" icon per design team request 2018-11-13 18:27:12 -06:00
Chris Veilleux 755e6ddf46 reordered social icons per design team request 2018-11-13 18:26:41 -06:00
Chris Veilleux 8243dbebf1 removed static width 2018-11-13 18:23:53 -06:00
Chris Veilleux 0f90b8994f removed ripple animation when clicking menu item, per design team request 2018-11-13 18:23:33 -06:00
Chris Veilleux 7c7cde3612 changed color of menu item text per design team request 2018-11-13 18:22:58 -06:00
Chris Veilleux 871a777ecc changed color of menu item text per design team request 2018-11-13 18:22:43 -06:00
Chris Veilleux 2fbcdf1f93 limited width of social icon div to limit the size of the sidenav 2018-11-13 18:22:19 -06:00
Chris Veilleux 0905718937 changed SELENE_BASE_URL to SERVICE_BASE_URL to match other APIs 2018-11-12 22:49:18 -06:00
Chris Veilleux ee13b2dd3e changed to relative import to make the failing build happy 2018-11-12 22:24:44 -06:00
Chris Veilleux 6580cbc907 changed dockerfile to take an argument specifying which project to build 2018-11-12 22:24:04 -06:00
Chris Veilleux 92033aede0 changed to use version number in tag instead of using latest 2018-11-12 20:12:08 -06:00
Chris Veilleux 247d56c4b5 new package versions 2018-11-12 20:11:40 -06:00
Chris Veilleux 1ff496cb1e move copy of source code after pipfile setup to minimize build time 2018-11-12 20:11:23 -06:00
Chris Veilleux 852b55d67c use refactored setting name 2018-11-12 20:10:39 -06:00
Chris Veilleux 49b16967bb refactored a couple of constant names 2018-11-12 20:10:02 -06:00
Chris Veilleux 99b370eeb3 changed to use refactored app name 2018-11-12 20:09:47 -06:00
Chris Veilleux 83e68ac8e4 new package versions 2018-11-12 20:09:35 -06:00
Chris Veilleux 6e06ec6182 changed to use version number in tag instead of using latest 2018-11-12 20:09:21 -06:00
Chris Veilleux 733c506538 changed to use refactored app name 2018-11-12 20:08:49 -06:00
Chris Veilleux 7ff53ed232 made mycroft logo at top of menu navigate to mycroft.ai 2018-11-12 20:07:43 -06:00
Chris Veilleux 0a5a41d654 changed wording of account menu entry after group discussion 2018-11-12 20:07:13 -06:00
Chris Veilleux 8538c13d8d added environment awareness 2018-11-12 20:06:05 -06:00
Chris Veilleux 1ea3736db0 removed dockerfile from project as it cannot access package.json or the dist directory since they are out of scope 2018-11-12 20:04:47 -06:00
Chris Veilleux f69d78e262 removed dockerfile from project as it cannot access package.json or the dist directory since they are out of scope 2018-11-12 20:04:16 -06:00
Chris Veilleux 046f53b0ac changed subdomain from login to sso to reflect naming change 2018-11-12 20:03:01 -06:00
Chris Veilleux 0294619767 removed the keydown listener as it was causing the login functionality to be called twice 2018-11-12 20:02:22 -06:00
Chris Veilleux b9ff706548 new file for api docs 2018-11-08 20:52:43 -06:00
Chris Veilleux 9fba5f6371 added global navigation library and implemented it in the marketplace 2018-11-08 20:50:54 -06:00
Chris Veilleux f2718378e5 fixed linting issue 2018-11-08 20:40:25 -06:00
Chris Veilleux 5e5471d54d added default route 2018-11-08 20:39:41 -06:00
Chris Veilleux f1f472817a
Merge pull request #16 from MycroftAI/changing-expiration-token-time
Changing the selene expiration time from 30 days to 1 day
2018-11-07 14:34:12 -06:00
Matheus Lima 4ce3408310 Changing the constant value to 1 day 2018-11-07 15:46:04 -03:00
Matheus Lima bce7aeff3b Changing the selene expiration time from 30 days to 1 day 2018-11-07 15:44:36 -03:00
Chris Veilleux e3287f0e0e
Merge pull request #15 from MycroftAI/dev
Merge pull request #14 from MycroftAI/hotfix/install-remove
2018-11-06 13:41:18 -06:00
Chris Veilleux f66ce0a851
Merge pull request #14 from MycroftAI/hotfix/install-remove
Hotfix/install remove
2018-11-06 13:40:29 -06:00
Chris Veilleux 70242522e5
Merge pull request #13 from MycroftAI/hotfix/install-remove
Adding validation on the skill Installer
2018-11-06 13:35:17 -06:00
Matheus Lima d180ea9083 Validating skill Installer to make sure we are getting the proper skill. Sometimes the user has both old and actual skill installer versions in the backend and we have to get the version with the to_install and to_remove fields 2018-11-06 16:28:45 -03:00
Chris Veilleux 4f89671ad0
Merge pull request #12 from MycroftAI/dev
Add link to home.mycroft.ai
2018-11-05 14:19:14 -06:00
Chris Veilleux 16e1edcc84 added link to home.mycroft.ai when user clicks on mycroft logo 2018-11-05 14:15:43 -06:00
Chris Veilleux 7ddaa4b0c8 moved backend code to new directory structure 2018-11-02 14:55:52 -05:00
Chris Veilleux 2810b60fa6 moved backend code to new directory structure 2018-11-02 14:47:13 -05:00
Chris Veilleux 28894ec106 minor css changes 2018-11-02 14:08:34 -05:00
Chris Veilleux 5288ba7718 moved login app to the new directory structure 2018-11-01 16:02:24 -05:00