Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Readd fixed style import from nextcloud/dialogs #10855

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/deck.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import RoomSelector from './components/RoomSelector.vue'
import { fetchConversation } from './services/conversationsService.js'
import { postRichObjectToConversation } from './services/messagesService.js'

import '@nextcloud/dialogs/style.css'

(function(OC, OCA, t, n) {
/**
* @param {object} card The card object given by the deck app
Expand Down
2 changes: 2 additions & 0 deletions src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ import BrowserStorage from './services/BrowserStorage.js'
import { EventBus } from './services/EventBus.js'
import store from './store/index.js'

import '@nextcloud/dialogs/style.css'

if (!window.OCA.Talk) {
window.OCA.Talk = {}
}
Expand Down
2 changes: 2 additions & 0 deletions src/mainAdminSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import Vue from 'vue'

import AdminSettings from './views/AdminSettings.vue'

import '@nextcloud/dialogs/style.css'

Vue.prototype.t = t
Vue.prototype.n = n
Vue.prototype.OC = OC
Expand Down
2 changes: 2 additions & 0 deletions src/mainRecording.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ import {
signalingKill,
} from './utils/webrtc/index.js'

import '@nextcloud/dialogs/style.css'

// Leaflet icon patch
import 'leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility.webpack.css' // Re-uses images from ~leaflet package
import 'leaflet/dist/leaflet.css'
Expand Down
2 changes: 2 additions & 0 deletions src/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ import RoomSelector from './components/RoomSelector.vue'

import { postRichObjectToConversation } from './services/messagesService.js'

import '@nextcloud/dialogs/style.css'

(function(OC, OCA, t, n) {
/**
* @param {object} location Geo location object
Expand Down