diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index bb02f8bb05..be82ee8624 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -37,7 +37,6 @@ import MkSearch from './views/pages/search.vue'; import MkFollowers from './views/pages/followers.vue'; import MkFollowing from './views/pages/following.vue'; import MkSettings from './views/pages/settings.vue'; -import MkProfileSetting from './views/pages/profile-setting.vue'; import MkOthello from './views/pages/othello.vue'; Vue.use(MdCard); @@ -71,7 +70,6 @@ init((launch) => { { path: '/', name: 'index', component: MkIndex }, { path: '/signup', name: 'signup', component: MkSignup }, { path: '/i/settings', component: MkSettings }, - { path: '/i/settings/profile', component: MkProfileSetting }, { path: '/i/notifications', name: 'notifications', component: MkNotifications }, { path: '/i/widgets', name: 'widgets', component: MkWidgets }, { path: '/i/messaging', name: 'messaging', component: MkMessaging }, diff --git a/src/client/app/mobile/views/pages/profile-setting.vue b/src/client/app/mobile/views/pages/profile-setting.vue deleted file mode 100644 index 7048cdef31..0000000000 --- a/src/client/app/mobile/views/pages/profile-setting.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - %fa:user%%i18n:@title% - - %fa:info-circle%%i18n:@will-be-published% - - - - - - %i18n:@name% - - - - %i18n:@location% - - - - %i18n:@description% - - - - %i18n:@birthday% - - - - %i18n:@avatar% - %i18n:@set-avatar% - - - %i18n:@banner% - %i18n:@set-banner% - - - %fa:check%%i18n:@save% - - - - - - -
%fa:info-circle%%i18n:@will-be-published%
%i18n:@name%
%i18n:@location%
%i18n:@description%
%i18n:@birthday%
%i18n:@avatar%
%i18n:@banner%