diff --git a/src/client/app/desktop/views/components/timeline.core.vue b/src/client/app/desktop/views/components/timeline.core.vue index f5e0ee118..a137a5707 100644 --- a/src/client/app/desktop/views/components/timeline.core.vue +++ b/src/client/app/desktop/views/components/timeline.core.vue @@ -15,6 +15,7 @@ diff --git a/src/client/app/mobile/views/components/index.ts b/src/client/app/mobile/views/components/index.ts index 934670030..9a0a52d10 100644 --- a/src/client/app/mobile/views/components/index.ts +++ b/src/client/app/mobile/views/components/index.ts @@ -1,7 +1,6 @@ import Vue from 'vue'; import ui from './ui.vue'; -import timeline from './timeline.vue'; import note from './note.vue'; import notes from './notes.vue'; import mediaImage from './media-image.vue'; @@ -24,7 +23,6 @@ import activity from './activity.vue'; import widgetContainer from './widget-container.vue'; Vue.component('mk-ui', ui); -Vue.component('mk-timeline', timeline); Vue.component('mk-note', note); Vue.component('mk-notes', notes); Vue.component('mk-media-image', mediaImage); diff --git a/src/client/app/mobile/views/components/timeline.vue b/src/client/app/mobile/views/components/timeline.vue deleted file mode 100644 index 561034917..000000000 --- a/src/client/app/mobile/views/components/timeline.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - %fa:R comments% - %i18n:@empty% - - - - - - - - diff --git a/src/client/app/mobile/views/pages/dashboard.vue b/src/client/app/mobile/views/pages/dashboard.vue new file mode 100644 index 000000000..14779da65 --- /dev/null +++ b/src/client/app/mobile/views/pages/dashboard.vue @@ -0,0 +1,196 @@ + + + %fa:home%ダッシュボード + + %fa:cog% + + + + + + プロフィール + カレンダー + アクティビティ + RSSリーダー + フォトストリーム + スライドショー + バージョン + アクセスログ + サーバー情報 + 寄付のお願い + ナビゲーション + ヒント + + 追加 + カスタマイズのヒント + + + + + %fa:bars%{{ widget.name }}%fa:times% + + + + + + + + + + + + + + + + + diff --git a/src/client/app/mobile/views/pages/home.timeline.vue b/src/client/app/mobile/views/pages/home.timeline.vue new file mode 100644 index 000000000..42ed454d2 --- /dev/null +++ b/src/client/app/mobile/views/pages/home.timeline.vue @@ -0,0 +1,166 @@ + + + + + + + %fa:R comments% + %i18n:@empty% + + + + + + diff --git a/src/client/app/mobile/views/pages/home.vue b/src/client/app/mobile/views/pages/home.vue index 3d94dd7ce..3b152b395 100644 --- a/src/client/app/mobile/views/pages/home.vue +++ b/src/client/app/mobile/views/pages/home.vue @@ -1,59 +1,37 @@ - - %fa:home%%i18n:@timeline% - %fa:home%ウィジェット + + + %fa:home%ホーム + %fa:R comments%ローカル + %fa:globe%グローバル + %fa:list%{{ list.title }} + - %fa:angle-down% + %fa:angle-down% %fa:angle-up% + - %fa:pencil-alt% - %fa:cog% + %fa:pencil-alt% + - - + + + + %fa:home% ホーム + %fa:R comments% ローカル + %fa:globe% グローバル + - - - - - プロフィール - カレンダー - アクティビティ - RSSリーダー - フォトストリーム - スライドショー - バージョン - アクセスログ - サーバー情報 - 寄付のお願い - ナビゲーション - ヒント - - 追加 - カスタマイズのヒント - - - - - %fa:bars%{{ widget.name }}%fa:times% - - - - - - - - - - + + + + + + @@ -61,144 +39,38 @@
カスタマイズのヒント