diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0799f205..67a270fb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - name: Email - url: https://singleboxapp.com/support + url: https://atomery.com/support?app=singlebox about: Contact the developer directly via email \ No newline at end of file diff --git a/public/libs/create-menu.js b/public/libs/create-menu.js index 590e6b44..a38814b6 100755 --- a/public/libs/create-menu.js +++ b/public/libs/create-menu.js @@ -399,7 +399,7 @@ function createMenu() { submenu: [ { label: 'Singlebox Support', - click: () => shell.openExternal('https://singleboxapp.com/support'), + click: () => shell.openExternal('https://atomery.com/support?app=singlebox'), }, { label: 'Report a Bug via GitHub...', diff --git a/src/components/dialog-about/index.js b/src/components/dialog-about/index.js index f8287417..3cf4e439 100644 --- a/src/components/dialog-about/index.js +++ b/src/components/dialog-about/index.js @@ -74,7 +74,7 @@ const About = (props) => {
@@ -84,13 +84,13 @@ const About = (props) => { by requestOpenInBrowser('https://quanglam2807.com/')} - onKeyDown={() => requestOpenInBrowser('https://quanglam2807.com/')} + onClick={() => requestOpenInBrowser('https://atomery.com/')} + onKeyDown={() => requestOpenInBrowser('https://atomery.com/')} role="link" tabIndex="0" className={classes.link} > - Quang Lam + Atomery diff --git a/src/components/dialog-preferences/index.js b/src/components/dialog-preferences/index.js index ac62cd42..e861bfa3 100644 --- a/src/components/dialog-preferences/index.js +++ b/src/components/dialog-preferences/index.js @@ -23,6 +23,7 @@ import NotificationsIcon from '@material-ui/icons/Notifications'; import RotateLeftIcon from '@material-ui/icons/RotateLeft'; import RouterIcon from '@material-ui/icons/Router'; import SecurityIcon from '@material-ui/icons/Security'; +import StorefrontIcon from '@material-ui/icons/Storefront'; import SystemUpdateAltIcon from '@material-ui/icons/SystemUpdateAlt'; import WidgetsIcon from '@material-ui/icons/Widgets'; @@ -34,6 +35,10 @@ import StatedMenu from '../shared/stated-menu'; import { updateIsDefaultMailClient, updateIsDefaultWebBrowser } from '../../state/general/actions'; +import webcatalogLogo from '../../images/webcatalog-logo.svg'; +import translatiumLogo from '../../images/translatium-logo.svg'; +import singleboxLogo from '../../images/singlebox-logo.svg'; + import { requestCheckForUpdates, requestClearBrowsingData, @@ -87,6 +92,9 @@ const styles = (theme) => ({ maxWidth: 500, float: 'right', }, + logo: { + height: 28, + }, }); const getThemeString = (theme) => { @@ -271,6 +279,11 @@ const Preferences = ({ Icon: RotateLeftIcon, ref: useRef(), }, + atomeryApps: { + text: 'Atomery Apps', + Icon: StorefrontIcon, + ref: useRef(), + }, miscs: { text: 'Miscellaneous', Icon: MoreHorizIcon, @@ -873,6 +886,38 @@ const Preferences = ({ + + Atomery Apps + + + + requestOpenInBrowser('https://webcatalogapp.com?utm_source=webcatalog_app')}> + )} + secondary="Run Web Apps like Real Apps" + /> + + + + requestOpenInBrowser('https://singleboxapp.com?utm_source=webcatalog_app')}> + )} + secondary="All Your Apps in One Single Window" + /> + + + + requestOpenInBrowser('https://translatiumapp.com?utm_source=webcatalog_app')}> + )} + secondary="Translate Any Languages like a Pro" + /> + + + + + + Miscellaneous diff --git a/src/images/singlebox-logo.svg b/src/images/singlebox-logo.svg new file mode 100644 index 00000000..90c582b8 --- /dev/null +++ b/src/images/singlebox-logo.svg @@ -0,0 +1 @@ +SINGLEBOX \ No newline at end of file diff --git a/src/images/translatium-logo.svg b/src/images/translatium-logo.svg new file mode 100644 index 00000000..f87730a5 --- /dev/null +++ b/src/images/translatium-logo.svg @@ -0,0 +1 @@ +TRANSLATIUM \ No newline at end of file diff --git a/src/images/webcatalog-logo.svg b/src/images/webcatalog-logo.svg new file mode 100644 index 00000000..7856f432 --- /dev/null +++ b/src/images/webcatalog-logo.svg @@ -0,0 +1 @@ +WEBCATALOG \ No newline at end of file