MemePlace / Frontend

Frontend Repo
3 stars 0 forks source link

Login/Register Dialogs Styling #50

Closed Step7750 closed 6 years ago

Step7750 commented 6 years ago
Step7750 commented 6 years ago

@Niustein Any updates on this issue?

Niustein commented 6 years ago

I think I'm pretty close to being done. The login/dialog styling was done but I ran into the issue with the slack issue in UserService which is making the username check impossible to check. I tried debugging the error to no avail.

"loggedIn$ = this.loggedInSource.distinctUntilChanged().asObservable();" with error: "Error in src/app/api/user.service.ts<18,58>: error TS 2339: Property 'asObservable' does not exist on type 'Observable'.

Niustein commented 6 years ago

Saw the fix to the isObservable, still running into an error with my branch for some reason (despite nothing really changing)...

I created a new branch and pulled from master and login/reg worked again, so I'm going to go through the code I added and figure out where the error is coming from. Will have this done in a few hours.