-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Readd fixed style import from nextcloud/dialogs
`@nextcloud/dialogs` requires importing styles. But we use nextcloud dialogs in 60+ modules, it is easy to forgot import styles each time. Importing styles once per entry point is enough to use dialogs on the entry point. In this commit, styles are imported only in entry points were they are needed by a manual check. - Imported via common `init.js` - main: `main.js` - files-sidebar: `mainFilesSidebar.js + mainFilesSidebarLoader.js` - public-share-auth-sidebar: `mainPublicShareAuthSidebar.js` - public-share-sidebar: `mainPublicShareSidebar.js` - Imported manually - maps: `maps.js` - deck: `deck.js` - admin-settings: `mainAdminSettings.js` - recording: `mainRecording.js` - Don't use `@nextcloud/dialogs`: - dashboard: `dashboard.js` - flow: `flow.js` - collections: `collections.js` Signed-off-by: Joas Schilling <coding@schilljs.com> Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
- Loading branch information
1 parent
deeb0c9
commit 0c9599e
Showing
5 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters