Skip to content

Commit

Permalink
feat: only show native settings if in tauri environment
Browse files Browse the repository at this point in the history
  • Loading branch information
marekvospel committed Jan 24, 2023
1 parent 5acd1d4 commit c469d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk
Submodule elk updated 53 files
+5 −0 .github/ISSUE_TEMPLATE/bug_report.md
+0 −56 .github/ISSUE_TEMPLATE/bug_report.yml
+5 −0 .github/ISSUE_TEMPLATE/feature_request.md
+0 −35 .github/ISSUE_TEMPLATE/feature_request.yml
+0 −5 .github/ISSUE_TEMPLATE/freestyle.md
+0 −26 .github/PULL_REQUEST_TEMPLATE.md
+46 −0 .github/workflows/docker.yml
+10 −0 Dockerfile
+10 −5 components/common/dropdown/DropdownItem.vue
+10 −4 components/main/MainContent.vue
+1 −1 components/modal/ModalMediaPreview.vue
+2 −2 components/nav/NavLogo.vue
+1 −1 components/nav/NavSideItem.vue
+3 −3 components/nav/NavTitle.vue
+2 −3 components/publish/PublishAttachment.vue
+2 −1 components/publish/PublishEmojiPicker.client.vue
+59 −6 components/settings/SettingsFontSize.vue
+2 −1 components/settings/SettingsItem.vue
+3 −1 components/status/StatusAttachment.vue
+3 −3 components/status/StatusCard.vue
+4 −1 components/status/StatusTranslation.vue
+4 −1 components/tag/TagCard.vue
+2 −0 components/user/UserSwitcher.vue
+1 −0 composables/screen.ts
+9 −1 composables/settings/definition.ts
+9 −2 composables/settings/storage.ts
+17 −0 config/i18n.ts
+1 −1 constants/index.ts
+1 −1 constants/options.ts
+3 −3 layouts/default.vue
+0 −7 locales/ar-EG.json
+3 −8 locales/de-DE.json
+6 −7 locales/en-US.json
+1 −8 locales/es-ES.json
+527 −0 locales/fi-FI.json
+15 −10 locales/fr-FR.json
+0 −7 locales/id-ID.json
+75 −42 locales/ja-JP.json
+529 −0 locales/pl-PL.json
+10 −8 locales/pt-PT.json
+0 −7 locales/tr-TR.json
+1 −8 locales/uk-UA.json
+0 −7 locales/zh-CN.json
+0 −7 locales/zh-TW.json
+3 −0 nuxt.config.ts
+17 −0 pages/settings.vue
+24 −0 pages/settings/native/index.vue
+12 −0 pages/settings/preferences/index.vue
+4 −2 plugins/setup-global-effects.client.ts
+3 −3 plugins/setup-head-script.server.ts
+5 −28 styles/global.css
+25 −0 styles/scrollbars.css
+20 −0 unocss.config.ts

0 comments on commit c469d0b

Please sign in to comment.