Fixed.
このコミットが含まれているのは:
コミット
044668897d
164
public/js/app.js
vendored
164
public/js/app.js
vendored
@ -17644,9 +17644,9 @@ Vue.component('new-items', __webpack_require__(161));
|
||||
Vue.component('hot-items', __webpack_require__(168));
|
||||
|
||||
// Entry page.
|
||||
Vue.component('entry-description', __webpack_require__(173));
|
||||
Vue.component('entry-changelog', __webpack_require__(178));
|
||||
Vue.component('entry-screenshots', __webpack_require__(183));
|
||||
Vue.component('entry-description', __webpack_require__(196));
|
||||
Vue.component('entry-changelog', __webpack_require__(201));
|
||||
Vue.component('entry-screenshots', __webpack_require__(206));
|
||||
|
||||
new Vue({
|
||||
el: '#app'
|
||||
@ -60204,19 +60204,47 @@ if (false) {
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
/* 173 */
|
||||
/* 173 */,
|
||||
/* 174 */,
|
||||
/* 175 */,
|
||||
/* 176 */,
|
||||
/* 177 */,
|
||||
/* 178 */,
|
||||
/* 179 */,
|
||||
/* 180 */,
|
||||
/* 181 */,
|
||||
/* 182 */,
|
||||
/* 183 */,
|
||||
/* 184 */,
|
||||
/* 185 */,
|
||||
/* 186 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ }),
|
||||
/* 187 */,
|
||||
/* 188 */,
|
||||
/* 189 */,
|
||||
/* 190 */,
|
||||
/* 191 */,
|
||||
/* 192 */,
|
||||
/* 193 */,
|
||||
/* 194 */,
|
||||
/* 195 */,
|
||||
/* 196 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var disposed = false
|
||||
function injectStyle (ssrContext) {
|
||||
if (disposed) return
|
||||
__webpack_require__(174)
|
||||
__webpack_require__(197)
|
||||
}
|
||||
var normalizeComponent = __webpack_require__(2)
|
||||
/* script */
|
||||
var __vue_script__ = __webpack_require__(176)
|
||||
var __vue_script__ = __webpack_require__(199)
|
||||
/* template */
|
||||
var __vue_template__ = __webpack_require__(177)
|
||||
var __vue_template__ = __webpack_require__(200)
|
||||
/* template functional */
|
||||
var __vue_template_functional__ = false
|
||||
/* styles */
|
||||
@ -60233,7 +60261,7 @@ var Component = normalizeComponent(
|
||||
__vue_scopeId__,
|
||||
__vue_module_identifier__
|
||||
)
|
||||
Component.options.__file = "resources/assets/js/components/EntryDescription.vue"
|
||||
Component.options.__file = "resources/assets/js/components/Entry/EntryDescription.vue"
|
||||
|
||||
/* hot reload */
|
||||
if (false) {(function () {
|
||||
@ -60242,9 +60270,9 @@ if (false) {(function () {
|
||||
if (!hotAPI.compatible) return
|
||||
module.hot.accept()
|
||||
if (!module.hot.data) {
|
||||
hotAPI.createRecord("data-v-3413e53e", Component.options)
|
||||
hotAPI.createRecord("data-v-d6ae1884", Component.options)
|
||||
} else {
|
||||
hotAPI.reload("data-v-3413e53e", Component.options)
|
||||
hotAPI.reload("data-v-d6ae1884", Component.options)
|
||||
}
|
||||
module.hot.dispose(function (data) {
|
||||
disposed = true
|
||||
@ -60255,23 +60283,23 @@ module.exports = Component.exports
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 174 */
|
||||
/* 197 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
// style-loader: Adds some css to the DOM by adding a <style> tag
|
||||
|
||||
// load the styles
|
||||
var content = __webpack_require__(175);
|
||||
var content = __webpack_require__(198);
|
||||
if(typeof content === 'string') content = [[module.i, content, '']];
|
||||
if(content.locals) module.exports = content.locals;
|
||||
// add the styles to the DOM
|
||||
var update = __webpack_require__(5)("685a8a5e", content, false, null);
|
||||
var update = __webpack_require__(5)("793105c0", content, false, null);
|
||||
// Hot Module Replacement
|
||||
if(false) {
|
||||
// When the styles change, update the <style> tags
|
||||
if(!content.locals) {
|
||||
module.hot.accept("!!../../../../node_modules/css-loader/index.js!../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-3413e53e\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryDescription.vue", function() {
|
||||
var newContent = require("!!../../../../node_modules/css-loader/index.js!../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-3413e53e\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryDescription.vue");
|
||||
module.hot.accept("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-d6ae1884\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryDescription.vue", function() {
|
||||
var newContent = require("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-d6ae1884\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryDescription.vue");
|
||||
if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
|
||||
update(newContent);
|
||||
});
|
||||
@ -60281,7 +60309,7 @@ if(false) {
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
/* 175 */
|
||||
/* 198 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
exports = module.exports = __webpack_require__(4)(false);
|
||||
@ -60295,7 +60323,7 @@ exports.push([module.i, "\n.col {\n\t\ttext-align: center;\n}\n", ""]);
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 176 */
|
||||
/* 199 */
|
||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -60310,6 +60338,11 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
/* harmony default export */ __webpack_exports__["default"] = ({
|
||||
name: 'entry-description',
|
||||
@ -60329,17 +60362,25 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
||||
});
|
||||
|
||||
/***/ }),
|
||||
/* 177 */
|
||||
/* 200 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var render = function() {
|
||||
var _vm = this
|
||||
var _h = _vm.$createElement
|
||||
var _c = _vm._self._c || _h
|
||||
return _c("div", { staticClass: "container" }, [
|
||||
_c("div", { staticClass: "row" }, [
|
||||
_c("div", { staticClass: "col-md-12" }, [
|
||||
_vm._v("\n\t\t\t\t" + _vm._s(_vm.description) + "\n\t\t\t")
|
||||
return _c("div", { staticClass: "panel panel-default" }, [
|
||||
_c("div", { staticClass: "panel-heading" }, [
|
||||
_vm._v("@lang('entry.description')")
|
||||
]),
|
||||
_vm._v(" "),
|
||||
_c("div", { staticClass: "panel-body" }, [
|
||||
_c("div", { staticClass: "container" }, [
|
||||
_c("div", { staticClass: "row" }, [
|
||||
_c("div", { staticClass: "col-md-12" }, [
|
||||
_vm._v("\n\t\t\t" + _vm._s(_vm.description) + "\n\t\t ")
|
||||
])
|
||||
])
|
||||
])
|
||||
])
|
||||
])
|
||||
@ -60350,24 +60391,24 @@ module.exports = { render: render, staticRenderFns: staticRenderFns }
|
||||
if (false) {
|
||||
module.hot.accept()
|
||||
if (module.hot.data) {
|
||||
require("vue-hot-reload-api") .rerender("data-v-3413e53e", module.exports)
|
||||
require("vue-hot-reload-api") .rerender("data-v-d6ae1884", module.exports)
|
||||
}
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
/* 178 */
|
||||
/* 201 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var disposed = false
|
||||
function injectStyle (ssrContext) {
|
||||
if (disposed) return
|
||||
__webpack_require__(179)
|
||||
__webpack_require__(202)
|
||||
}
|
||||
var normalizeComponent = __webpack_require__(2)
|
||||
/* script */
|
||||
var __vue_script__ = __webpack_require__(181)
|
||||
var __vue_script__ = __webpack_require__(204)
|
||||
/* template */
|
||||
var __vue_template__ = __webpack_require__(182)
|
||||
var __vue_template__ = __webpack_require__(205)
|
||||
/* template functional */
|
||||
var __vue_template_functional__ = false
|
||||
/* styles */
|
||||
@ -60384,7 +60425,7 @@ var Component = normalizeComponent(
|
||||
__vue_scopeId__,
|
||||
__vue_module_identifier__
|
||||
)
|
||||
Component.options.__file = "resources/assets/js/components/EntryChangelog.vue"
|
||||
Component.options.__file = "resources/assets/js/components/Entry/EntryChangelog.vue"
|
||||
|
||||
/* hot reload */
|
||||
if (false) {(function () {
|
||||
@ -60393,9 +60434,9 @@ if (false) {(function () {
|
||||
if (!hotAPI.compatible) return
|
||||
module.hot.accept()
|
||||
if (!module.hot.data) {
|
||||
hotAPI.createRecord("data-v-6b2e7e39", Component.options)
|
||||
hotAPI.createRecord("data-v-0f3157d6", Component.options)
|
||||
} else {
|
||||
hotAPI.reload("data-v-6b2e7e39", Component.options)
|
||||
hotAPI.reload("data-v-0f3157d6", Component.options)
|
||||
}
|
||||
module.hot.dispose(function (data) {
|
||||
disposed = true
|
||||
@ -60406,23 +60447,23 @@ module.exports = Component.exports
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 179 */
|
||||
/* 202 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
// style-loader: Adds some css to the DOM by adding a <style> tag
|
||||
|
||||
// load the styles
|
||||
var content = __webpack_require__(180);
|
||||
var content = __webpack_require__(203);
|
||||
if(typeof content === 'string') content = [[module.i, content, '']];
|
||||
if(content.locals) module.exports = content.locals;
|
||||
// add the styles to the DOM
|
||||
var update = __webpack_require__(5)("11509360", content, false, null);
|
||||
var update = __webpack_require__(5)("56ee5ca2", content, false, null);
|
||||
// Hot Module Replacement
|
||||
if(false) {
|
||||
// When the styles change, update the <style> tags
|
||||
if(!content.locals) {
|
||||
module.hot.accept("!!../../../../node_modules/css-loader/index.js!../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-6b2e7e39\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryChangelog.vue", function() {
|
||||
var newContent = require("!!../../../../node_modules/css-loader/index.js!../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-6b2e7e39\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryChangelog.vue");
|
||||
module.hot.accept("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-0f3157d6\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryChangelog.vue", function() {
|
||||
var newContent = require("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-0f3157d6\",\"scoped\":false,\"hasInlineConfig\":true}!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./EntryChangelog.vue");
|
||||
if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
|
||||
update(newContent);
|
||||
});
|
||||
@ -60432,7 +60473,7 @@ if(false) {
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
/* 180 */
|
||||
/* 203 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
exports = module.exports = __webpack_require__(4)(false);
|
||||
@ -60446,7 +60487,7 @@ exports.push([module.i, "\n.col {\n\t\ttext-align: center;\n}\n", ""]);
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 181 */
|
||||
/* 204 */
|
||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -60461,6 +60502,11 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
/* harmony default export */ __webpack_exports__["default"] = ({
|
||||
name: 'entry-changelog',
|
||||
@ -60480,17 +60526,25 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
||||
});
|
||||
|
||||
/***/ }),
|
||||
/* 182 */
|
||||
/* 205 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var render = function() {
|
||||
var _vm = this
|
||||
var _h = _vm.$createElement
|
||||
var _c = _vm._self._c || _h
|
||||
return _c("div", { staticClass: "container" }, [
|
||||
_c("div", { staticClass: "row" }, [
|
||||
_c("div", { staticClass: "col-md-12" }, [
|
||||
_vm._v("\n\t\t\t\t" + _vm._s(_vm.changelog) + "\n\t\t\t")
|
||||
return _c("div", { staticClass: "panel panel-default" }, [
|
||||
_c("div", { staticClass: "panel-heading" }, [
|
||||
_vm._v("@lang('entry.changelog', ['version' => '2.0'])")
|
||||
]),
|
||||
_vm._v(" "),
|
||||
_c("div", { staticClass: "panel-body" }, [
|
||||
_c("div", { staticClass: "container" }, [
|
||||
_c("div", { staticClass: "row" }, [
|
||||
_c("div", { staticClass: "col-md-12" }, [
|
||||
_vm._v("\n\t\t\t" + _vm._s(_vm.changelog) + "\n\t\t ")
|
||||
])
|
||||
])
|
||||
])
|
||||
])
|
||||
])
|
||||
@ -60501,20 +60555,20 @@ module.exports = { render: render, staticRenderFns: staticRenderFns }
|
||||
if (false) {
|
||||
module.hot.accept()
|
||||
if (module.hot.data) {
|
||||
require("vue-hot-reload-api") .rerender("data-v-6b2e7e39", module.exports)
|
||||
require("vue-hot-reload-api") .rerender("data-v-0f3157d6", module.exports)
|
||||
}
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
/* 183 */
|
||||
/* 206 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var disposed = false
|
||||
var normalizeComponent = __webpack_require__(2)
|
||||
/* script */
|
||||
var __vue_script__ = __webpack_require__(184)
|
||||
var __vue_script__ = __webpack_require__(207)
|
||||
/* template */
|
||||
var __vue_template__ = __webpack_require__(185)
|
||||
var __vue_template__ = __webpack_require__(208)
|
||||
/* template functional */
|
||||
var __vue_template_functional__ = false
|
||||
/* styles */
|
||||
@ -60531,7 +60585,7 @@ var Component = normalizeComponent(
|
||||
__vue_scopeId__,
|
||||
__vue_module_identifier__
|
||||
)
|
||||
Component.options.__file = "resources/assets/js/components/EntryScreenshots.vue"
|
||||
Component.options.__file = "resources/assets/js/components/Entry/EntryScreenshots.vue"
|
||||
|
||||
/* hot reload */
|
||||
if (false) {(function () {
|
||||
@ -60540,9 +60594,9 @@ if (false) {(function () {
|
||||
if (!hotAPI.compatible) return
|
||||
module.hot.accept()
|
||||
if (!module.hot.data) {
|
||||
hotAPI.createRecord("data-v-3d893e9c", Component.options)
|
||||
hotAPI.createRecord("data-v-e02371e2", Component.options)
|
||||
} else {
|
||||
hotAPI.reload("data-v-3d893e9c", Component.options)
|
||||
hotAPI.reload("data-v-e02371e2", Component.options)
|
||||
}
|
||||
module.hot.dispose(function (data) {
|
||||
disposed = true
|
||||
@ -60553,7 +60607,7 @@ module.exports = Component.exports
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 184 */
|
||||
/* 207 */
|
||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -60574,7 +60628,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
||||
});
|
||||
|
||||
/***/ }),
|
||||
/* 185 */
|
||||
/* 208 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var render = function() {
|
||||
@ -60602,15 +60656,9 @@ module.exports = { render: render, staticRenderFns: staticRenderFns }
|
||||
if (false) {
|
||||
module.hot.accept()
|
||||
if (module.hot.data) {
|
||||
require("vue-hot-reload-api") .rerender("data-v-3d893e9c", module.exports)
|
||||
require("vue-hot-reload-api") .rerender("data-v-e02371e2", module.exports)
|
||||
}
|
||||
}
|
||||
|
||||
/***/ }),
|
||||
/* 186 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
// removed by extract-text-webpack-plugin
|
||||
|
||||
/***/ })
|
||||
/******/ ]);
|
6
resources/assets/js/app.js
vendored
6
resources/assets/js/app.js
vendored
@ -22,9 +22,9 @@ Vue.component('new-items', require('./components/NewEntries.vue'));
|
||||
Vue.component('hot-items', require('./components/HotEntries.vue'));
|
||||
|
||||
// Entry page.
|
||||
Vue.component('entry-description', require('./components/EntryDescription.vue'));
|
||||
Vue.component('entry-changelog', require('./components/EntryChangelog.vue'));
|
||||
Vue.component('entry-screenshots', require('./components/EntryScreenshots.vue'));
|
||||
Vue.component('entry-description', require('./components/Entry/EntryDescription.vue'));
|
||||
Vue.component('entry-changelog', require('./components/Entry/EntryChangelog.vue'));
|
||||
Vue.component('entry-screenshots', require('./components/Entry/EntryScreenshots.vue'));
|
||||
|
||||
new Vue({
|
||||
el: '#app'
|
||||
|
新しいイシューから参照
ユーザーをブロックする