Skip to content

Commit f8d9ced

Browse files
committed
add link to generator in sidebar
1 parent dee7693 commit f8d9ced

27 files changed

+28
-12
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v2.1.8]
4+
5+
### Updated
6+
- Update dependencies
7+
- Add link to generator in sidebar
8+
39
## [v2.1.7]
410

511
### Updated

docs/css/app.c01302c3.css renamed to docs/css/app.63a1cc79.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
function gtag(){dataLayer.push(arguments);}
33
gtag('js', new Date());
44

5-
gtag('config', 'UA-36759672-9');</script><script>(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js", "ym"); ym(48020168, "init", { id:48020168, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true, ecommerce:"dataLayer" });</script><link href=css/app.c01302c3.css rel=preload as=style><link href=css/chunk-vendors.d10d769b.css rel=preload as=style><link href=js/app.61adf955.js rel=preload as=script><link href=js/chunk-vendors.23f443d8.js rel=preload as=script><link href=css/chunk-vendors.d10d769b.css rel=stylesheet><link href=css/app.c01302c3.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-cli doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.23f443d8.js></script><script src=js/app.61adf955.js></script></body></html>
5+
gtag('config', 'UA-36759672-9');</script><script>(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js", "ym"); ym(48020168, "init", { id:48020168, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true, ecommerce:"dataLayer" });</script><link href=css/app.63a1cc79.css rel=preload as=style><link href=css/chunk-vendors.d10d769b.css rel=preload as=style><link href=js/app.09f66cfe.js rel=preload as=script><link href=js/chunk-vendors.4052feee.js rel=preload as=script><link href=css/chunk-vendors.d10d769b.css rel=stylesheet><link href=css/app.63a1cc79.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-cli doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.4052feee.js></script><script src=js/app.09f66cfe.js></script></body></html>

docs/js/app.09f66cfe.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.61adf955.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/chunk-vendors.23f443d8.js renamed to docs/js/chunk-vendors.4052feee.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Sidebar/Sidebar.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
}
6262
}
6363

64+
.generator-link {
65+
display: block;
66+
color: var(--sidebar-color-item)!important;
67+
text-decoration: none;
68+
cursor: pointer;
69+
font-size: 16px!important;
70+
}
6471

6572
.sidebarClose .logo {
6673
width: $sidebar-width-closed;

src/components/Sidebar/Sidebar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<header class="logo">
99
<router-link to="/app/dashboard"><span class="primary-word">Sing</span> <span class="secondary-word"> App</span></router-link>
1010
</header>
11+
12+
<a class="generator-link navTitle" href="https://flatlogic.com/generator">Generate App</a>
13+
1114
<h5 class="navTitle first">
1215
APP
1316
</h5>

0 commit comments

Comments
 (0)