Skip to content

Commit

Permalink
Merge branch 'develop' into chore/docs-ssg-test
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed May 1, 2023
2 parents ecb8dea + cf57c63 commit 5b6318d
Show file tree
Hide file tree
Showing 18 changed files with 398 additions and 162 deletions.
33 changes: 18 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,24 +99,28 @@ Information, guides and tutorials are available
on [vuestic.dev](https://vuestic.dev)

### Partners & Sponsors ❤️

<div>
<a href="https://vuejs.org/partners/epicmax.html" target="_blank" title="VueJS - The Progressive JavaScript Framework">
<!-- <a href="https://vuejs.org/partners/epicmax.html" target="_blank" title="VueJS - The Progressive JavaScript Framework">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/assets/vuejs-light.svg" />
<img src="./.github/assets/vuejs.svg" loading="lazy" alt=""/>
</picture>
</a>
</a> -->
<a href="https://nuxt.com/support/agencies/epicmax" target="_blank" title="Nuxt - The Intuitive Web Framework">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/assets/nuxt-light.svg" />
<img hspace="15" src="./.github/assets/nuxt.svg" loading="lazy" alt=""/>
<img src="./.github/assets/nuxt.svg" loading="lazy" alt=""/>
</picture>
</a>
<a href="https://epicmax.co/" target="_blank" title="Epicmax - Top Vue.js Development Company">
<img src="./.github/assets/epicmax.svg" loading="lazy" alt="">
<img hspace="24" src="./.github/assets/epicmax.svg" loading="lazy" alt="">
</a>
<a href="https://www.jetbrains.com/" target="_blank" title="JetBrains: Essential tools for software developers and teams">
<img hspace="15" src="./.github/assets/jb_square.svg" loading="lazy" alt="">
<a href="https://vuejobs.com/" target="_blank" title="Vue.js jobs – Browse through dozens of Vue.js openings">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/assets/vuejobs-light.svg" />
<img src="./.github/assets/vuejobs.svg" loading="lazy" alt=""/>
</picture>
</a>
<br />
<br />
Expand All @@ -126,18 +130,15 @@ on [vuestic.dev](https://vuestic.dev)
<img src="./.github/assets/aggrid.svg" loading="lazy" alt=""/>
</picture>
</a>
<a href="https://vuejobs.com/" target="_blank" title="Vue.js jobs – Browse through dozens of Vue.js openings">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/assets/vuejobs-light.svg" />
<img hspace="15" src="./.github/assets/vuejobs.svg" loading="lazy" alt=""/>
</picture>
</a>
<a href="https://flatlogic.com/" target="_blank" title="Flatlogic - The best way to create React, Angular and Vue full-stack web applications">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/assets/flatlogic-light.svg" />
<img src="./.github/assets/flatlogic.svg" loading="lazy" alt=""/>
<img hspace="24" src="./.github/assets/flatlogic.svg" loading="lazy" alt=""/>
</picture>
</a>
<a href="https://www.jetbrains.com/" target="_blank" title="JetBrains: Essential tools for software developers and teams">
<img src="./.github/assets/jb_square.svg" loading="lazy" alt="">
</a>
</div>
<br />

Expand All @@ -157,10 +158,12 @@ example of a real-world web application based on Vuestic UI.
### Contributing

Thanks for all your wonderful PRs, issues and ideas.

<a href="https://github.com/epicmaxco/vuestic-ui/graphs/contributors">
<img src="https://opencollective.com/vuestic-ui/contributors.svg?width=890&button=false" />
<img src="https://opencollective.com/vuestic-ui/contributors.svg?width=890&button=false" />
</a>
<br>
<br />

You’re always welcome to join: check out
our <a href="https://vuestic.dev/en/contribution/guide">
contribution guides</a>
Expand Down
15 changes: 6 additions & 9 deletions packages/docs/components/AlgoliaSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script lang="ts" setup>
import docsearch from '@docsearch/js'
import { useI18n } from 'vue-i18n'
import { onMounted, unref as _unref } from 'vue'
import { onMounted } from 'vue'
import { useRouter } from 'vue-router'
const { locale } = useI18n()
Expand Down Expand Up @@ -120,10 +120,12 @@ onMounted(() => {
flex-grow: 1;
display: flex;
@include xs(flex-grow, 0);
.DocSearch-Button {
margin-left: 0;
flex-grow: 1;
max-width: 320px;
max-width: 20rem;
border-radius: var(--va-input-border-radius);
background-color: var(--va-background-element);
Expand All @@ -136,11 +138,10 @@ onMounted(() => {
}
.DocSearch-Button-Placeholder {
color: v-bind(placeholderColor);
@include md(display, block);
@include xs(display, none);
// TODO: This Vbind breaks build !
color: v-bind(placeholderColor);
}
.DocSearch-Button-Keys {
Expand All @@ -153,10 +154,6 @@ onMounted(() => {
@include sm(color, var(--va-primary));
}
}
@media screen and (max-width: $break_xs) {
flex-grow: 0;
}
}
.DocSearch-Modal {
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/components/landing/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</template>

<script lang="ts" setup>
import { markRaw } from 'vue'
import { markRaw, computed } from 'vue'
import { useElementTextColor, useBreakpoint } from 'vuestic-ui'
Expand All @@ -100,7 +100,7 @@ const buttons = [
{ href: 'https://github.com/epicmaxco/epic-spinners', icon: IconSpinnersRaw, label: 'landing.footer.buttons.spinners' },
]
const sitemap = [
const sitemap = computed(() => ([
{
title: 'landing.footer.sitemap.resources[0]',
items: [
Expand Down Expand Up @@ -133,7 +133,7 @@ const sitemap = [
{ label: 'landing.footer.sitemap.about[3]', component: 'a', prop: 'href', value: 'mailto:[email protected]?subject=VuesticUI Partnership' },
]
},
]
]))
</script>

<style lang="scss" scoped>
Expand Down
Loading

0 comments on commit 5b6318d

Please sign in to comment.