Skip to content

Commit e0fc4bb

Browse files
committed
Update @nextcloud/dialogs@ and fix toasts styling
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 77c6d24 commit e0fc4bb

File tree

61 files changed

+268
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+268
-96
lines changed

apps/federatedfilesharing/src/main-admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import Vue from 'vue'
2424
import { getRequestToken } from '@nextcloud/auth'
2525
import { translate as t } from '@nextcloud/l10n'
26-
import '@nextcloud/dialogs/styles/toast.scss'
26+
import '@nextcloud/dialogs/dist/index.css'
2727
import { loadState } from '@nextcloud/initial-state'
2828

2929
import AdminSettings from './components/AdminSettings'

apps/federatedfilesharing/src/main-personal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import Vue from 'vue'
2121
import { getRequestToken } from '@nextcloud/auth'
2222
import { translate as t } from '@nextcloud/l10n'
23-
import '@nextcloud/dialogs/styles/toast.scss'
23+
import '@nextcloud/dialogs/dist/index.css'
2424

2525
import PersonalSettings from './components/PersonalSettings'
2626

apps/settings/src/main-admin-basic-settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Vue from 'vue'
2424
import { getRequestToken } from '@nextcloud/auth'
2525
import { loadState } from '@nextcloud/initial-state'
2626
import { translate as t } from '@nextcloud/l10n'
27-
import '@nextcloud/dialogs/styles/toast.scss'
27+
import '@nextcloud/dialogs/dist/index.css'
2828

2929
import logger from './logger'
3030

apps/settings/src/main-personal-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Vue from 'vue'
2424
import { getRequestToken } from '@nextcloud/auth'
2525
import { loadState } from '@nextcloud/initial-state'
2626
import { translate as t } from '@nextcloud/l10n'
27-
import '@nextcloud/dialogs/styles/toast.scss'
27+
import '@nextcloud/dialogs/dist/index.css'
2828

2929
import AvatarSection from './components/PersonalInfo/AvatarSection.vue'
3030
import DetailsSection from './components/PersonalInfo/DetailsSection.vue'

apps/settings/src/store/apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import api from './api'
2626
import Vue from 'vue'
2727
import { generateUrl } from '@nextcloud/router'
2828
import { showError, showInfo } from '@nextcloud/dialogs'
29-
import '@nextcloud/dialogs/styles/toast.scss'
29+
import '@nextcloud/dialogs/dist/index.css'
3030

3131
const state = {
3232
apps: [],

apps/sharebymail/src/main-admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import Vue from 'vue'
2424
import { getRequestToken } from '@nextcloud/auth'
2525
import { translate as t } from '@nextcloud/l10n'
26-
import '@nextcloud/dialogs/styles/toast.scss'
26+
import '@nextcloud/dialogs/dist/index.css'
2727

2828
import AdminSettings from './components/AdminSettings'
2929

core/css/server.css

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

core/css/server.css.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.

core/css/server.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
@import 'fixes.scss';
88
@import 'mobile.scss';
99
@import 'tooltip.scss';
10-
@import '../../node_modules/@nextcloud/dialogs/styles/toast.scss';
10+
// If you include .css, it will be imported as url
11+
@import '../../node_modules/@nextcloud/dialogs/dist/index';
1112
@import 'public.scss';

dist/comments-comments-app.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.

0 commit comments

Comments
 (0)