mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
add latest
This commit is contained in:
@@ -13,7 +13,9 @@ loop over to import the images from json file?
|
|||||||
fix link to homepage (loading into new tab)
|
fix link to homepage (loading into new tab)
|
||||||
doc this
|
doc this
|
||||||
|
|
||||||
div with background css
|
doc div with background css
|
||||||
|
|
||||||
|
apply anno wiki theme
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
if (mermaidGraph.value != null) {
|
if (mermaidGraph.value != null) {
|
||||||
|
|||||||
@@ -1,8 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div ref="timber"></div>
|
<q-card flat bordered>
|
||||||
<div ref="steelBeams"></div>
|
<q-card-section>
|
||||||
<div ref="highWheeler"></div>
|
<div class="text-subtitle1 text-uppercase text-center">
|
||||||
|
Farmers | Workers
|
||||||
|
</div>
|
||||||
|
</q-card-section>
|
||||||
|
|
||||||
|
<q-separator inset class="q-mb-sm" />
|
||||||
|
|
||||||
|
<div ref="timber"></div>
|
||||||
|
<div ref="steelBeams"></div>
|
||||||
|
<div ref="highWheeler"></div>
|
||||||
|
</q-card>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
</q-drawer>
|
</q-drawer>
|
||||||
|
|
||||||
<q-page-container>
|
<q-page-container>
|
||||||
<router-view />
|
<router-view class="bg-grey-2" />
|
||||||
</q-page-container>
|
</q-page-container>
|
||||||
</q-layout>
|
</q-layout>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<q-page class="row items-center justify-evenly">
|
<q-page class="row items-center justify-evenly full-height">
|
||||||
<diagram-renderer />
|
<diagram-renderer />
|
||||||
</q-page>
|
</q-page>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user