Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
420fffb8
Commit
420fffb8
authored
Jun 17, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go premium text added
parent
9fdb1709
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
85 additions
and
5 deletions
+85
-5
forgot-password.component.html
...r-web/auth/forgot-password/forgot-password.component.html
+1
-1
forgot-password.component.scss
...r-web/auth/forgot-password/forgot-password.component.scss
+4
-0
forgot-password.component.ts
...eer-web/auth/forgot-password/forgot-password.component.ts
+5
-0
login.component.html
.../components/my-career-web/auth/login/login.component.html
+1
-1
login.component.scss
.../components/my-career-web/auth/login/login.component.scss
+4
-0
login.component.ts
...pp/components/my-career-web/auth/login/login.component.ts
+5
-0
register.component.html
...nents/my-career-web/auth/register/register.component.html
+1
-1
register.component.scss
...nents/my-career-web/auth/register/register.component.scss
+4
-0
reset-password.component.html
...eer-web/auth/reset-password/reset-password.component.html
+1
-1
reset-password.component.scss
...eer-web/auth/reset-password/reset-password.component.scss
+4
-0
reset-password.component.ts
...areer-web/auth/reset-password/reset-password.component.ts
+5
-0
left-sidebar.component.html
...er-web/dashboard/left-sidebar/left-sidebar.component.html
+10
-0
left-sidebar.component.scss
...er-web/dashboard/left-sidebar/left-sidebar.component.scss
+31
-0
left-sidebar.component.ts
...reer-web/dashboard/left-sidebar/left-sidebar.component.ts
+7
-0
personal-details.component.ts
.../dashboard/personal-details/personal-details.component.ts
+2
-1
go-premium-temp.png
...gular/src/assets/my-career-web/images/go-premium-temp.png
+0
-0
No files found.
frontend/angular/src/app/components/my-career-web/auth/forgot-password/forgot-password.component.html
View file @
420fffb8
...
...
@@ -37,5 +37,5 @@
</div>
<div
class=
"d-flex justify-content-center mc-footer-label"
>
<span>
© {{year}} Matchd |
Privacy Policy
</span>
<span>
© {{year}} Matchd |
<span
(
click
)="
openPrivacyPolicy
()"
>
Privacy Policy
</span>
</span>
</div>
frontend/angular/src/app/components/my-career-web/auth/forgot-password/forgot-password.component.scss
View file @
420fffb8
...
...
@@ -113,6 +113,10 @@
letter-spacing
:
0
;
line-height
:
13px
;
left
:
0
;
span
{
cursor
:
pointer
;
}
}
@media
only
screen
and
(
max-width
:
600px
)
{
...
...
frontend/angular/src/app/components/my-career-web/auth/forgot-password/forgot-password.component.ts
View file @
420fffb8
...
...
@@ -5,6 +5,7 @@ import { BaseComponent } from '../../base/base.component';
import
{
AuthService
}
from
'../../services/auth.service'
;
import
{
HelperService
}
from
'../../services/helper.service'
;
import
{
ToasterService
}
from
'../../services/toaster.service'
;
import
{
EXTERNAL_LINKS
}
from
'../../config/constants'
;
@
Component
({
selector
:
'app-forgot-password'
,
...
...
@@ -49,4 +50,8 @@ export class ForgotPasswordComponent extends BaseComponent {
});
}
openPrivacyPolicy
():
void
{
window
.
location
.
href
=
EXTERNAL_LINKS
.
PRIVACY_POLICY
;
}
}
frontend/angular/src/app/components/my-career-web/auth/login/login.component.html
View file @
420fffb8
...
...
@@ -49,5 +49,5 @@
</div>
<div
class=
"d-flex justify-content-center mc-footer-label"
>
<span>
© {{year}} Matchd |
Privacy Policy
</span>
<span>
© {{year}} Matchd |
<span
(
click
)="
openPrivacyPolicy
()"
>
Privacy Policy
</span>
</span>
</div>
frontend/angular/src/app/components/my-career-web/auth/login/login.component.scss
View file @
420fffb8
...
...
@@ -133,6 +133,10 @@
font-size
:
11px
;
letter-spacing
:
0
;
line-height
:
13px
;
span
{
cursor
:
pointer
;
}
}
@media
only
screen
and
(
max-width
:
600px
)
{
...
...
frontend/angular/src/app/components/my-career-web/auth/login/login.component.ts
View file @
420fffb8
...
...
@@ -7,6 +7,7 @@ import { AppService } from '../../../../app.service';
import
{
BaseComponent
}
from
'../../base/base.component'
;
import
{
AuthService
}
from
'../../services/auth.service'
;
import
{
HelperService
}
from
'../../services/helper.service'
;
import
{
EXTERNAL_LINKS
}
from
'../../config/constants'
;
@
Component
({
selector
:
'app-login'
,
...
...
@@ -78,4 +79,8 @@ export class LoginComponent extends BaseComponent {
)
}
openPrivacyPolicy
():
void
{
window
.
location
.
href
=
EXTERNAL_LINKS
.
PRIVACY_POLICY
;
}
}
frontend/angular/src/app/components/my-career-web/auth/register/register.component.html
View file @
420fffb8
...
...
@@ -67,5 +67,5 @@
</div>
<div
class=
"d-flex justify-content-center mc-footer-label"
>
<span>
© {{year}} Matchd |
Privacy Policy
</span>
<span>
© {{year}} Matchd |
<span
(
click
)="
openPrivacyPolicy
()"
>
Privacy Policy
</span>
</span>
</div>
frontend/angular/src/app/components/my-career-web/auth/register/register.component.scss
View file @
420fffb8
...
...
@@ -141,6 +141,10 @@
letter-spacing
:
0
;
line-height
:
13px
;
left
:
0
;
span
{
cursor
:
pointer
;
}
}
@media
only
screen
and
(
max-width
:
600px
)
{
...
...
frontend/angular/src/app/components/my-career-web/auth/reset-password/reset-password.component.html
View file @
420fffb8
...
...
@@ -42,5 +42,5 @@
</div>
<div
class=
"d-flex justify-content-center mc-footer-label"
>
<span>
© {{year}} Matchd |
Privacy Policy
</span>
<span>
© {{year}} Matchd |
<span
(
click
)="
openPrivacyPolicy
()"
>
Privacy Policy
</span>
</span>
</div>
frontend/angular/src/app/components/my-career-web/auth/reset-password/reset-password.component.scss
View file @
420fffb8
...
...
@@ -133,6 +133,10 @@
letter-spacing
:
0
;
line-height
:
13px
;
left
:
0
;
span
{
cursor
:
pointer
;
}
}
@media
only
screen
and
(
max-width
:
600px
)
{
...
...
frontend/angular/src/app/components/my-career-web/auth/reset-password/reset-password.component.ts
View file @
420fffb8
...
...
@@ -6,6 +6,7 @@ import { BaseComponent } from '../../base/base.component';
import
{
AuthService
}
from
'../../services/auth.service'
;
import
{
HelperService
}
from
'../../services/helper.service'
;
import
{
ToasterService
}
from
'../../services/toaster.service'
;
import
{
EXTERNAL_LINKS
}
from
'../../config/constants'
;
@
Component
({
selector
:
'app-reset-password'
,
...
...
@@ -65,4 +66,8 @@ export class ResetPasswordComponent extends BaseComponent implements OnInit {
});
}
openPrivacyPolicy
():
void
{
window
.
location
.
href
=
EXTERNAL_LINKS
.
PRIVACY_POLICY
;
}
}
frontend/angular/src/app/components/my-career-web/dashboard/left-sidebar/left-sidebar.component.html
View file @
420fffb8
...
...
@@ -48,6 +48,12 @@
<div
class=
"go-premium-wrapper"
>
<div
class=
"go-premium"
>
<img
src=
"/assets/my-career-web/images/go-premium-temp.png"
alt=
""
>
</div>
</div>
<div
class=
"sidebar-navigation-item"
(
click
)="
logout
()"
>
...
...
@@ -59,4 +65,8 @@
</span>
</div>
</div>
<div
class=
"footer-label"
>
<span>
© {{year}} Matchd |
<span
(
click
)="
openPrivacyPolicy
()"
>
Privacy Policy
</span></span>
</div>
</div>
frontend/angular/src/app/components/my-career-web/dashboard/left-sidebar/left-sidebar.component.scss
View file @
420fffb8
...
...
@@ -2,6 +2,8 @@
.left-sidebar
{
padding
:
26px
26px
0
0
;
position
:
relative
;
height
:
100%
;
.matchd-logo
{
height
:
32px
;
...
...
@@ -58,4 +60,33 @@
}
}
}
.go-premium-wrapper
{
padding
:
17px
24px
;
.go-premium
{
border
:
2px
solid
#1DBA3C
;
border-radius
:
4px
;
cursor
:
pointer
;
img
{
width
:
100%
;
height
:
100%
;
}
}
}
.footer-label
{
position
:
absolute
;
width
:
100%
;
text-align
:
center
;
color
:
#808285
;
font-family
:
$bodyFont
;
font-size
:
11px
;
bottom
:
0
;
}
.go-premium-wrapper
{
}
}
frontend/angular/src/app/components/my-career-web/dashboard/left-sidebar/left-sidebar.component.ts
View file @
420fffb8
...
...
@@ -3,6 +3,7 @@ import { takeUntil } from 'rxjs/operators';
import
{
AuthService
}
from
'../../services/auth.service'
;
import
{
Router
}
from
'@angular/router'
;
import
{
BaseComponent
}
from
'../../base/base.component'
;
import
{
EXTERNAL_LINKS
}
from
'../../config/constants'
;
@
Component
({
selector
:
'app-left-sidebar'
,
...
...
@@ -11,6 +12,8 @@ import { BaseComponent } from '../../base/base.component';
})
export
class
LeftSidebarComponent
extends
BaseComponent
{
year
=
new
Date
().
getFullYear
();
constructor
(
private
as
:
AuthService
,
private
r
:
Router
...
...
@@ -28,4 +31,8 @@ export class LeftSidebarComponent extends BaseComponent {
});
}
openPrivacyPolicy
():
void
{
window
.
location
.
href
=
EXTERNAL_LINKS
.
PRIVACY_POLICY
;
}
}
frontend/angular/src/app/components/my-career-web/dashboard/personal-details/personal-details.component.ts
View file @
420fffb8
...
...
@@ -101,8 +101,9 @@ export class PersonalDetailsComponent extends BaseComponent implements OnInit {
}
updateProfile
():
void
{
this
.
hs
.
validateAllFormFields
(
this
.
form
);
if
(
this
.
form
.
invalid
)
{
return
this
.
hs
.
validateAllFormFields
(
this
.
form
)
;
return
;
}
this
.
isSaving
=
true
;
this
.
ps
.
saveProfile
(
this
.
createdObjs
,
this
.
updatedObjs
,
this
.
deletedObjs
)
...
...
frontend/angular/src/assets/my-career-web/images/go-premium-temp.png
0 → 100644
View file @
420fffb8
153 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment