Skip to content

Commit

Permalink
feat: Provide additional information about the browser capabilities (c…
Browse files Browse the repository at this point in the history
…lose #1005)
  • Loading branch information
cnouguier committed Dec 6, 2024
1 parent e442bce commit d0b2432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions core/client/components/app/KPlatform.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
User agent && copy action
-->
<div>
<div class="full-width row justify-between items-center">
<div class="q-pa-sm col-11 bg-grey-3">{{ $t('KPlatform.USER_AGENT') }}</div>
<div class="full-width row justify-between items-center q-gutter-x-sm">
<div class="q-pa-sm col bg-grey-3">{{ $t('KPlatform.USER_AGENT') }}</div>

<KAction
id="copy-clipboard"
Expand All @@ -13,7 +13,6 @@
tooltip="KPlatform.COPY_INFO"
renderer="fab"
color="primary"
class="col-1"
/>
</div>
<div class="q-px-md q-py-sm full-width text-caption">{{ Platform.getData().userAgent }}</div>
Expand Down Expand Up @@ -66,7 +65,6 @@
expand-separator
dense
header-class="bg-grey-2"
default-opened
class="q-pa-sm"
>
<q-list class="q-pa-sm" separator dense>
Expand Down
1 change: 0 additions & 1 deletion core/client/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export * from './utils.content.js'
export * from './utils.items.js'
export * from './utils.locale.js'
export * from './utils.math.js'
export * from './utils.platform.js'
export * from './utils.push.js'
export * from './utils.pwa.js'
export * from './utils.screen.js'
Expand Down

0 comments on commit d0b2432

Please sign in to comment.