Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drawing-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sweng-group-15
drawing-app
Merge requests
!28
Rooms and frontend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rooms and frontend
rooms_and_frontend
into
master
Overview
20
Commits
17
Pipelines
13
Changes
3
Merged
Giovanni Caruso
requested to merge
rooms_and_frontend
into
master
5 years ago
Overview
19
Commits
17
Pipelines
13
Changes
3
Expand
1
0
Merge request reports
Viewing commit
c81d0e51
Prev
Next
Show latest version
3 files
+
48
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
c81d0e51
(ml5717) Small style fixes to canvas size, tool selection + added enter-leave drawing
· c81d0e51
Moritz Langenstein
authored
5 years ago
public/index.html
+
3
−
1
Options
@@ -41,7 +41,9 @@
@@ -41,7 +41,9 @@
<div
class=
"dropdown"
>
<div
class=
"dropdown"
>
<button
class=
"dropdown-peers"
><i
class=
"fa fa-bars"
></i></button>
<button
class=
"dropdown-peers"
><i
class=
"fa fa-bars"
></i></button>
<div
class=
"peers"
>
<div
class=
"peers"
>
<ul
id=
"connected-peers"
></ul>
<ul
id=
"connected-peers"
>
No peers are connected
</ul>
</div>
</div>
</div>
</div>
<input
<input
Loading