Commit Graph

237 Commits (10adc91c3ff34fda1e8f4b990070a74e2e1dba70)

Author SHA1 Message Date
Chris Veilleux 10adc91c3f minor wording change 2019-02-26 09:41:35 -06:00
Chris Veilleux a8f5c37c6b changed account url to dev version 2019-02-25 23:29:22 -06:00
Chris Veilleux 91ef4c75ea initial commit of skills page 2019-02-25 23:17:21 -06:00
Chris Veilleux b8376a3c37 minor reformat 2019-02-25 16:07:56 -06:00
Chris Veilleux 605d1623a4 made buttons uniform in size 2019-02-21 19:15:01 -06:00
Chris Veilleux 092aa743e9 refactored to include username and action buttons. 2019-02-21 19:14:31 -06:00
Chris Veilleux f17ae8eda9 refactored ui to no longer use expansion panel and replaced hardocding with data from API 2019-02-21 19:13:33 -06:00
Chris Veilleux c03e6a8509 minor tweaks 2019-02-21 19:12:44 -06:00
Chris Veilleux 8ef2eddbc2 replaced hardcoding around membership duration with data from the API 2019-02-21 19:11:29 -06:00
Chris Veilleux 1fb84348c1 changed a few field names 2019-02-21 19:10:41 -06:00
Chris Veilleux 67bb8b0488 pass inputs to child components 2019-02-21 19:09:57 -06:00
Chris Veilleux b86ad87d45 removed some modules that were no longer used 2019-02-21 19:08:39 -06:00
Chris Veilleux a6d1c6736e removed ngIf now that the parent component handles the account asynchronously 2019-02-20 20:53:35 -06:00
Chris Veilleux eb0c887681 changed to use the membership options from the shared module and take the account's memberhsip object as input 2019-02-20 20:52:39 -06:00
Chris Veilleux 6c3417bb96 made account object observable so that it can load asynchronously 2019-02-20 20:51:28 -06:00
Chris Veilleux 34b7d575ec Some UI tweaks and allow for input value of the account's current setting. 2019-02-20 20:49:54 -06:00
Chris Veilleux 020ba25b9f fixed typo 2019-02-20 14:47:51 -06:00
Chris Veilleux 6c5c118699 applied some minor ui tweaks and applied my 2019-02-20 14:01:02 -06:00
Chris Veilleux 9dea243f4f removed roboto font 2019-02-20 13:59:51 -06:00
Chris Veilleux bdee5b04d0 added globalnav library 2019-02-20 13:59:28 -06:00
Chris Veilleux 410dfa8f33 more username changes 2019-02-19 17:18:56 -06:00
Chris Veilleux 5b0392ea0b more display name to username changes 2019-02-19 17:08:05 -06:00
Chris Veilleux e7b532dfee changed name of component tag 2019-02-19 17:05:52 -06:00
Chris Veilleux 6de9231386 added a header 2019-02-19 17:02:48 -06:00
Chris Veilleux 3147d2a4ff changed back to username, at the behest of the design folks 2019-02-19 17:02:24 -06:00
Chris Veilleux b07c72b62f removed box outline per design team 2019-02-19 16:21:26 -06:00
Chris Veilleux 6239252330 default width for the stepper to improve appearance on wider screens 2019-02-19 16:20:37 -06:00
Chris Veilleux d603716748 copied from account project 2019-02-19 15:24:57 -06:00
Chris Veilleux b5559eebb7 remove the margin around the body 2019-02-19 15:24:36 -06:00
Chris Veilleux f054396592 new service for the profile feature module 2019-02-19 14:50:28 -06:00
Chris Veilleux a42b2bd884 added account input 2019-02-19 00:04:33 -06:00
Chris Veilleux f2c5e1af14 removed password field and get account info as an input 2019-02-19 00:04:15 -06:00
Chris Veilleux ade8d1e2c4 added call to service account getter 2019-02-19 00:02:57 -06:00
Chris Veilleux 95259ddcc1 added profile service to providers 2019-02-19 00:02:23 -06:00
Chris Veilleux e55b0e7626 fixed error with how navigation was working 2019-02-19 00:01:33 -06:00
Chris Veilleux 65ab2f1656 added redirect parameter to the create account navigation 2019-02-18 15:46:40 -06:00
Chris Veilleux 3234e0de89 added logic to redirect user to log in screen after successful account creation 2019-02-18 15:45:57 -06:00
Chris Veilleux 4cebff4ccb added error catching logic using a pipe and a redirect to wherever they came from 2019-02-18 15:45:23 -06:00
Chris Veilleux 7bc35ca075 changed "non-supporter" to "maybe later" 2019-02-18 12:04:49 -06:00
Chris Veilleux 28eb57a756 fixed bug cause by lack of stripe ID in form group and added membership form group valiator 2019-02-18 12:04:02 -06:00
Chris Veilleux c03a940254 added snackbar module 2019-02-15 22:10:56 -06:00
Chris Veilleux 0acaa06a3a new add account API call 2019-02-15 22:10:39 -06:00
Chris Veilleux 0138942b6a don't create account until last step 2019-02-15 22:10:04 -06:00
Chris Veilleux 4d7ad1fa7a reword text and button to me more accurate 2019-02-15 22:00:01 -06:00
Chris Veilleux 9a9aa2e621 changed how step controls are passed to get the checkboxes in the stepper to work 2019-02-15 14:12:58 -06:00
Chris Veilleux 2f704f6c02 forced the last step before "done" to submit the new account form 2019-02-15 13:52:17 -06:00
Chris Veilleux 450000dd46 changed the "done" step to force user to login when done. 2019-02-15 13:50:36 -06:00
Chris Veilleux 16213fa228 change hint verbiage 2019-02-15 13:18:01 -06:00
Chris Veilleux 6b999fc09e added ability to handle event emitter from the membership options in the shared library 2019-02-13 23:41:09 -06:00
Chris Veilleux 453b74f690 added social login library 2019-02-13 23:40:04 -06:00