Skip to content

Commit

Permalink
chore:change-app-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ezailWang authored and oidsixer committed Oct 10, 2023
1 parent 75da719 commit b1ea6cd
Show file tree
Hide file tree
Showing 30 changed files with 9 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/desktop/public/static/images/icons/512x512.icns
Binary file not shown.
Binary file modified packages/desktop/public/static/images/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/desktop/public/static/images/icons/favicon/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/desktop/public/static/images/icons/icon.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/kit-bg/src/services/ServiceApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class ServiceApp extends ServiceBase {
(s) => s.settings?.pushNotification?.pushEnable,
);
if (pushEnable) {
await serviceNotification.syncPushNotificationConfig('reset');
serviceNotification.syncPushNotificationConfig('reset');
}
await persistor.purge();
webTabsActions.closeAllWebTabs();
Expand Down
Binary file modified packages/kit/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/kit/assets/logo_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/kit/assets/logo_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/kit/assets/qrcode_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions packages/kit/assets/splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/kit/assets/walletLogo/onekey_logo_sm_enable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion packages/kit/src/routes/Root/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { ModalRoutes } from '../../routesEnum';

import { buildModalOpenAnimationOptions } from './buildModalStackNavigatorOptions';
import createStackNavigator from './createStackNavigator';
import ManagerWalletModal from './ManagerWallet';

import type { ModalRoutesParams } from '../../types';

Expand Down Expand Up @@ -54,7 +55,7 @@ const ManageNetworkModal = createLazyComponent(() => import('./ManageNetwork'));
const ManagerAccountModal = createLazyComponent(
() => import('./ManagerAccount'),
);
const ManagerWalletModal = createLazyComponent(() => import('./ManagerWallet'));
// const ManagerWalletModal = createLazyComponent(() => import('./ManagerWallet'));
const ManageTokenModal = createLazyComponent(() => import('./ManageToken'));
const NFTMarket = createLazyComponent(() => import('./NFTMarket'));
const PasswordModal = createLazyComponent(() => import('./Password'));
Expand Down
3 changes: 2 additions & 1 deletion packages/kit/src/routes/Root/RootApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ import platformEnv from '@onekeyhq/shared/src/platformEnv';
import { createLazyComponent } from '../../utils/createLazyComponent';
import { RootRoutes } from '../routesEnum';

import ModalStackNavigator from './Modal';
import { buildModalOpenAnimationOptions } from './Modal/buildModalStackNavigatorOptions';
import createStackNavigator from './Modal/createStackNavigator';

const ModalStackNavigator = createLazyComponent(() => import('./Modal'));
// const ModalStackNavigator = createLazyComponent(() => import('./Modal'));
const OnLanding = createLazyComponent(
() => import('@onekeyhq/kit/src/views/OnLanding'),
);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/web/public/static/images/icons/favicon/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1ea6cd

Please sign in to comment.