Commit Graph

53 Commits (feature/add-device-navigation)

Author SHA1 Message Date
Chris Veilleux 62cb8a1b37 updated to angular 13 2022-07-21 12:17:32 -05:00
Chris Veilleux b1bb4b0762 updated to angular 12 2022-07-21 12:17:32 -05:00
Chris Veilleux 4ee62b01a9
Merge pull request #36 from rizdaprasetya/patch-1
Update Font Awesome CSS lib version to v5.15.0
2021-07-19 18:31:44 -05:00
Chris Veilleux 63f9ea03db Made URLs consistent 2020-11-09 10:18:39 -10:00
Chris Veilleux b145876406 ensure all URLs in environment files are https 2020-10-23 17:37:00 -05:00
Chris Veilleux b1043d0add add new precise URL to environments of other applications 2020-10-21 23:46:33 -05:00
Rizda Dwi Prasetya 272d2aef6f
update font awesome CSS lib version to v5.15.0 2020-10-07 13:39:22 +07:00
Chris Veilleux 757216e4cc upgraded and changed some packages that were not compatible with Angular 10. 2020-09-29 17:07:23 -05:00
Chris Veilleux 6d8b112b13 upgrade angular material to version 10 2020-09-28 12:34:44 -05:00
Chris Veilleux a686a86d3c upgrade angular cli and core to version 9 2020-09-28 12:26:34 -05:00
Chris Veilleux dd8ce00301 upgrade angular material to version 8 2020-09-28 12:12:05 -05:00
Chris Veilleux 35b77d2603
Merge pull request #14 from krisgesling/fix/kde-icon
Fix KDE icon display
2019-12-12 12:13:05 -06:00
Kris Gesling 1a23c91492 fix selector 2019-12-13 02:47:08 +10:30
Kris Gesling cd78de0906 hide add button for Skills 2019-12-12 17:39:11 +10:30
Chris Veilleux 1c953f0084 Merge remote-tracking branch 'remotes/origin/dev' into feature/open-license 2019-09-30 12:12:45 -05:00
Chris Veilleux bf113dc3ed comment out the install button for skills until the functionality behind it can be fixed. 2019-09-12 14:02:08 -05:00
Steve Penrod 75b24ce8d3 Adding Apache 2.0 license and such
In preparation for opening up the backend source, this adds the companents necessary to prepare the repo.  This includes:
* Apache 2.0 license files/headers
* README badges and basic information
* Template contributing files

The README.md could still use better "getting started" instructions
2019-08-12 15:28:52 -05:00
Chris Veilleux d9801f5d90 change how the installer service is called to avoid confusion over what is bing passed. 2019-05-22 18:25:19 -05:00
Chris Veilleux 7d6ec0a93b added maintenance page and updated 404 page 2019-05-21 16:32:57 -05:00
Chris Veilleux 71a353d68e change skill title to skill display name 2019-04-02 12:43:42 -05:00
Chris Veilleux d92096a2cb fixed a couple of typos 2019-04-02 12:33:54 -05:00
Chris Veilleux 9cb3b21346 change skill title to skill display name 2019-04-02 12:29:25 -05:00
Chris Veilleux 0d7bed5577 removed local page not found component in favor of the library 2019-03-29 12:37:36 -05:00
Chris Veilleux d4e6fae70f minor changes so that the marketplace will work with the API that has been updated to the new architecture 2019-03-29 12:08:31 -05:00
Chris Veilleux c415c1b627 another hack at optimization 2019-03-24 13:54:04 -05:00
Chris Veilleux f21ddd7bed change production to true for test builds in an effort to improve performance 2019-03-24 13:05:00 -05:00
Chris Veilleux 20115f7d9f more errors in environmental setup found during deployment. also alphabetized the urls list because that's how I roll 2019-03-02 15:43:10 -06:00
Chris Veilleux b283700de4 corrected minor errors in environment files, making the urls consistent across applications 2019-03-02 14:41:23 -06:00
Chris Veilleux f0c9244b91 changed marketplace scss to use refactored theming stylesheets 2019-01-28 17:48:29 -06:00
Chris Veilleux 27912b4005 fixed error with page not found component 2019-01-28 17:47:50 -06:00
Chris Veilleux 904090c7e0 Merge branch 'tartarus-overhaul' into profile-page 2018-12-20 14:04:20 -06:00
Chris Veilleux dc47e6f5fd added a library application to build a standard 404 (page not found) page 2018-12-20 13:54:15 -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 19f6d1bec4 added agreements section and applied some basic formatting 2018-12-14 17:21:33 -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 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 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 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 d497bfbd0f changed to relative import to make the failing build happy 2018-11-12 22:24:44 -06:00
Chris Veilleux 880cdf6885 changed dockerfile to take an argument specifying which project to build 2018-11-12 22:24:04 -06:00
Chris Veilleux 3bd0347b6a 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 942cfb1572 added global navigation library and implemented it in the marketplace 2018-11-08 20:50:54 -06:00
Chris Veilleux 7918c56962 fixed linting issue 2018-11-08 20:40:25 -06:00