diff --git a/client/components/admin/admin-analytics.vue b/client/components/admin/admin-analytics.vue index 7ddef5d3..25543d67 100644 --- a/client/components/admin/admin-analytics.vue +++ b/client/components/admin/admin-analytics.vue @@ -8,7 +8,7 @@ .headline.primary--text.animated.fadeInLeft {{ $t('admin:analytics.title') }} .subtitle-1.grey--text.animated.fadeInLeft.wait-p4s {{ $t('admin:analytics.subtitle') }} v-spacer - v-btn.animated.fadeInDown.wait-p2s.mr-3(outlined, color='grey', @click='refresh', large) + v-btn.animated.fadeInDown.wait-p2s.mr-3(icon, outlined, color='grey', @click='refresh') v-icon mdi-refresh v-btn.animated.fadeInDown(color='success', @click='save', depressed, large) v-icon(left) mdi-check diff --git a/client/components/admin/admin-api.vue b/client/components/admin/admin-api.vue index 903dadff..a8a9ebbb 100644 --- a/client/components/admin/admin-api.vue +++ b/client/components/admin/admin-api.vue @@ -15,9 +15,9 @@ status-indicator.mr-3(negative, pulse) .caption.red--text.animated.fadeInLeft {{$t('admin:api.disabled')}} v-spacer - v-btn.mr-3.animated.fadeInDown.wait-p2s(outlined, color='grey', large, @click='refresh') + v-btn.mr-3.animated.fadeInDown.wait-p2s(outlined, color='grey', icon, @click='refresh') v-icon mdi-refresh - v-btn.mr-3.animated.fadeInDown.wait-p1s(:color='enabled ? `red` : `green`', depressed, large, @click='globalSwitch', dark, :loading='isToggleLoading') + v-btn.mr-3.animated.fadeInDown.wait-p1s(:color='enabled ? `red` : `green`', depressed, @click='globalSwitch', dark, :loading='isToggleLoading') v-icon(left) mdi-power span(v-if='!enabled') {{$t('admin:api.enableButton')}} span(v-else) {{$t('admin:api.disableButton')}} diff --git a/client/components/admin/admin-auth.vue b/client/components/admin/admin-auth.vue index 3e7276c9..695fc7c2 100644 --- a/client/components/admin/admin-auth.vue +++ b/client/components/admin/admin-auth.vue @@ -8,7 +8,9 @@ .headline.primary--text.animated.fadeInLeft {{ $t('admin:auth.title') }} .subtitle-1.grey--text.animated.fadeInLeft.wait-p4s {{ $t('admin:auth.subtitle') }} v-spacer - v-btn.animated.fadeInDown.wait-p2s.mr-3(outlined, color='grey', @click='refresh', large) + v-btn.animated.fadeInDown.wait-p3s(icon, outlined, color='grey', href='https://docs.requarks.io/auth', target='_blank') + v-icon mdi-help-circle + v-btn.animated.fadeInDown.wait-p2s.mx-3(icon, outlined, color='grey', @click='refresh') v-icon mdi-refresh v-btn.animated.fadeInDown(color='success', @click='save', depressed, large) v-icon(left) mdi-check diff --git a/client/components/admin/admin-comments.vue b/client/components/admin/admin-comments.vue index 364cfeb7..d2dad8c7 100644 --- a/client/components/admin/admin-comments.vue +++ b/client/components/admin/admin-comments.vue @@ -8,9 +8,11 @@ .headline.primary--text.animated.fadeInLeft {{$t('admin:comments.title')}} .subtitle-1.grey--text.animated.fadeInLeft.wait-p2s {{$t('admin:comments.subtitle')}} v-spacer - v-btn.mx-1.animated.fadeInDown.wait-p2s(outlined, color='grey', @click='refresh', large) + v-btn.animated.fadeInDown.wait-p3s(icon, outlined, color='grey', href='https://docs.requarks.io/comments', target='_blank') + v-icon mdi-help-circle + v-btn.mx-3.animated.fadeInDown.wait-p2s(icon, outlined, color='grey', @click='refresh') v-icon mdi-refresh - v-btn.ml-1.animated.fadeInDown(color='success', @click='save', depressed, large) + v-btn.animated.fadeInDown(color='success', @click='save', depressed, large) v-icon(left) mdi-check span {{$t('common:actions.apply')}} diff --git a/client/components/admin/admin-contribute.vue b/client/components/admin/admin-contribute.vue index d60bf68f..e13507fa 100644 --- a/client/components/admin/admin-contribute.vue +++ b/client/components/admin/admin-contribute.vue @@ -27,7 +27,7 @@ ) v-tab span GitHub - v-icon.my-1(size='24') mdi-github-circle + v-icon.my-1(size='24') mdi-github v-tab span Patreon img.my-1(src='/_assets/svg/icon-patreon.svg', style='height: 24px;') @@ -46,22 +46,22 @@ v-tab-item(:transition='false', :reverse-transition='false') .body-2.pa-3 {{ $t('admin:contribute.github') }} a.ml-3(href='https://github.com/users/NGPixel/sponsorship', :title='$t(`admin:contribute.becomeASponsor`)') - img(src='/img/donate_github.svg', :alt='$t(`admin:contribute.becomeASponsor`)' style='width:200px;') + img(src='/_assets/img/donate_github.svg', :alt='$t(`admin:contribute.becomeASponsor`)' style='width:200px;') v-tab-item(:transition='false', :reverse-transition='false') .body-2.pa-3 {{ $t('admin:contribute.patreon') }} a.ml-3(href='https://www.patreon.com/bePatron?u=16744039', :title='$t(`admin:contribute.becomeAPatron`)') - img(src='/img/donate_patreon.png', :alt='$t(`admin:contribute.becomeAPatron`)' style='width:200px;') + img(src='/_assets/img/donate_patreon.png', :alt='$t(`admin:contribute.becomeAPatron`)' style='width:200px;') v-tab-item(:transition='false', :reverse-transition='false') .body-2.pa-3 {{ $t('admin:contribute.openCollective') }} a.ml-3(href='https://opencollective.com/wikijs/donate', :title='$t(`admin:contribute.makeADonation`)') - img(src='/img/donate_opencollective.png', :alt='$t(`admin:contribute.makeADonation`)' style='width:300px;') + img(src='/_assets/img/donate_opencollective.png', :alt='$t(`admin:contribute.makeADonation`)' style='width:300px;') v-tab-item(:transition='false', :reverse-transition='false') .body-2.pa-3 {{ $t('admin:contribute.paypal') }} .ml-3 form(action='https://www.paypal.com/cgi-bin/webscr', method='post', target='_top') input(type='hidden', name='cmd', value='_s-xclick') input(type='hidden', name='hosted_button_id', value='FLV5X255Z9CJU') - input(type='image', src='/img/donate_paypal.png', border='0', name='submit', title='PayPal - The safer, easier way to pay online!', alt='Donate with PayPal button') + input(type='image', src='/_assets/img/donate_paypal.png', border='0', name='submit', title='PayPal - The safer, easier way to pay online!', alt='Donate with PayPal button') img(alt='', border='0', src='https://www.paypal.com/en_CA/i/scr/pixel.gif', width='1', height='1') v-tab-item(:transition='false', :reverse-transition='false') .body-2.pa-3 {{ $t('admin:contribute.ethereum') }} @@ -69,7 +69,7 @@ .admin-contribute-ethaddress strong Ethereum Address span 0xE1d55C19aE86f6Bcbfb17e7f06aCe96BdBb22Cb5 - div: img(src='/img/donate_eth_qr.png') + div: img(src='/_assets/img/donate_eth_qr.png') v-tab-item(:transition='false', :reverse-transition='false') .body-2.pa-3 {{ $t('admin:contribute.tshirts') }} v-card-actions.ml-2 @@ -81,7 +81,7 @@ .body-2.pl-3 ul i18next(path='admin:contribute.submitAnIdea', tag='li') - a(href='https://wiki.js.org/feedback', target='_blank') {{ $t('admin:contribute.submitAnIdeaLink') }} + a(href='https://requests.requarks.io/wiki', target='_blank') {{ $t('admin:contribute.submitAnIdeaLink') }} i18next(path='admin:contribute.foundABug', tag='li') a(href='https://github.com/Requarks/wiki/issues', target='_blank') Github i18next(path='admin:contribute.helpTranslate', tag='li') @@ -159,7 +159,7 @@ v-divider v-list-item v-list-item-avatar(tile) - img(src='/svg/logo-icons8.svg', alt='Icons8') + img(src='/_assets/svg/logo-icons8.svg', alt='Icons8') v-list-item-content v-list-item-title Icons8 v-list-item-subtitle All the Icons You Need. Guaranteed. diff --git a/client/components/admin/admin-groups-edit.vue b/client/components/admin/admin-groups-edit.vue index d7eaf3a7..70c140cb 100644 --- a/client/components/admin/admin-groups-edit.vue +++ b/client/components/admin/admin-groups-edit.vue @@ -8,13 +8,11 @@ .headline.blue--text.text--darken-2 Edit Group .subtitle-1.grey--text {{group.name}} v-spacer - .caption.grey--text ID #[strong {{group.id}}] - v-divider.mx-3(vertical) - v-btn(color='grey', large, outlined, to='/groups') + v-btn(color='grey', icon, outlined, to='/groups') v-icon mdi-arrow-left v-dialog(v-model='deleteGroupDialog', max-width='500', v-if='!group.isSystem') template(v-slot:activator='{ on }') - v-btn.ml-2(color='red', large, outlined, v-on='on') + v-btn.ml-2(color='red', icon, outlined, v-on='on') v-icon(color='red') mdi-trash-can-outline v-card .dialog-header.is-red Delete Group? @@ -46,6 +44,9 @@ v-tab-item(key='users', :transition='false', :reverse-transition='false') group-users(v-model='group', @refresh='refresh') + v-card-chin + v-spacer + .caption.grey--text.pr-2 Group ID #[strong {{group.id}}]