Skip to content

Commit 5fa0dde

Browse files
skjnldsvbackportbot[bot]
authored andcommitted
fix(core): unsupported browser getRootUrl import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> [skip ci]
1 parent ca27acf commit 5fa0dde

39 files changed

Lines changed: 4 additions & 52015 deletions

File tree

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)