Skip to content

Commit 88c33ac

Browse files
updating file structure with partner
Co-Authored by: Faraz Moallemi [email protected]
1 parent 2584379 commit 88c33ac

File tree

7 files changed

+8
-17
lines changed

7 files changed

+8
-17
lines changed

src/components/ComponentDisplay.vue

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ Description:
3333
<div class="component-title">
3434
<p>{{ componentData.componentName }}</p>
3535
</div>
36-
<div class="component-html-info">
36+
<!-- <div class="component-html-info"> -->
3737
<!-- <p>Elements in Component:</p> -->
3838
<p
39-
class="list-of-elements"
39+
class="component-html-info"
4040
v-for="htmlElement in componentMap[componentData.componentName]
4141
.htmlList"
4242
:key="htmlElement"
4343
>
4444
{{ htmlElement.text }}
4545
</p>
46-
</div>
46+
<!-- </div> -->
4747
<q-menu context-menu>
4848
<q-list color="black" class="menu">
4949
<q-item clickable v-ripple v-close-popup @click="handleAddChild">
@@ -405,19 +405,10 @@ export default {
405405
line-height: 1.2;
406406
z-index: -1;
407407
}
408-
/* .component-html-info {
409-
position: relative;
410-
font-size: 16px;
411-
top: -18px;
412-
left: 2px;
413-
color: black;
414-
-webkit-text-stroke: 0.4px white;
415-
font-weight: 800;
416-
line-height: 1.2;
417-
z-index: -1;
418-
} */
408+
419409
.component-html-info {
420410
display: flex;
411+
font-size: 14px;
421412
/* flex-basis: auto; */
422413
flex-direction: column;
423414
/* flex-wrap: wrap; */

src/components/HomeSideDropDown.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Description:
3636

3737
<script>
3838
import RouteDisplay from '../components/RouteDisplay'
39-
import ComponentList from './HomeSideDropDownItems/ComponentList'
40-
import VuexForm from './HomeSideDropDownItems/VuexForm'
39+
import ComponentList from './home_sidebar_items/ComponentList'
40+
import VuexForm from './home_sidebar_items/VuexForm'
4141
4242
export default {
4343
components: {

src/components/ChildrenMultiselect.vue renamed to src/components/unused_features/ChildrenMultiselect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description:
33
Is not imported in current version of OverVue
44
Functionality includes: N/A
55
-->
6-
6+
<!--
77
<template>
88
<div id="child-select">
99
<br />

0 commit comments

Comments
 (0)