2017-05-17 22:06:55 +02:00
|
|
|
/**
|
|
|
|
* App initializer
|
|
|
|
*/
|
|
|
|
|
2018-02-09 05:32:41 +01:00
|
|
|
import Vue from 'vue';
|
2018-04-29 11:16:02 +02:00
|
|
|
import Vuex from 'vuex';
|
2018-02-09 05:32:41 +01:00
|
|
|
import VueRouter from 'vue-router';
|
2018-03-10 05:22:20 +01:00
|
|
|
import VAnimateCss from 'v-animate-css';
|
2018-09-01 13:47:49 +02:00
|
|
|
import VModal from 'vue-js-modal';
|
2018-10-09 07:58:37 +02:00
|
|
|
import VueSweetalert2 from 'vue-sweetalert2';
|
2018-11-08 07:16:39 +01:00
|
|
|
import VueI18n from 'vue-i18n';
|
2018-03-03 06:25:36 +01:00
|
|
|
|
2018-09-26 12:14:11 +02:00
|
|
|
import VueHotkey from './common/hotkey';
|
2018-03-03 06:25:36 +01:00
|
|
|
import App from './app.vue';
|
|
|
|
import checkForUpdate from './common/scripts/check-for-update';
|
2018-04-29 14:37:51 +02:00
|
|
|
import MiOS, { API } from './mios';
|
2018-11-03 09:04:33 +01:00
|
|
|
import { clientVersion as version, codename, lang } from './config';
|
2018-10-02 09:04:31 +02:00
|
|
|
import { builtinThemes, lightTheme, applyTheme } from './theme';
|
2018-09-26 12:14:11 +02:00
|
|
|
|
|
|
|
if (localStorage.getItem('theme') == null) {
|
2018-09-28 17:01:11 +02:00
|
|
|
applyTheme(lightTheme);
|
2018-09-26 12:14:11 +02:00
|
|
|
}
|
2018-03-03 06:25:36 +01:00
|
|
|
|
2018-11-05 17:40:11 +01:00
|
|
|
//#region FontAwesome
|
|
|
|
import { library } from '@fortawesome/fontawesome-svg-core';
|
|
|
|
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
|
|
|
|
|
|
|
|
/* なぜか動かない
|
|
|
|
import faRetweet from '@fortawesome/free-solid-svg-icons/faRetweet';
|
|
|
|
import faPlus from '@fortawesome/free-solid-svg-icons/faPlus';
|
|
|
|
import faUser from '@fortawesome/free-solid-svg-icons/faUser';
|
|
|
|
import faCog from '@fortawesome/free-solid-svg-icons/faCog';
|
|
|
|
import faCheck from '@fortawesome/free-solid-svg-icons/faCheck';
|
|
|
|
import faStar from '@fortawesome/free-solid-svg-icons/faStar';
|
|
|
|
import faReply from '@fortawesome/free-solid-svg-icons/faReply';
|
|
|
|
import faEllipsisH from '@fortawesome/free-solid-svg-icons/faEllipsisH';
|
|
|
|
import faQuoteLeft from '@fortawesome/free-solid-svg-icons/faQuoteLeft';
|
|
|
|
import faQuoteRight from '@fortawesome/free-solid-svg-icons/faQuoteRight';
|
|
|
|
import faAngleUp from '@fortawesome/free-solid-svg-icons/faAngleUp';
|
|
|
|
import faAngleDown from '@fortawesome/free-solid-svg-icons/faAngleDown';
|
|
|
|
import faAt from '@fortawesome/free-solid-svg-icons/faAt';
|
|
|
|
import faHashtag from '@fortawesome/free-solid-svg-icons/faHashtag';
|
|
|
|
import faHome from '@fortawesome/free-solid-svg-icons/faHome';
|
|
|
|
import faGlobe from '@fortawesome/free-solid-svg-icons/faGlobe';
|
|
|
|
import faCircle from '@fortawesome/free-solid-svg-icons/faCircle';
|
|
|
|
import faList from '@fortawesome/free-solid-svg-icons/faList';
|
|
|
|
import faHeart from '@fortawesome/free-solid-svg-icons/faHeart';
|
|
|
|
import faUnlock from '@fortawesome/free-solid-svg-icons/faUnlock';
|
|
|
|
import faRssSquare from '@fortawesome/free-solid-svg-icons/faRssSquare';
|
|
|
|
import faSort from '@fortawesome/free-solid-svg-icons/faSort';
|
|
|
|
import faChartPie from '@fortawesome/free-solid-svg-icons/faChartPie';
|
|
|
|
import faChartBar from '@fortawesome/free-solid-svg-icons/faChartBar';
|
|
|
|
import faPencilAlt from '@fortawesome/free-solid-svg-icons/faPencilAlt';
|
|
|
|
import faColumns from '@fortawesome/free-solid-svg-icons/faColumns';
|
|
|
|
import faComments from '@fortawesome/free-solid-svg-icons/faComments';
|
|
|
|
import faGamepad from '@fortawesome/free-solid-svg-icons/faGamepad';
|
|
|
|
import faCloud from '@fortawesome/free-solid-svg-icons/faCloud';
|
|
|
|
import faPowerOff from '@fortawesome/free-solid-svg-icons/faPowerOff';
|
|
|
|
import faChevronCircleLeft from '@fortawesome/free-solid-svg-icons/faChevronCircleLeft';
|
|
|
|
import faChevronCircleRight from '@fortawesome/free-solid-svg-icons/faChevronCircleRight';
|
|
|
|
import faShareAlt from '@fortawesome/free-solid-svg-icons/faShareAlt';
|
|
|
|
import faTimes from '@fortawesome/free-solid-svg-icons/faTimes';
|
|
|
|
import faThumbtack from '@fortawesome/free-solid-svg-icons/faThumbtack';
|
|
|
|
import faSearch from '@fortawesome/free-solid-svg-icons/faSearch';
|
|
|
|
|
|
|
|
import farBell from '@fortawesome/free-regular-svg-icons/faBell';
|
|
|
|
import farEnvelope from '@fortawesome/free-regular-svg-icons/faEnvelope';
|
|
|
|
import farComments from '@fortawesome/free-regular-svg-icons/faComments';
|
|
|
|
|
|
|
|
library.add(
|
|
|
|
faRetweet,
|
|
|
|
faPlus,
|
|
|
|
faUser,
|
|
|
|
faCog,
|
|
|
|
faCheck,
|
|
|
|
faStar,
|
|
|
|
faReply,
|
|
|
|
faEllipsisH,
|
|
|
|
faQuoteLeft,
|
|
|
|
faQuoteRight,
|
|
|
|
faAngleUp,
|
|
|
|
faAngleDown,
|
|
|
|
faAt,
|
|
|
|
faHashtag,
|
|
|
|
faHome,
|
|
|
|
faGlobe,
|
|
|
|
faCircle,
|
|
|
|
faList,
|
|
|
|
faHeart,
|
|
|
|
faUnlock,
|
|
|
|
faRssSquare,
|
|
|
|
faSort,
|
|
|
|
faChartPie,
|
|
|
|
faChartBar,
|
|
|
|
faPencilAlt,
|
|
|
|
faColumns,
|
|
|
|
faComments,
|
|
|
|
faGamepad,
|
|
|
|
faCloud,
|
|
|
|
faPowerOff,
|
|
|
|
faChevronCircleLeft,
|
|
|
|
faChevronCircleRight,
|
|
|
|
faShareAlt,
|
|
|
|
faTimes,
|
|
|
|
faThumbtack,
|
|
|
|
faSearch,
|
|
|
|
farBell,
|
|
|
|
farEnvelope,
|
|
|
|
farComments,
|
|
|
|
);
|
|
|
|
*/
|
|
|
|
|
|
|
|
import { fas } from '@fortawesome/free-solid-svg-icons';
|
|
|
|
import { far } from '@fortawesome/free-regular-svg-icons';
|
|
|
|
|
|
|
|
library.add(fas, far);
|
|
|
|
//#endregion
|
|
|
|
|
2018-04-21 08:37:02 +02:00
|
|
|
Vue.use(Vuex);
|
2018-02-09 05:32:41 +01:00
|
|
|
Vue.use(VueRouter);
|
2018-03-10 05:22:20 +01:00
|
|
|
Vue.use(VAnimateCss);
|
2018-09-01 13:47:49 +02:00
|
|
|
Vue.use(VModal);
|
2018-09-17 22:35:06 +02:00
|
|
|
Vue.use(VueHotkey);
|
2018-10-09 07:58:37 +02:00
|
|
|
Vue.use(VueSweetalert2);
|
2018-11-08 07:16:39 +01:00
|
|
|
Vue.use(VueI18n);
|
2018-02-09 05:32:41 +01:00
|
|
|
|
2018-11-05 17:40:11 +01:00
|
|
|
Vue.component('fa', FontAwesomeIcon);
|
|
|
|
|
2018-02-11 16:17:51 +01:00
|
|
|
// Register global directives
|
|
|
|
require('./common/views/directives');
|
|
|
|
|
|
|
|
// Register global components
|
|
|
|
require('./common/views/components');
|
2018-02-24 16:18:09 +01:00
|
|
|
require('./common/views/widgets');
|
2018-02-11 16:17:51 +01:00
|
|
|
|
2018-02-19 23:56:39 +01:00
|
|
|
// Register global filters
|
2018-02-26 18:36:19 +01:00
|
|
|
require('./common/views/filters');
|
2018-02-19 23:56:39 +01:00
|
|
|
|
2018-02-16 19:53:21 +01:00
|
|
|
Vue.mixin({
|
2018-09-15 14:53:04 +02:00
|
|
|
methods: {
|
|
|
|
destroyDom() {
|
|
|
|
this.$destroy();
|
|
|
|
|
|
|
|
if (this.$el.parentNode) {
|
|
|
|
this.$el.parentNode.removeChild(this.$el);
|
|
|
|
}
|
2018-02-17 10:14:23 +01:00
|
|
|
}
|
2018-02-16 19:53:21 +01:00
|
|
|
}
|
|
|
|
});
|
|
|
|
|
2017-05-17 22:06:55 +02:00
|
|
|
/**
|
|
|
|
* APP ENTRY POINT!
|
|
|
|
*/
|
|
|
|
|
2018-03-29 07:48:47 +02:00
|
|
|
console.info(`Misskey v${version} (${codename})`);
|
2018-02-24 02:34:36 +01:00
|
|
|
console.info(
|
2018-08-06 22:02:53 +02:00
|
|
|
'%c%i18n:common.do-not-copy-paste%',
|
2018-03-06 06:32:15 +01:00
|
|
|
'color: red; background: yellow; font-size: 16px; font-weight: bold;');
|
2017-05-17 22:06:55 +02:00
|
|
|
|
2017-11-28 07:05:55 +01:00
|
|
|
// BootTimer解除
|
|
|
|
window.clearTimeout((window as any).mkBootTimer);
|
|
|
|
delete (window as any).mkBootTimer;
|
|
|
|
|
2018-02-09 10:28:06 +01:00
|
|
|
//#region Set lang attr
|
|
|
|
const html = document.documentElement;
|
2018-02-24 16:18:09 +01:00
|
|
|
html.setAttribute('lang', lang);
|
2018-02-09 10:28:06 +01:00
|
|
|
//#endregion
|
|
|
|
|
2017-05-17 22:06:55 +02:00
|
|
|
// iOSでプライベートモードだとlocalStorageが使えないので既存のメソッドを上書きする
|
|
|
|
try {
|
|
|
|
localStorage.setItem('kyoppie', 'yuppie');
|
|
|
|
} catch (e) {
|
|
|
|
Storage.prototype.setItem = () => { }; // noop
|
|
|
|
}
|
|
|
|
|
|
|
|
// クライアントを更新すべきならする
|
|
|
|
if (localStorage.getItem('should-refresh') == 'true') {
|
|
|
|
localStorage.removeItem('should-refresh');
|
|
|
|
location.reload(true);
|
|
|
|
}
|
|
|
|
|
2017-11-15 19:06:52 +01:00
|
|
|
// MiOSを初期化してコールバックする
|
2018-03-27 07:13:12 +02:00
|
|
|
export default (callback: (launch: (router: VueRouter, api?: (os: MiOS) => API) => [Vue, MiOS]) => void, sw = false) => {
|
2018-02-18 04:35:18 +01:00
|
|
|
const os = new MiOS(sw);
|
2017-06-06 17:04:28 +02:00
|
|
|
|
2018-02-18 04:35:18 +01:00
|
|
|
os.init(() => {
|
2017-05-17 22:06:55 +02:00
|
|
|
// アプリ基底要素マウント
|
2018-02-10 02:52:26 +01:00
|
|
|
document.body.innerHTML = '<div id="app"></div>';
|
2018-02-09 10:57:42 +01:00
|
|
|
|
2018-03-27 07:13:12 +02:00
|
|
|
const launch = (router: VueRouter, api?: (os: MiOS) => API) => {
|
2018-02-27 16:30:36 +01:00
|
|
|
os.apis = api ? api(os) : null;
|
2018-02-22 15:53:07 +01:00
|
|
|
|
2018-09-28 17:01:11 +02:00
|
|
|
//#region theme
|
|
|
|
os.store.watch(s => {
|
|
|
|
return s.device.darkmode;
|
|
|
|
}, v => {
|
|
|
|
const themes = os.store.state.device.themes.concat(builtinThemes);
|
2018-10-02 09:04:31 +02:00
|
|
|
const dark = themes.find(t => t.id == os.store.state.device.darkTheme);
|
|
|
|
const light = themes.find(t => t.id == os.store.state.device.lightTheme);
|
2018-09-28 17:01:11 +02:00
|
|
|
applyTheme(v ? dark : light);
|
|
|
|
});
|
|
|
|
os.store.watch(s => {
|
|
|
|
return s.device.lightTheme;
|
|
|
|
}, v => {
|
|
|
|
const themes = os.store.state.device.themes.concat(builtinThemes);
|
2018-10-02 09:04:31 +02:00
|
|
|
const theme = themes.find(t => t.id == v);
|
2018-09-28 17:01:11 +02:00
|
|
|
if (!os.store.state.device.darkmode) {
|
|
|
|
applyTheme(theme);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
os.store.watch(s => {
|
|
|
|
return s.device.darkTheme;
|
|
|
|
}, v => {
|
|
|
|
const themes = os.store.state.device.themes.concat(builtinThemes);
|
2018-10-02 09:04:31 +02:00
|
|
|
const theme = themes.find(t => t.id == v);
|
2018-09-28 17:01:11 +02:00
|
|
|
if (os.store.state.device.darkmode) {
|
|
|
|
applyTheme(theme);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
//#endregion
|
|
|
|
|
2018-09-22 13:39:12 +02:00
|
|
|
//#region shadow
|
|
|
|
const shadow = '0 3px 8px rgba(0, 0, 0, 0.2)';
|
2018-10-14 22:18:39 +02:00
|
|
|
const shadowRight = '4px 0 4px rgba(0, 0, 0, 0.1)';
|
2018-10-14 22:28:35 +02:00
|
|
|
const shadowLeft = '-4px 0 4px rgba(0, 0, 0, 0.1)';
|
2018-09-22 13:39:12 +02:00
|
|
|
if (os.store.state.settings.useShadow) document.documentElement.style.setProperty('--shadow', shadow);
|
2018-10-14 22:18:39 +02:00
|
|
|
if (os.store.state.settings.useShadow) document.documentElement.style.setProperty('--shadowRight', shadowRight);
|
2018-10-14 22:28:35 +02:00
|
|
|
if (os.store.state.settings.useShadow) document.documentElement.style.setProperty('--shadowLeft', shadowLeft);
|
2018-09-22 13:39:12 +02:00
|
|
|
os.store.watch(s => {
|
|
|
|
return s.settings.useShadow;
|
|
|
|
}, v => {
|
|
|
|
document.documentElement.style.setProperty('--shadow', v ? shadow : 'none');
|
2018-10-14 22:18:39 +02:00
|
|
|
document.documentElement.style.setProperty('--shadowRight', v ? shadowRight : 'none');
|
2018-10-14 22:28:35 +02:00
|
|
|
document.documentElement.style.setProperty('--shadowLeft', v ? shadowLeft : 'none');
|
2018-09-22 13:39:12 +02:00
|
|
|
});
|
|
|
|
//#endregion
|
|
|
|
|
|
|
|
//#region rounded corners
|
|
|
|
const round = '6px';
|
|
|
|
if (os.store.state.settings.roundedCorners) document.documentElement.style.setProperty('--round', round);
|
|
|
|
os.store.watch(s => {
|
|
|
|
return s.settings.roundedCorners;
|
|
|
|
}, v => {
|
|
|
|
document.documentElement.style.setProperty('--round', v ? round : '0');
|
|
|
|
});
|
|
|
|
//#endregion
|
|
|
|
|
2018-10-18 23:18:33 +02:00
|
|
|
// Navigation hook
|
|
|
|
router.beforeEach((to, from, next) => {
|
|
|
|
if (os.store.state.navHook) {
|
|
|
|
if (os.store.state.navHook(to)) {
|
|
|
|
next(false);
|
|
|
|
} else {
|
|
|
|
next();
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
next();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
2018-10-19 07:34:51 +02:00
|
|
|
document.addEventListener('visibilitychange', () => {
|
|
|
|
if (!document.hidden) {
|
|
|
|
os.store.commit('clearBehindNotes');
|
|
|
|
}
|
|
|
|
}, false);
|
|
|
|
|
2018-10-22 11:23:20 +02:00
|
|
|
window.addEventListener('scroll', () => {
|
|
|
|
if (window.scrollY <= 8) {
|
|
|
|
os.store.commit('clearBehindNotes');
|
|
|
|
}
|
|
|
|
}, { passive: true });
|
|
|
|
|
2018-02-18 04:35:18 +01:00
|
|
|
Vue.mixin({
|
2018-02-20 21:55:19 +01:00
|
|
|
data() {
|
|
|
|
return {
|
2018-11-08 19:44:35 +01:00
|
|
|
//os,
|
|
|
|
os: {
|
|
|
|
stream: os.stream,
|
|
|
|
getMeta: os.getMeta,
|
|
|
|
getMetaSync: os.getMetaSync,
|
|
|
|
new: os.new,
|
|
|
|
windows: os.windows
|
|
|
|
},
|
2018-02-20 21:55:19 +01:00
|
|
|
api: os.api,
|
2018-05-27 06:49:09 +02:00
|
|
|
apis: os.apis
|
2018-02-20 21:55:19 +01:00
|
|
|
};
|
2018-04-29 11:16:02 +02:00
|
|
|
}
|
2018-02-18 04:35:18 +01:00
|
|
|
});
|
|
|
|
|
2018-02-22 23:50:42 +01:00
|
|
|
const app = new Vue({
|
2018-11-08 19:44:35 +01:00
|
|
|
i18n: new VueI18n({
|
|
|
|
sync: false,
|
|
|
|
locale: lang,
|
|
|
|
messages: {
|
|
|
|
[lang]: {}
|
|
|
|
}
|
|
|
|
}),
|
2018-04-29 10:17:15 +02:00
|
|
|
store: os.store,
|
2018-03-27 07:13:12 +02:00
|
|
|
router,
|
2018-02-22 23:50:42 +01:00
|
|
|
render: createEl => createEl(App)
|
|
|
|
});
|
|
|
|
|
|
|
|
os.app = app;
|
|
|
|
|
2018-02-22 15:53:07 +01:00
|
|
|
// マウント
|
|
|
|
app.$mount('#app');
|
2018-02-20 18:53:34 +01:00
|
|
|
|
|
|
|
return [app, os] as [Vue, MiOS];
|
2018-02-10 06:56:33 +01:00
|
|
|
};
|
2017-05-17 22:06:55 +02:00
|
|
|
|
|
|
|
try {
|
2018-02-11 04:08:43 +01:00
|
|
|
callback(launch);
|
2017-05-17 22:06:55 +02:00
|
|
|
} catch (e) {
|
|
|
|
panic(e);
|
|
|
|
}
|
|
|
|
|
2018-02-24 16:18:09 +01:00
|
|
|
//#region 更新チェック
|
2018-05-20 19:13:39 +02:00
|
|
|
const preventUpdate = os.store.state.device.preventUpdate;
|
2018-02-24 16:18:09 +01:00
|
|
|
if (!preventUpdate) {
|
|
|
|
setTimeout(() => {
|
|
|
|
checkForUpdate(os);
|
|
|
|
}, 3000);
|
|
|
|
}
|
|
|
|
//#endregion
|
2017-05-17 22:06:55 +02:00
|
|
|
});
|
2017-11-15 19:06:52 +01:00
|
|
|
};
|
2017-05-17 22:06:55 +02:00
|
|
|
|
|
|
|
// BSoD
|
|
|
|
function panic(e) {
|
|
|
|
console.error(e);
|
|
|
|
|
|
|
|
// Display blue screen
|
2017-06-12 20:20:43 +02:00
|
|
|
document.documentElement.style.background = '#1269e2';
|
2017-05-17 22:06:55 +02:00
|
|
|
document.body.innerHTML =
|
2017-05-17 22:18:32 +02:00
|
|
|
'<div id="error">'
|
2018-10-20 04:57:23 +02:00
|
|
|
+ '<h1>%i18n.common.BSoD.fatal-error%</h1>'
|
|
|
|
+ '<p>%i18n.common.BSoD.update-browser-os%</p>'
|
2017-05-17 22:18:32 +02:00
|
|
|
+ '<hr>'
|
2018-10-20 04:57:23 +02:00
|
|
|
+ `<p>%i18n.common.BSoD.error-code%: ${e.toString()}</p>`
|
2018-10-20 08:46:01 +02:00
|
|
|
+ `<p>%i18n.common.BSoD.browser-version%: ${navigator.userAgent}</p>`
|
|
|
|
+ `<p>%i18n.common.BSoD.client-version%: ${version}</p>`
|
2017-05-17 22:18:32 +02:00
|
|
|
+ '<hr>'
|
2018-10-20 08:46:01 +02:00
|
|
|
+ '<p>%i18n.common.BSoD.email-support%</p>'
|
|
|
|
+ '<p>%i18n.common.BSoD.thanks%</p>'
|
2017-05-17 22:18:32 +02:00
|
|
|
+ '</div>';
|
2017-05-17 22:06:55 +02:00
|
|
|
|
|
|
|
// TODO: Report the bug
|
|
|
|
}
|