Skip to content

Commit a1caee0

Browse files
committed
newInfoDraft
1 parent 25ac6c1 commit a1caee0

File tree

6 files changed

+33
-17
lines changed

6 files changed

+33
-17
lines changed

src/assets/colorpicker.png

31.8 KB
Loading

src/assets/palatte.png

3.78 KB
Loading

src/assets/styleAdjuster.png

30.3 KB
Loading

src/assets/zindex-1.png

10.1 KB
Loading

src/components/right-sidebar/tutorial/NewVersionInfo.vue

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,38 @@
33
<h6 class="feature list">What's New?</h6>
44

55
<p class="info-sub-heading">More Semantic HMTL</p>
6-
<p class="infoContent"></p>
7-
8-
<p class="info-sub-heading">Component Customization</p>
9-
<p class="infoContent"></p>
6+
<p class="infoContent"> <img style="vertical-align:middle" alt="save" src="../../../assets/save.png"
7+
class="tut-image"> Click on Create Component to access the list of HTML tags </p>
108

119
<p class="info-sub-heading">Drag and Drop for HTML Tags </p>
12-
<p class="infoContent"></p>
10+
<p class="infoContent">Choose HTML tags to include in the component. Click on a tag and drag to the desired
11+
position. </p>
1312

14-
<p class="info-sub-heading">Add class, id, and v-model Attributes </p>
15-
<p class="infoContent"></p>
13+
<p class="info-sub-heading">Component Customization</p>
14+
<p class="infoContent">Assign a class to the HTML tag. To change the color of the component, click on the palette
15+
icon
16+
<img style="vertical-align:middle" alt="save" src="../../../assets/palatte.png" class="tut-image">
17+
in the top left corner of the component. To alter the size of the component, click and drag on the white
18+
squares surrounding the component. To access advanced styling options, double click the Purple HTML button. Here,
19+
you may freely place the HTML elements. <img style="vertical-align:middle" alt="save"
20+
src="../../../assets/zindex-1.png" class="tut-image">There is also an option to change the z-index.
21+
</p>
1622

1723
<p class="info-sub-heading">Added Scoped Tags</p>
18-
<p class="infoContent"></p>
24+
<p class="infoContent">Style tags are automatically available as stylistic changes are made to the component. The
25+
tags can be found under the Code Snippet tab, towards the bottom.</p>
26+
27+
<p class="info-sub-heading">Add class, id, and v-model Attributes </p>
28+
<p class="infoContent">There are multiple ways to add attributes.
29+
One method is to click on the HTML Attributes drop down button. Specify the attribute by selecting either id or
30+
class. Click the + or enter to apply the attribute. <br>
31+
Another method is to double click the HTML tag. Above the styling options are inputs for class, two-way binding,
32+
and inner text. Make sure to click on the submit icon located inside the input to apply your changes.
33+
</p>
1934

2035
<p class="info-sub-heading">Ability to Nest Components</p>
21-
<p class="infoContent"></p>
36+
<p class="infoContent">Create a new component. Navigate to the component you wish to be the parent, and add the
37+
child component to the drop down button of Add/remove children. </p>
2238
<q-btn class="tut-btn" color="secondary" id="advanced-btn" label="Advanced Functionality" @click="nextTab" />
2339
<q-btn></q-btn>
2440
</section>

src/css/quasar.variables.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
// $warning : #F2C037;
2626

2727
// **************** Taken from OverVue *******************
28-
$primary : #737578;
29-
$secondary : #42B883;
30-
$accent : #a1ddc2;
28+
$primary : #737578;
29+
$secondary : #9744b3;
30+
$accent : #a1ddc2;
3131
$subaccent : #0d0d0d;
3232
$subaccentbtn : #2c384d;
3333
$subprimary : #202122;
@@ -37,9 +37,9 @@ $menuinput : #4b4b4b;
3737
$scroll : #4b4b4b;
3838
$darktext: #34495E;
3939

40-
$positive : #21BA45;
41-
$negative : #f15567;
42-
$info : #31CCEC;
43-
$warning : #F2C037;
40+
$positive : #21BA45;
41+
$negative : #f15567;
42+
$info : #31CCEC;
43+
$warning : #F2C037;
4444

45-
// C10015
45+
// C10015

0 commit comments

Comments
 (0)