mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-09 03:07:20 +02:00
build
This commit is contained in:
parent
77414211f0
commit
c2e002a54c
@ -61,7 +61,7 @@
|
|||||||
<div class="main-header">
|
<div class="main-header">
|
||||||
<input type="text" id="js-title-input" title="Click to edit" class="item-title-input" value="Untitled Work">
|
<input type="text" id="js-title-input" title="Click to edit" class="item-title-input" value="Untitled Work">
|
||||||
<div class="main-header__btn-wrap flex flex-v-center">
|
<div class="main-header__btn-wrap flex flex-v-center">
|
||||||
<a id="runBtn" class="hide flex flex-v-center hint--rounded hint--bottom-left" aria-label="Run preview (Ctrl/⌘ + Shift + 5)" d-click="setPreviewContent">
|
<a id="runBtn" class="hide flex flex-v-center hint--rounded hint--bottom-left" aria-label="Run preview (Ctrl/⌘ + Shift + 5)" d-click="onRunBtnClick">
|
||||||
<svg style="width: 14px; height: 14px;">
|
<svg style="width: 14px; height: 14px;">
|
||||||
<use xlink:href="#play-icon"></use>
|
<use xlink:href="#play-icon"></use>
|
||||||
</svg>Run
|
</svg>Run
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
<h1>Whats new?</h1>
|
<h1>Whats new?</h1>
|
||||||
|
|
||||||
<div class="notification">
|
<div class="notification">
|
||||||
<span class="notification__version">3.1.0</span>
|
<span class="notification__version">3.1.1</span>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<strong>Mobile Support (app only).</strong>: Make the Web Maker app usable on mobile. This is only for web app as Chrome extensions don't run on mobile.
|
<strong>Bugfix</strong>: Fix the "Run" button not refreshing the preview after release 3.0.4.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -35,6 +35,15 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="notification">
|
||||||
|
<span class="notification__version">3.1.0</span>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<strong>Mobile Support (app only).</strong>: Make the Web Maker app usable on mobile. This is only for web app as Chrome extensions don't run on mobile.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="notification">
|
<div class="notification">
|
||||||
<span class="notification__version">3.0.4</span>
|
<span class="notification__version">3.0.4</span>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
<div class="web-maker-with-tag">Web Maker</div>
|
<div class="web-maker-with-tag">Web Maker</div>
|
||||||
<small style="font-size:14px;"> v3.1.0</small>
|
<small style="font-size:14px;"> v3.1.1</small>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@ -15,6 +15,9 @@
|
|||||||
<span style="margin-right: 8px;">🙌</span> by
|
<span style="margin-right: 8px;">🙌</span> by
|
||||||
<a href="https://twitter.com/chinchang457" target="_blank">Kushagra Gour</a>
|
<a href="https://twitter.com/chinchang457" target="_blank">Kushagra Gour</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="/docs" target="_blank">Read the documentation</a>.
|
||||||
|
</p>
|
||||||
<p>Tweet out your feature requests, comments & suggestions to
|
<p>Tweet out your feature requests, comments & suggestions to
|
||||||
<a target="_blank" href="https://twitter.com/webmakerApp">@webmakerApp</a>.</p>
|
<a target="_blank" href="https://twitter.com/webmakerApp">@webmakerApp</a>.</p>
|
||||||
<p>Like this extension? Please
|
<p>Like this extension? Please
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user