Skip to content

Commit

Permalink
debug alerte messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemenceCartet committed Apr 20, 2023
2 parents c9e18e3 + 737d81a commit 79935ae
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions bugList.maroufladeDeValerieDamidot
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---Pour Alexi---

- image provenant de avataaars ne s'affiche plus dans la page profil depuis le merge de Diane

---Pour Clemence---

---Pour BouleMan---

---Pour Diane---

- image provenant de avataaars ne s'affiche plus dans la page profil depuis le merge de Diane

---Pour Nicolas---

-
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class FriendList extends React.Component<{socket: Socket}, {

invertDevelop() {
this.setState({develop: !this.state.develop});
if (!this.state.develop)
this.askIfConnected();
}

changeLoc(e: any) {
Expand All @@ -80,7 +82,6 @@ class FriendList extends React.Component<{socket: Socket}, {
}

componentDidUpdate(): void {
console.log("fecth", this.state.fetchFriendsDone, "ask" , this.state.askIfConnectedDone)
if (!this.state.fetchFriendsDone)
this.fetchFriends();
if (this.state.fetchFriendsDone && !this.state.askIfConnectedDone)
Expand Down
3 changes: 2 additions & 1 deletion front/react_project/src/styles/Profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@

& #FriendManagement {
display: flex;
flex-direction: column;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 10px 0;
width: 90%;
Expand Down

0 comments on commit 79935ae

Please sign in to comment.