diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index 8f872e42..53eb5935 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -128,7 +128,7 @@ "title": "Support BSManager 💖", "description": "Support the project and help us to provide continuous improvements to BSManager.", "buttons": { - "support": "Support BSManager", + "support": "Support BSManager 🥰", "supporters": "Supporters 👀" }, "view": { diff --git a/assets/jsons/translations/es.json b/assets/jsons/translations/es.json index e93a7993..60f93ecf 100644 --- a/assets/jsons/translations/es.json +++ b/assets/jsons/translations/es.json @@ -128,7 +128,7 @@ "title": "Apoyo BSManager 💖", "description": "Apoye el proyecto y ayúdenos a proporcionar mejoras continuas a BSManager.", "buttons": { - "support": "Apoyo BSManager", + "support": "Apoyo BSManager 🥰", "supporters": "Apoyos 👀" }, "view": { diff --git a/assets/jsons/translations/fr.json b/assets/jsons/translations/fr.json index b4cfcc1d..ec8339ff 100644 --- a/assets/jsons/translations/fr.json +++ b/assets/jsons/translations/fr.json @@ -128,7 +128,7 @@ "title": "Soutenir BSManager 💖", "description": "Soutien le projet et aide-nous à fournir des améliorations continues à BSManager.", "buttons": { - "support": "Soutenir BSManager", + "support": "Soutenir BSManager 🥰", "supporters": "Supporteurs 👀" }, "view": { diff --git a/src/renderer/components/svgs/bsm-icon.component.tsx b/src/renderer/components/svgs/bsm-icon.component.tsx index 53608c65..14b06c72 100644 --- a/src/renderer/components/svgs/bsm-icon.component.tsx +++ b/src/renderer/components/svgs/bsm-icon.component.tsx @@ -45,11 +45,12 @@ import { DownloadIcon } from "./icons/download-icon.component"; import { FilterIcon } from "./icons/filter-icon.component"; import DiscordIcon from "./icons/discord-icon.component"; import { TwitterIcon } from "./icons/twitter-icon.component"; +import { Mee6Icon } from "./icons/mee6-icon.component"; export type BsmIconType = BsvMapCharacteristic | ( "settings"|"trash"|"favorite"|"folder"|"bsNote"|"check"|"three-dots"|"twitch"|"eye"|"play"|"checkCircleIcon"|"discord"| "terminal"|"desktop"|"oculus"|"add"|"cross"|"task"|"github"|"close"|"thumbUpFill"|"timerFill"|"pause"|"twitter"| - "copy"|"steam"|"edit"|"export"|"patreon"|"search"|"bsMapDifficulty"|"link"|"unlink"|"download"|"filter"| + "copy"|"steam"|"edit"|"export"|"patreon"|"search"|"bsMapDifficulty"|"link"|"unlink"|"download"|"filter"|"mee6"| "fr-FR-flag"|"es-ES-flag"|"en-US-flag"|"en-EN-flag" ); @@ -101,6 +102,7 @@ export const BsmIcon = memo(({className, icon, style}: {className?: string, icon if(icon === "filter"){ return } if(icon === "discord"){ return } if(icon === "twitter"){ return } + if(icon === "mee6"){ return } return } diff --git a/src/renderer/components/svgs/icons/mee6-icon.component.tsx b/src/renderer/components/svgs/icons/mee6-icon.component.tsx new file mode 100644 index 00000000..4b7a6fa3 --- /dev/null +++ b/src/renderer/components/svgs/icons/mee6-icon.component.tsx @@ -0,0 +1,17 @@ +import { CSSProperties } from "react"; + +export function Mee6Icon(props: {className?: string, style?: CSSProperties}) { + return ( + + + + + + + + + + + + ) +} diff --git a/src/renderer/pages/settings-page.component.tsx b/src/renderer/pages/settings-page.component.tsx index 972869ee..eed6ea62 100644 --- a/src/renderer/pages/settings-page.component.tsx +++ b/src/renderer/pages/settings-page.component.tsx @@ -138,14 +138,12 @@ export function SettingsPage() { notificationService.notifySuccess({title: "notifications.settings.steam.success.titles.logout", duration: 3000}); }; - const openPatreonPage = () => { - linkOpener.open("https://www.patreon.com/bsmanager?fan_landing=true"); - } - + const toogleShowSupporters = () => { - setShowSupporters(show => !show); - } - + setShowSupporters(show => !show); + } + + const openSupportPage = () => linkOpener.open("https://mee6.gg/m/bsmanager"); const openGithub = () => linkOpener.open("https://github.com/Zagrios/bs-manager"); const openReportBug = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=bug&template=-bug--bug-report.md&title=%5BBUG%5D+%3A+"); const openRequestFeatures = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=enhancement&template=-feat---feature-request.md&title=%5BFEAT.%5D+%3A+"); @@ -295,7 +293,7 @@ export function SettingsPage() {
- + toogleShowSupporters}/>
@@ -318,9 +316,7 @@ export function SettingsPage() {
- v{appVersion} - -
+ v{appVersion}