Commit 3d1e645
authored
PLAT-828 profile api to PLAT-802_profile-util (#50)
* PLAT-536 #comment add logout #time 15m
* PLAt-536 #comment fix link hover #time 5m
* PLAT-536 #comment fix logo size #time 15m
* PLAT-764 #comment convert svgs to components and
export from lib #time 30m
* PLAT-764 #comment remove styling from SVGs;
permit route route for isactive nav #time 1h
* PLAT-764 #comment refactor narrow tool selectors
so they are not a route; #time 30m
* PLAT-764 #comment rename svgs folder #time 5m
* PLAT-764 #comment clean up styles and svgs; #time 30m
* PLAT-764 #comment clean-up #time 5m
* PALT-764 #comment clean-up #time 5m
* PLAT-764 #comment clean-up #time 5m
* PLAT-764 #comment clean-up #time 5m
* PLAT-764 #comment clean-upo #time 5m
* PLAT-754 #comment convert url configs to constants;
define section routes in section #time 2h
* PLAT-754 #comment create and use route
provider #time 2.75h
* PLAT-745 #comment add child routes;
clean up root config dir; clean up tool
selectors; #time 1h
* PLAT-754 #comment configure sections in content
layout; design lib routes and sections #time 1h
* PLAT-754 #comment replace route config
w/route utils; create *.routes for each tool/util;
#time 1h
* PLAT-754 #comment hide sections for tools
that don't have any #time 10m
* PLAT-754 #comment fix styling for expanded
narrow tool selectors; #time 15m
* PLAT-754 #comment route provider cleanup #time 1h
* PLAT-754 #comment tools narrow clean-up; #time 30m
* PLAT-764 #comment clean-up #time 5m
* PLAT-7584 #comment clean-up #time 10m
* POLAT-754 #comment clean-up #time 5m
* PLAT-754 #comment clean-up #time 5m
* PLAT-754 #comment clean-up #time 5m
* PLAT-754 #comment update readme #time 10m
* PLAT-754 #comment fix build issues #time 10m
* PLAT-754 #comment clean-up #time 5m
* PLAT-754 #comment remove commented out tests #time 5m
* PLAT-802 #comment create profile util;
fix padding for content layout; #time 1h
* PLAT-825 #comment fix profile styling;
create form element and text input;
remove profile from content layout; #time 6h
* PLAT-825 #comment consolidate font styles; #time 1h
* PLAT-828 #comment create button component;
migrate existing buttons to component; #time 30m
* PLAT-828 #comment use axios for xhr;
update button component; remove all service classes;
wire up api call to update profile #time 6h
* PLAT-828 #comment rename all services to
functions; #time 10m
* PLAT-828 #comment add update password functions
#time 30m
* PLAT-828 #comment clean-up #time 5m
* PLAT-828 #comment clean-up #time 10m
* PLAT-828 #comment use v3 api for pw change
#time 45m
* PLAT-828 #comment remove obsolete TODO;
change password input names to prevent
auto-fill; #time 10m1 parent 9d0dc29 commit 3d1e645
File tree
79 files changed
+722
-450
lines changed- src
- config/environments
- header/utility-selectors/UtilitySelector/ProfileSelector
- profile-logged-in
- profile-panel
- profile-not-logged-in
- lib
- button
- form-elements/form-field
- text-input
- functions
- analytics-functions
- authentication-functions
- logging-functions
- token-functions
- user-functions
- user-store
- xhr-functions
- profile-provider
- profile-functions
- profile-store
- profile-service
- profile-store
- services
- analytics-service
- authentication-service
- fetch-service
- logging-service
- styles
- utils/profile
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+722
-450
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
src/header/utility-selectors/UtilitySelector/ProfileSelector/profile-logged-in/ProfileLoggedIn.tsx
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 15 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments