Skip to content

Commit 09b4272

Browse files
skjnldsvnextcloud-command
authored andcommitted
fix(core): unsupported browser getRootUrl import
Signed-off-by: John Molakvoæ <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent ca27acf commit 09b4272

File tree

43 files changed

+10
-52021
lines changed

Some content is hidden

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

43 files changed

+10
-52021
lines changed

core/src/views/UnsupportedBrowser.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@
4949
</template>
5050

5151
<script>
52-
import { generateUrl } from '@nextcloud/router'
52+
// eslint-disable-next-line n/no-extraneous-import
53+
import { agents } from 'caniuse-lite/dist/unpacker/agents.js'
54+
import { generateUrl, getRootUrl } from '@nextcloud/router'
5355
import { translate as t, translatePlural as n } from '@nextcloud/l10n'
56+
5457
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
5558
import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
5659
import Web from 'vue-material-design-icons/Web.vue'
57-
// eslint-disable-next-line n/no-extraneous-import
58-
import { agents } from 'caniuse-lite/dist/unpacker/agents.js'
5960
6061
import { browserStorageKey } from '../utils/RedirectUnsupportedBrowsers.js'
6162
import { supportedBrowsers } from '../services/BrowsersListService.js'

dist/apps_comments_src_mixins_CommentView_ts-apps_comments_src_components_Comment_vue-apps_comments_src_mixins_CommentView_ts-apps_comments_src_components_Comment_vue.js

Lines changed: 0 additions & 937 deletions
This file was deleted.

dist/apps_comments_src_mixins_CommentView_ts-apps_comments_src_components_Comment_vue-apps_comments_src_mixins_CommentView_ts-apps_comments_src_components_Comment_vue.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps_comments_src_views_ActivityCommentAction_vue-apps_comments_src_views_ActivityCommentAction_vue.js

Lines changed: 0 additions & 255 deletions
This file was deleted.

dist/apps_comments_src_views_ActivityCommentAction_vue-apps_comments_src_views_ActivityCommentAction_vue.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)