diff --git a/docs-generator/app-icon-b.png b/docs-generator/app-icon-b.png deleted file mode 100644 index 9a31c8a..0000000 Binary files a/docs-generator/app-icon-b.png and /dev/null differ diff --git a/docs-generator/app-icon.png b/docs-generator/app-icon.png index d11d628..87ae435 100644 Binary files a/docs-generator/app-icon.png and b/docs-generator/app-icon.png differ diff --git a/docs-generator/package.json b/docs-generator/package.json index e3ad783..b50688c 100644 --- a/docs-generator/package.json +++ b/docs-generator/package.json @@ -22,23 +22,23 @@ "deploy:ssr-pm2_kill": "pm2 kill" }, "dependencies": { - "@quasar/extras": "1.4.1", + "@quasar/extras": "1.5.1", "lru-cache": "5.1.1", - "mermaid": "8.4.4", - "quasar": "1.7.2" + "mermaid": "8.4.6", + "quasar": "1.9.2" }, "devDependencies": { - "@quasar/app": "1.5.1", + "@quasar/app": "1.5.6", "@quasar/quasar-app-extension-icon-genie": "1.1.3", "@quasar/quasar-app-extension-qactivity": "1.0.0-beta.4", - "@quasar/quasar-app-extension-qmarkdown": "1.0.16", + "@quasar/quasar-app-extension-qmarkdown": "1.0.23", "@quasar/quasar-app-extension-qmediaplayer": "1.0.17", "@quasar/quasar-app-extension-qribbon": "1.0.0-beta.14", - "@vue/eslint-config-standard": "5.1.0", + "@vue/eslint-config-standard": "5.1.2", "babel-eslint": "10.0.3", "eslint": "6.8.0", "eslint-loader": "3.0.3", - "eslint-plugin-import": "2.20.0", + "eslint-plugin-import": "2.20.1", "eslint-plugin-node": "11.0.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", diff --git a/docs-generator/quasar.extensions.json b/docs-generator/quasar.extensions.json index 0acbbed..a24726e 100644 --- a/docs-generator/quasar.extensions.json +++ b/docs-generator/quasar.extensions.json @@ -18,7 +18,7 @@ "iconHash": "1223e08a3a2fc40fc5fffd4fa30cb0be" }, "pwa": { - "iconHash": "1223e08a3a2fc40fc5fffd4fa30cb0be" + "iconHash": "4a527af8aa5591a5914efd4d86627f43" } }, "build": { diff --git a/docs-generator/src-pwa/pwa-flag.d.ts b/docs-generator/src-pwa/pwa-flag.d.ts new file mode 100644 index 0000000..7e26a9d --- /dev/null +++ b/docs-generator/src-pwa/pwa-flag.d.ts @@ -0,0 +1,9 @@ +// THIS FEATURE-FLAG FILE IS AUTOGENERATED, +// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING +import "quasar/dist/types/feature-flag"; + +declare module "quasar/dist/types/feature-flag" { + interface QuasarFeatureFlags { + pwa: true; + } +} diff --git a/docs-generator/src-ssr/ssr-flag.d.ts b/docs-generator/src-ssr/ssr-flag.d.ts new file mode 100644 index 0000000..2f70673 --- /dev/null +++ b/docs-generator/src-ssr/ssr-flag.d.ts @@ -0,0 +1,9 @@ +// THIS FEATURE-FLAG FILE IS AUTOGENERATED, +// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING +import "quasar/dist/types/feature-flag"; + +declare module "quasar/dist/types/feature-flag" { + interface QuasarFeatureFlags { + ssr: true; + } +} diff --git a/docs-generator/src/assets/partners.js b/docs-generator/src/assets/partners.js index e011b62..7e6d6e8 100644 --- a/docs-generator/src/assets/partners.js +++ b/docs-generator/src/assets/partners.js @@ -1,5 +1,15 @@ export default { sponsors: [ + { + title: 'Digital Ocean', + tags: [ + 'testing', 'JS/TS' + ], + url: 'https://m.do.co/c/40f468c2e493', + logoUrl: ['statics/partnerLogos/DO_Logo_Vertical_Blue.png', 'statics/partnerLogos/DO_Logo_Vertical_Blue.png'], + description: 'This project is supported by Digital Ocean. Click this card to visit their website and get $100 credit that you can use over 60 days.', + flair: 'TECH SPONSOR' + }, { title: 'wallaby.js', tags: [ @@ -12,6 +22,16 @@ export default { } ], collaborators: [ + { + title: 'GUIJS', + tags: [ + 'Dev Toolkit', 'early-adopter' + ], + url: 'https://guijs.dev/', + logoUrl: ['statics/partnerLogos/guijs-round.svg', 'statics/partnerLogos/guijs-round.svg'], + description: 'GUIJS is a toolkit for making your devlife easier. This collaboration enabled the extension of Tauri to have a new mode, the sidecar.', + flair: 'COLLABORATOR' + }, { title: 'PureOS', tags: [ diff --git a/docs-generator/src/components/Hero.vue b/docs-generator/src/components/Hero.vue index a049636..7545856 100644 --- a/docs-generator/src/components/Hero.vue +++ b/docs-generator/src/components/Hero.vue @@ -5,7 +5,7 @@
- Tauri Wordmark + Tauri Wordmark
= 110 && this.buttons !== false) { - this.buttons = false - document.getElementsByClassName('scroll-determined')[0].setAttribute('style', 'height: 70px') - // the icon - document.getElementsByClassName('scroll-determined')[1].setAttribute('style', `height: 55px;width: 55px;transform: rotate(${position}deg)`) - // the name - document.getElementsByClassName('tauri-name')[0].setAttribute('style', 'height: 30px') - document.getElementsByClassName('tauri-name')[0].classList.add('animateLeft') - // claim - // the sidebar id="scrollHolder" style="height:50%" - document.getElementsByClassName('q-drawer__content')[0].setAttribute('style', 'margin-top: 60px') - document.getElementById('scrollHolder').setAttribute('style', 'height: calc(100% - 132px)') - document.getElementById('padding').setAttribute('style', 'height: 70px') - } else if (this.buttons === false) { - document.getElementsByClassName('scroll-determined')[1].setAttribute('style', `height: 55px;width: 55px;transform: rotate(${position}deg)`) - document.getElementById('claim').setAttribute('style', 'display: none') - } else { - document.getElementsByClassName('scroll-determined')[1].setAttribute('style', `transform: rotate(${position}deg)`) - document.getElementsByClassName('scroll-determined')[0].setAttribute('style', `height: ${this.height}px`) - // the icon - document.getElementsByClassName('scroll-determined')[1].setAttribute('style', `height: ${this.heightPic - 5}px;width: ${this.heightPic}px;transform: rotate(${position}deg)`) - // the name - document.getElementsByClassName('tauri-name')[0].setAttribute('style', `height: ${this.heightName}px;`) - // claim - document.getElementById('claim').setAttribute('style', 'display: none') - // the sidebar - document.getElementsByClassName('q-drawer__content')[0].setAttribute('style', `margin-top: ${this.height + 20}px`) - } - - /* - document.getElementsByClassName('scroll-determined')[0].setAttribute('style', `height: ${this.height}px`) - // the icon - document.getElementsByClassName('scroll-determined')[1].setAttribute('style', `height: ${this.heightPic - 5}px;width: ${this.heightPic}px;transform: rotate(${position}deg)`) - // the name - document.getElementsByClassName('tauri-name')[0].setAttribute('style', ` - height: ${this.heightName}px; - `) - // claim - document.getElementById('claim').setAttribute('style', `top: ${this.heightClaim}px`) - // the sidebar - document.getElementsByClassName('q-drawer__content')[0].setAttribute('style', `margin-top: ${this.height + 10}px`) - */ - // } } } @@ -175,19 +122,19 @@ export default { right 0 background red .tauri-name - height 30px - min-height 30px + height 24px + min-height 24px max-width 50% position fixed text-align center margin 0 30% - top 21px + top 23px left 0 .page-header height 70px border-bottom 2px solid #212111 .bg-container - background-image url(/statics/thetaTauri_logo.png) + background-image url(/statics/tauri-240x.png) background-repeat no-repeat background-size contain position absolute diff --git a/docs-generator/src/components/PartnerCard.vue b/docs-generator/src/components/PartnerCard.vue index 99d0317..191414f 100644 --- a/docs-generator/src/components/PartnerCard.vue +++ b/docs-generator/src/components/PartnerCard.vue @@ -6,7 +6,7 @@ - + diff --git a/docs-generator/src/layouts/MainLayout.vue b/docs-generator/src/layouts/MainLayout.vue index ae09ffd..71963d7 100644 --- a/docs-generator/src/layouts/MainLayout.vue +++ b/docs-generator/src/layouts/MainLayout.vue @@ -1,7 +1,5 @@