Skip to content

Commit

Permalink
add link to generator in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dowletgeldi99 committed Oct 20, 2021
1 parent dee7693 commit f8d9ced
Show file tree
Hide file tree
Showing 27 changed files with 28 additions and 12 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v2.1.8]

### Updated
- Update dependencies
- Add link to generator in sidebar

## [v2.1.7]

### Updated
Expand Down
6 changes: 3 additions & 3 deletions docs/css/app.c01302c3.css → docs/css/app.63a1cc79.css

Large diffs are not rendered by default.

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
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

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>
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>
1 change: 1 addition & 0 deletions docs/js/app.09f66cfe.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/js/app.61adf955.js

This file was deleted.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/components/Sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
}
}

.generator-link {
display: block;
color: var(--sidebar-color-item)!important;
text-decoration: none;
cursor: pointer;
font-size: 16px!important;
}

.sidebarClose .logo {
width: $sidebar-width-closed;
Expand Down
3 changes: 3 additions & 0 deletions src/components/Sidebar/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<header class="logo">
<router-link to="/app/dashboard"><span class="primary-word">Sing</span> <span class="secondary-word"> App</span></router-link>
</header>

<a class="generator-link navTitle" href="https://flatlogic.com/generator">Generate App</a>

<h5 class="navTitle first">
APP
</h5>
Expand Down

0 comments on commit f8d9ced

Please sign in to comment.