Commit Graph

716 Commits (647cb27367bff5ca609f7a3e4f64aa88c8c4bd0b)

Author SHA1 Message Date
Chris Veilleux c1d93cb19a removed some code that now lives in the globalnav library 2018-12-17 13:44:01 -06:00
Chris Veilleux d653d6abe3 moved some code that was being duplicated in the applications into the library. 2018-12-17 13:42:36 -06:00
Chris Veilleux ed4da4ca45 Merge remote-tracking branch 'remotes/origin/ui-theming' into device-page 2018-12-17 12:53:05 -06:00
Chris Veilleux de2ee8a118 Merge remote-tracking branch 'remotes/origin/tartarus-overhaul' into ui-theming 2018-12-17 12:43:07 -06:00
Chris Veilleux 2483328b3b Merge remote-tracking branch 'remotes/origin/master' into profile-page 2018-12-17 12:41:41 -06:00
Chris Veilleux 57391ef3e5 Merge remote-tracking branch 'remotes/origin/master' into tartarus-overhaul 2018-12-17 12:41:11 -06:00
Chris Veilleux abf0a5fd41 changed text color to be the secondary color all the time. 2018-12-17 12:34:20 -06:00
Chris Veilleux 19f6d1bec4 added agreements section and applied some basic formatting 2018-12-14 17:21:33 -06:00
Chris Veilleux 14c6c9b233 stubbed in the components of the profile page 2018-12-13 17:02:38 -06:00
Chris Veilleux 0b52dc9c50 Merge branch 'ui-theming' into profile-page 2018-12-13 15:22:27 -06:00
Chris Veilleux 8a67b66a63 changed default favicon to use the mycroft branding 2018-12-13 12:27:10 -06:00
Chris Veilleux ecc26fec1b added a stylesheet specific to themes 2018-12-13 12:16:17 -06:00
Chris Veilleux 5f893c348a down-merging from tartarus-overhaul 2018-12-03 11:50:27 -06:00
Chris Veilleux edc956e4b8 learned some things about scss so made scss files more "sassy" 2018-12-02 00:24:59 -06:00
Chris Veilleux 283c22d29f remove logic that removed items from the "to_install" and "to_remove" install skill settings. This will be done on the backend by the API that talks to the device. 2018-11-29 12:58:42 -06:00
Chris Veilleux c3fb79124a added a proxy.config file to take care of cors issues with api calls 2018-11-27 14:13:13 -06:00
Chris Veilleux 177c7da453 Copied content from the marketplace base environment 2018-11-27 14:12:33 -06:00
Chris Veilleux a9e129dfcc added style to body to fill the content area 2018-11-27 14:11:57 -06:00
Chris Veilleux 0b853f6939 added account application 2018-11-27 12:50:08 -06:00
Chris Veilleux ea464b71ea add icon next to username in top toolbar 2018-11-16 12:21:15 -06:00
Chris Veilleux 7d7d7de46a change name of a few nav items to be less techy 2018-11-16 11:58:23 -06:00
Chris Veilleux af4bf3d8fb attempt to fix an issue where the footer icons overlapped with the footer text 2018-11-16 11:57:49 -06:00
Chris Veilleux bfc7fdaf5f removed redundant link to logout 2018-11-15 23:50:37 -06:00
Chris Veilleux d00cc65d22 minor refactor 2018-11-15 23:31:14 -06:00
Chris Veilleux 3d34f6359f shortened gap between hamburger menu and logo 2018-11-15 23:30:55 -06:00
Chris Veilleux 3d9a904baf added a chevron to the end of the menu item if the item has children. chevron indicates whether or not item is expanded 2018-11-15 23:09:22 -06:00
Chris Veilleux aba359028b Pass a user observable to the globalnav library that can be used to populate the user name in the title bar 2018-11-15 22:02:14 -06:00
Chris Veilleux 42618ebde5 minor refactor 2018-11-15 16:18:30 -06:00
Chris Veilleux 50fd0afe57 refactored url settings so that only a single item containing all the urls needs to be passed to the globalnav library 2018-11-15 16:18:00 -06:00
Chris Veilleux d87250a233 added call to marketplace user endpoint and pass the results to the globalnav library. 2018-11-15 16:16:47 -06:00
Chris Veilleux ced5cca325 removed unused import 2018-11-15 16:16:00 -06:00
Chris Veilleux c0cda0b43a moved login/logout from "my account" menu item to toolbar. the "my account" menu item will now only show if user is logged in 2018-11-15 16:15:36 -06:00
Chris Veilleux 8133ebf54f increased spacing between footer links and wrapped each in <a> tag so that they behave like links instead of just buttons 2018-11-15 16:14:26 -06:00
Chris Veilleux 45afb6552a increased size of each menu item to help with mobile usability 2018-11-15 16:13:04 -06:00
Chris Veilleux 7d8c2b88ab wrapped the links in <a> tags so that the navigation (open in new tab, open in new window) would display in the context menu 2018-11-15 16:12:24 -06:00
Chris Veilleux f385fc5809 fixed the forum link for non-production environments 2018-11-15 11:03:46 -06:00
Kathy Reid 91ca5e7001 Update environment.prod.ts
We identified a couple of 404s in the Skill Team Meeting today; submitting a PR to fix 'em ;-)
2018-11-15 21:28:35 +11:00
Chris Veilleux 0484297b74 added production=true to make compiler happy 2018-11-14 18:45:15 -06:00
Chris Veilleux 841e8a458f reverted change to relative import to make the failing build happy 2018-11-14 16:28:18 -06:00
Chris Veilleux e214af4ad6 added step to build the globalnav project before the application 2018-11-14 16:28:02 -06:00
Chris Veilleux b47ef49fdc fixed some indentation 2018-11-14 16:21:26 -06:00
Chris Veilleux d68a8e2559 - 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 42f8b27047 changed "my account" icon per design team request 2018-11-13 18:27:12 -06:00
Chris Veilleux 3bd92dc495 reordered social icons per design team request 2018-11-13 18:26:41 -06:00
Chris Veilleux 617ed56d44 removed static width 2018-11-13 18:23:53 -06:00
Chris Veilleux 74e7feeedc removed ripple animation when clicking menu item, per design team request 2018-11-13 18:23:33 -06:00
Chris Veilleux eb92694bfe changed color of menu item text per design team request 2018-11-13 18:22:58 -06:00
Chris Veilleux 6171ea1c34 changed color of menu item text per design team request 2018-11-13 18:22:43 -06:00
Chris Veilleux 1b555777d5 limited width of social icon div to limit the size of the sidenav 2018-11-13 18:22:19 -06:00
Chris Veilleux d497bfbd0f changed to relative import to make the failing build happy 2018-11-12 22:24:44 -06:00