Skip to content

Commit

Permalink
New livesenter build
Browse files Browse the repository at this point in the history
  • Loading branch information
5orenso committed Feb 5, 2023
1 parent 247dfe1 commit c1060b3
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
8 changes: 4 additions & 4 deletions preact/simple-blog-livecenter/bundle/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bundle.js": "bundle.76fe0.esm.js",
"bundle.js.map": "bundle.76fe0.esm.js.map",
"bundle.js": "bundle.ba71c.esm.js",
"bundle.js.map": "bundle.ba71c.esm.js.map",
"polyfills.js": "polyfills.f8ae2.esm.js",
"polyfills.js.map": "polyfills.f8ae2.esm.js.map",
"route-start.js": "route-start.chunk.0011a.esm.js",
"route-start.js.map": "route-start.chunk.0011a.esm.js.map",
"route-start.js": "route-start.chunk.46643.esm.js",
"route-start.js.map": "route-start.chunk.46643.esm.js.map",
"assets/.DS_Store": "assets/.DS_Store",
"assets/images/logo.png": "assets/images/logo.png"
}
2 changes: 2 additions & 0 deletions preact/simple-blog-livecenter/bundle/bundle.ba71c.esm.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion preact/simple-blog-livecenter/bundle/push-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"/":{"bundle.76fe0.esm.js":{"type":"script","weight":1}},"/start":{"bundle.76fe0.esm.js":{"type":"script","weight":1},"route-start.chunk.0011a.esm.js":{"type":"script","weight":0.9}}}
{"/":{"bundle.ba71c.esm.js":{"type":"script","weight":1}},"/start":{"bundle.ba71c.esm.js":{"type":"script","weight":1},"route-start.chunk.46643.esm.js":{"type":"script","weight":0.9}}}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion preact/simple-blog-livecenter/bundle/route-start.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion preact/simple-blog-livecenter/bundle/route-start.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion preact/simple-blog-livecenter/size-plugin.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class DirektesportView extends Component {
const { categoryDirektesport, categoryDirektesportId } = props;
const { articleStore, appState } = this.props.stores;
const { isAdmin, isExpert } = appState;
await articleStore.loadArtlist({ isAdmin, isExpert, limit: 10, category: categoryDirektesport, key: 'direktesport', sort: 'date' });
await articleStore.loadArtlist({ isAdmin, isExpert, limit: 100, category: categoryDirektesport, key: 'direktesport', sort: 'date' });

if (setLast) {
this.setLastVideo(props);
Expand Down

0 comments on commit c1060b3

Please sign in to comment.