From 9b03763b443a6cc4f185bcf316dd368dcdeb8f4c Mon Sep 17 00:00:00 2001 From: David Ralph Date: Mon, 3 Jun 2024 17:03:32 +0100 Subject: [PATCH] chore: run prettier, lint, change changelog version, urls etc --- .env | 27 ------------------- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- src/components/Elements/AddModal/AddModal.jsx | 14 ++++++++-- .../MainModal/scss/marketplace/_main.scss | 2 -- .../scss/marketplace/modules/_buttons.scss | 1 - .../scss/marketplace/modules/_item.scss | 1 - .../scss/modules/_modalTabContent.scss | 7 +++-- .../Elements/ShareModal/ShareModal.jsx | 6 ++++- src/components/Elements/Tooltip/tooltip.scss | 1 - src/config/constants.js | 4 +-- .../marketplace/components/Items/Items.jsx | 2 +- src/features/misc/sections/Changelog.jsx | 2 +- src/features/misc/sections/Overview.jsx | 14 ++++++++-- src/features/navbar/components/Refresh.jsx | 11 +++++--- src/features/navbar/options/AppsOptions.jsx | 4 +-- src/features/navbar/options/NavbarOptions.jsx | 8 +----- src/features/quote/quote.scss | 3 --- src/features/stats/api/stats.js | 2 +- src/features/stats/options/StatsOptions.jsx | 11 ++++---- src/features/time/options/TimeOptions.jsx | 2 +- .../weather/options/WeatherOptions.jsx | 9 ++++--- src/features/welcome/welcome.scss | 4 +-- src/i18n/locales/en_GB.json | 4 +-- src/scss/_toast.scss | 6 ++--- src/scss/_variables.scss | 1 - src/utils/useLocalStorageState.js | 2 +- 26 files changed, 68 insertions(+), 82 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index c2b49cd1..00000000 --- a/.env +++ /dev/null @@ -1,27 +0,0 @@ -# API URLs -API_URL=https://api.muetab.com/v2 -SPONSORS_URL=https://sponsors.muetab.com -GITHUB_URL=https://api.github.com -OPENSTREETMAP_URL=https://www.openstreetmap.org - -# Mue URLs -WEBSITE_URL=https://muetab.com -PRIVACY_URL=https://muetab.com/privacy -BLOG_POST=https://blog.muetab.com/posts/version-7-0 -TRANSLATIONS_URL=https://docs.muetab.com/translations/ -WEBLATE_URL=https://hosted.weblate.org/projects/mue/mue-tab/ -REPORT_ITEM =https://github.com/mue/marketplace/issues/new?assignees=&labels=item+report&template=item-report.md&title=%5BItem+Report%5D+ -BUG_REPORT =https://github.com/mue/mue/issues/new?assignees=&labels=issue+report&template=bug-report.md&title=%5BBug%5D+ -DONATE_LINK=https://muetab.com/donate -SENTRY_DSN =https://430352fd4b174d688ebd82fc85c22c58@o1217438.ingest.sentry.io/6359480 -KNOWLEDGEBASE=https://support.muetab.com - -# Mue Info -ORG_NAME=mue -REPO_NAME=mue -EMAIL=hello@muetab.com -TWITTER_HANDLE=getmue -DISCORD_SERVER=zv8C9F8 -OPENCOLLECTIVE_USERNAME=mue - -VERSION=7.0.1 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index e9db71f5..8d5d55f4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- name: Request a feature -about: Request something to be implemented in the extension +about: Request something to be implemented in the extension. title: "[Feature Request]" labels: enhancement assignees: '' diff --git a/src/components/Elements/AddModal/AddModal.jsx b/src/components/Elements/AddModal/AddModal.jsx index c9a25baf..fa97493d 100644 --- a/src/components/Elements/AddModal/AddModal.jsx +++ b/src/components/Elements/AddModal/AddModal.jsx @@ -52,9 +52,19 @@ function AddModal({ urlError, iconError, addLink, closeModal, edit, editData, ed {iconError} {urlError} {edit ? ( -