Skip to content

Commit

Permalink
Update @nextcloud/dialogs@ and fix toasts styling
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 2, 2022
1 parent 77c6d24 commit 2dcd716
Show file tree
Hide file tree
Showing 61 changed files with 290 additions and 119 deletions.
2 changes: 1 addition & 1 deletion apps/federatedfilesharing/src/main-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t } from '@nextcloud/l10n'
import '@nextcloud/dialogs/styles/toast.scss'
import '@nextcloud/dialogs/dist/index.css'
import { loadState } from '@nextcloud/initial-state'

import AdminSettings from './components/AdminSettings'
Expand Down
2 changes: 1 addition & 1 deletion apps/federatedfilesharing/src/main-personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t } from '@nextcloud/l10n'
import '@nextcloud/dialogs/styles/toast.scss'
import '@nextcloud/dialogs/dist/index.css'

import PersonalSettings from './components/PersonalSettings'

Expand Down
2 changes: 1 addition & 1 deletion apps/settings/src/main-admin-basic-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { loadState } from '@nextcloud/initial-state'
import { translate as t } from '@nextcloud/l10n'
import '@nextcloud/dialogs/styles/toast.scss'
import '@nextcloud/dialogs/dist/index.css'

import logger from './logger'

Expand Down
2 changes: 1 addition & 1 deletion apps/settings/src/main-personal-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { loadState } from '@nextcloud/initial-state'
import { translate as t } from '@nextcloud/l10n'
import '@nextcloud/dialogs/styles/toast.scss'
import '@nextcloud/dialogs/dist/index.css'

import AvatarSection from './components/PersonalInfo/AvatarSection.vue'
import DetailsSection from './components/PersonalInfo/DetailsSection.vue'
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/src/store/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import api from './api'
import Vue from 'vue'
import { generateUrl } from '@nextcloud/router'
import { showError, showInfo } from '@nextcloud/dialogs'
import '@nextcloud/dialogs/styles/toast.scss'
import '@nextcloud/dialogs/dist/index.css'

const state = {
apps: [],
Expand Down
2 changes: 1 addition & 1 deletion apps/sharebymail/src/main-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t } from '@nextcloud/l10n'
import '@nextcloud/dialogs/styles/toast.scss'
import '@nextcloud/dialogs/dist/index.css'

import AdminSettings from './components/AdminSettings'

Expand Down
66 changes: 40 additions & 26 deletions core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/server.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion core/css/server.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
@import 'fixes.scss';
@import 'mobile.scss';
@import 'tooltip.scss';
@import '../../node_modules/@nextcloud/dialogs/styles/toast.scss';
// If you include .css, it will be imported as url
@import '../../node_modules/@nextcloud/dialogs/dist/index';
@import 'public.scss';
4 changes: 2 additions & 2 deletions dist/comments-comments-app.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2dcd716

Please sign in to comment.