-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(): add contact page and add menu icons #15
Conversation
158aafb
to
fc73a70
Compare
@devversion resolved conflicts |
@devversion added a screenshot without bold username |
Thanks for your reply, we will analyze your comment as soon as possible. |
} | ||
|
||
this.localStorage.set('VP_USERNAME', username); | ||
this.sqlStorage.set('VP_USERNAME', username); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is weird. The username is included inside of the token.
Take a look at jwt-token
to see how you can decode a token.
fc73a70
to
dbf61bb
Compare
update(): change style of username update(): add JWTDecoder service and get username from the jwt
dbf61bb
to
6eb4dcf
Compare
<ion-list> | ||
<button ion-item (click)="showRepresentations()"> | ||
<ion-icon name="calendar"></ion-icon> | ||
<span padding-left>{{ currentClass !== '*' ? 'Klasse ' + currentClass : 'Klassen' }}</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
add conatact page and add menu icons
Screenshots (ignore the green bar....colors will be changed in a following pr):


