Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nodenogg-duplicate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Adam Procter
nodenogg-duplicate
Commits
6336d53b
Commit
6336d53b
authored
5 years ago
by
Adam Procter
Browse files
Options
Downloads
Patches
Plain Diff
added some local css styles
Just to make it a little easier to navigate
parent
0a3a475c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/src/App.vue
+5
-7
5 additions, 7 deletions
app/src/App.vue
app/src/components/DeBug.vue
+25
-2
25 additions, 2 deletions
app/src/components/DeBug.vue
app/src/views/Home.vue
+2
-1
2 additions, 1 deletion
app/src/views/Home.vue
with
32 additions
and
10 deletions
app/src/App.vue
+
5
−
7
View file @
6336d53b
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<div
id=
"nav"
>
<div
id=
"nav"
>
<router-link
to=
"/"
>
Home
</router-link>
|
<router-link
to=
"/"
>
Home
</router-link>
|
<router-link
to=
"/about"
>
About
</router-link>
<router-link
to=
"/about"
>
About
</router-link>
</div>
</div>
<h1>
nodenogg.in
</h1>
<router-view
/>
<router-view
/>
</div>
</div>
</
template
>
</
template
>
<
style
>
<
style
>
@import
url('https://rsms.me/inter/inter.css')
;
#app
{
#app
{
font-family
:
Avenir
,
Helvetica
,
Arial
,
sans-serif
;
font-family
:
'Inter var'
,
Helvetica
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
}
#nav
{
padding
:
30px
;
}
}
#nav
a
{
#nav
a
{
...
...
This diff is collapsed.
Click to expand it.
app/src/components/DeBug.vue
+
25
−
2
View file @
6336d53b
...
@@ -3,14 +3,14 @@
...
@@ -3,14 +3,14 @@
<hr
/>
<hr
/>
<!--
<h2>
Debug Options
</h2>
-->
<!--
<h2>
Debug Options
</h2>
-->
<h4>
LAST UPDATE 29th Feb 2020.
</h4>
<h4>
LAST UPDATE 29th Feb 2020.
</h4>
<p>
You need to know what th
ese
button
s
do before you press t
hem
.
</p>
<p>
You need to know what th
is
button do
es
before you press
i
t.
</p>
<button
class=
"danger"
@
click=
"removeLocal()"
>
Join another microcosm
</button>
<button
class=
"danger"
@
click=
"removeLocal()"
>
Join another microcosm
</button>
<!--
<button
@
click=
"exportStorage()"
>
Export my contributions
</button>
<!--
<button
@
click=
"exportStorage()"
>
Export my contributions
</button>
<button
class=
"danger"
v-on:click=
"deleteClient"
>
<button
class=
"danger"
v-on:click=
"deleteClient"
>
Delete my contributions (inc. attachments) permanently
Delete my contributions (inc. attachments) permanently
</button>
</button>
<button
@
click=
"handleConnection()"
>
Online check
</button>
-->
<button
@
click=
"handleConnection()"
>
Online check
</button>
-->
<
p>
That's why they are red.
</p
>
<
hr
/
>
</div>
</div>
</
template
>
</
template
>
...
@@ -79,6 +79,29 @@ export default {
...
@@ -79,6 +79,29 @@ export default {
li
:before
{
li
:before
{
content
:
''
;
content
:
''
;
}
}
.danger
{
background-color
:
red
;
}
button
{
font-size
:
1em
;
touch-action
:
manipulation
;
color
:
white
;
border
:
none
;
outline
:
none
;
border-radius
:
8px
;
box-shadow
:
1px
1px
1px
#000000
;
padding
:
0.6em
;
}
hr
{
display
:
block
;
height
:
1px
;
border
:
0
;
border-top
:
1px
solid
#ccc
;
margin
:
1em
0
;
padding
:
0
;
}
b
{
b
{
background-color
:
yellow
;
background-color
:
yellow
;
...
...
This diff is collapsed.
Click to expand it.
app/src/views/Home.vue
+
2
−
1
View file @
6336d53b
<
template
>
<
template
>
<div
class=
"home"
>
<div
class=
"home"
>
<DeBug
/>
<div
v-if=
"clientset"
>
<div
v-if=
"clientset"
>
<OtherNodeslayer
<OtherNodeslayer
v-for=
"value in otherNodes"
v-for=
"value in otherNodes"
...
@@ -16,7 +17,7 @@
...
@@ -16,7 +17,7 @@
/>
/>
<CanvasLayer
/>
<CanvasLayer
/>
<DeBug
/>
<ControlsLayer
/>
<ControlsLayer
/>
</div>
</div>
<OnBoard
v-else
@
clientAdded=
"clientAdded()"
/>
<OnBoard
v-else
@
clientAdded=
"clientAdded()"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment