Skip to content

Commit 4986be0

Browse files
Merge pull request #1454 from nextcloud/perf/lazy-load
Perf: Improve time to render of Nextcloud via lazy-loading
2 parents c2ee99a + 3ac1324 commit 4986be0

14 files changed

+118
-101
lines changed

js/notifications-admin-settings.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/notifications-admin-settings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/notifications-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,16 @@
1-
/*!
2-
* Spatial Plugin - Adds support for stereo and 3D audio where Web Audio is supported.
3-
*
4-
* howler.js v2.2.3
5-
* howlerjs.com
6-
*
7-
* (c) 2013-2020, James Simpson of GoldFire Studios
8-
* goldfirestudios.com
9-
*
10-
* MIT License
11-
*/
12-
13-
/*!
14-
* howler.js v2.2.3
15-
* howlerjs.com
16-
*
17-
* (c) 2013-2020, James Simpson of GoldFire Studios
18-
* goldfirestudios.com
19-
*
20-
* MIT License
21-
*/
22-
23-
/*!
24-
* Determine if an object is a Buffer
25-
*
26-
* @author Feross Aboukhadijeh <https://feross.org>
27-
* @license MIT
28-
*/
29-
301
/*!
312
* The buffer module from node.js, for the browser.
323
*
334
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
345
* @license MIT
356
*/
367

37-
/*!
38-
* The buffer module from node.js, for the browser.
39-
*
40-
* @author Feross Aboukhadijeh <https://feross.org>
41-
* @license MIT
42-
*/
43-
448
/*!
459
* Vue.js v2.7.14
4610
* (c) 2014-2022 Evan You
4711
* Released under the MIT License.
4812
*/
4913

50-
/*!
51-
* escape-html
52-
* Copyright(c) 2012-2013 TJ Holowaychuk
53-
* Copyright(c) 2015 Andreas Lubbe
54-
* Copyright(c) 2015 Tiancheng "Timothy" Gu
55-
* MIT Licensed
56-
*/
57-
58-
/*!
59-
* focus-trap 7.2.0
60-
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
61-
*/
62-
63-
/*!
64-
* tabbable 6.0.1
65-
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
66-
*/
67-
68-
/*! For license information please see NcButton.js.LICENSE.txt */
69-
70-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
71-
7214
/**
7315
* @copyright Copyright (c) 2018 Joas Schilling <[email protected]>
7416
*
@@ -88,35 +30,3 @@
8830
* along with this program. If not, see <http://www.gnu.org/licenses/>.
8931
*
9032
*/
91-
92-
/**
93-
* @copyright Copyright (c) 2020 Joas Schilling <[email protected]>
94-
*
95-
* @license AGPL-3.0-or-later
96-
*
97-
* This program is free software: you can redistribute it and/or modify
98-
* it under the terms of the GNU Affero General Public License as
99-
* published by the Free Software Foundation, either version 3 of the
100-
* License, or (at your option) any later version.
101-
*
102-
* This program is distributed in the hope that it will be useful,
103-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
104-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
105-
* GNU Affero General Public License for more details.
106-
*
107-
* You should have received a copy of the GNU Affero General Public License
108-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
109-
*
110-
*/
111-
112-
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
113-
114-
//! license : MIT
115-
116-
//! moment.js
117-
118-
//! moment.js locale configuration
119-
120-
//! momentjs.com
121-
122-
//! version : 2.29.4

js/notifications-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/**
2+
* @copyright Copyright (c) 2020 Joas Schilling <[email protected]>
3+
*
4+
* @license AGPL-3.0-or-later
5+
*
6+
* This program is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License as
8+
* published by the Free Software Foundation, either version 3 of the
9+
* License, or (at your option) any later version.
10+
*
11+
* This program is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Affero General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Affero General Public License
17+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
*
19+
*/

js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/notifications-settings.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/notifications-settings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)