Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet-cdaw
Project
Project
Details
Activity
Releases
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
Raphaël PEIM
projet-cdaw
Commits
5dbda883
Commit
5dbda883
authored
Dec 01, 2020
by
raphael.peim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some comments
parent
a0573ab2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
Game.vue
frontend/src/views/Game.vue
+1
-6
Profile.vue
frontend/src/views/Profile.vue
+1
-0
No files found.
frontend/src/views/Game.vue
View file @
5dbda883
...
@@ -2,10 +2,9 @@
...
@@ -2,10 +2,9 @@
<div
class=
"body"
>
<div
class=
"body"
>
<Navbar/>
<Navbar/>
<div
class=
"center"
>
<div
class=
"center"
>
<!--
<img
src=
"../assets/img/game.png"
class=
"img-fluid"
alt=
"Responsive image"
>
-->
<div
id=
"game"
class=
"container"
>
<div
id=
"game"
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
id=
"chat"
class=
"col-
4
"
>
<div
id=
"chat"
class=
"col-
2
"
>
</div>
</div>
<div
id=
"play"
class=
"col-10"
>
<div
id=
"play"
class=
"col-10"
>
</div>
</div>
...
@@ -33,14 +32,10 @@
...
@@ -33,14 +32,10 @@
border
:
1px
solid
black
;
border
:
1px
solid
black
;
}
}
#chat
{
#chat
{
/* display: flex; */
/* width: 20%; */
height
:
50px
;
height
:
50px
;
border
:
1px
solid
black
;
border
:
1px
solid
black
;
}
}
#play
{
#play
{
/* display: flex; */
/* width: 80%; */
height
:
50px
;
height
:
50px
;
border
:
1px
solid
black
;
border
:
1px
solid
black
;
}
}
...
...
frontend/src/views/Profile.vue
View file @
5dbda883
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
this
.
getData
()
this
.
getData
()
},
},
methods
:
{
methods
:
{
// Récupération des données du token
getData
()
{
getData
()
{
fetch
(
this
.
$apiUrl
+
'/validatetoken'
,
{
fetch
(
this
.
$apiUrl
+
'/validatetoken'
,
{
method
:
'GET'
,
method
:
'GET'
,
...
...
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