Skip to content

Commit

Permalink
⚡️ add links to frontend files
Browse files Browse the repository at this point in the history
* add links and frontend sketch

* resolve icon problem

* V2 resolves links problem

* V3 jpp

* V4-final
  • Loading branch information
yannis-mlgrn authored Apr 26, 2021
1 parent c64244e commit 7c7ce21
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions doc/frontend/frontend.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Frontend documentation

- [📂 **front directory**](front)
- [📂 **front directory**](../../front/)

**How to start it :**

Expand All @@ -10,26 +10,46 @@
python3 -m http.server
```
> Open webbrowser at http://localhost:5000


## Frontend sketch :

![frontend-sketch](front.png)

## vuejs components :

- activity-navbar :
> display description room and if a user wrinting in the input
![html](../../logos/html.png) [html file](../../front/activity_bar.html)

- messages :
> Display a list of messages
![html](../../logos/html.png) [html file](../../front/messages-list.html)

- room-list :
> display all joined room
![html](../../logos/html.png) [html file](../../front/room_list.html)



--> room-entry :
> when the user click on the room, he can change it name and description
- room-editor :
> when the user click on it, he can create a room
![html](../../logos/html.png) [html file](../../front/room_editor.html)

- message-editor :
> user can type the message in this input and send when he click on sending button
![html](../../logos/html.png) [html file](../../front/message_editor.html)

- user-list :
> display users who wrote in the current room
> display users who wrote in the current room
![html](../../logos/html.png) [html file](../../front/user-list.html)
File renamed without changes.
2 changes: 1 addition & 1 deletion front/room.html → front/messages-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js "></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/locale/fr.min.js"></script>
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/room.css">
<link rel="stylesheet" href="css/messsages-list.css>
<meta charset="utf-8">
</head>
<body>
Expand Down
Binary file added logos/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c7ce21

Please sign in to comment.