add show/hide hidden transaction category/tag menu
This commit is contained in:
@@ -959,6 +959,8 @@ export default {
|
||||
'You have added a new category': 'You have added a new category',
|
||||
'You have added preset categories': 'You have added preset categories',
|
||||
'You have saved this category': 'You have saved this category',
|
||||
'Show Hidden Transaction Category': 'Show Hidden Transaction Category',
|
||||
'Hide Hidden Transaction Category': 'Hide Hidden Transaction Category',
|
||||
'Transaction Tags': 'Transaction Tags',
|
||||
'Tag Title': 'Tag Title',
|
||||
'No available tag': 'No available tag',
|
||||
@@ -970,6 +972,8 @@ export default {
|
||||
'Unable to unhide this tag': 'Unable to unhide this tag',
|
||||
'Are you sure you want to delete this tag?': 'Are you sure you want to delete this tag?',
|
||||
'Unable to delete this tag': 'Unable to delete this tag',
|
||||
'Show Hidden Transaction Tag': 'Show Hidden Transaction Tag',
|
||||
'Hide Hidden Transaction Tag': 'Hide Hidden Transaction Tag',
|
||||
'Are you sure you want to logout from this session?': 'Are you sure you want to logout from this session?',
|
||||
'Unable to logout from this session': 'Unable to logout from this session',
|
||||
'Are you sure you want to logout all other sessions?': 'Are you sure you want to logout all other sessions?',
|
||||
|
||||
@@ -959,6 +959,8 @@ export default {
|
||||
'You have added a new category': '您已经添加新分类',
|
||||
'You have added preset categories': '您已经添加预设分类',
|
||||
'You have saved this category': '您已经保存该分类',
|
||||
'Show Hidden Transaction Category': '显示隐藏交易分类',
|
||||
'Hide Hidden Transaction Category': '隐藏隐藏交易分类',
|
||||
'Transaction Tags': '交易标签',
|
||||
'Tag Title': '标签标题',
|
||||
'No available tag': '没有可用的标签',
|
||||
@@ -970,6 +972,8 @@ export default {
|
||||
'Unable to unhide this tag': '无法取消隐藏该标签',
|
||||
'Are you sure you want to delete this tag?': '您确定要删除该标签?',
|
||||
'Unable to delete this tag': '无法删除该标签',
|
||||
'Show Hidden Transaction Tag': '显示隐藏交易标签',
|
||||
'Hide Hidden Transaction Tag': '隐藏隐藏交易标签',
|
||||
'Are you sure you want to logout from this session?': '您确定要退出该会话?',
|
||||
'Unable to logout from this session': '无法退出该会话',
|
||||
'Are you sure you want to logout all other sessions?': '您确定要退出其他所有会话?',
|
||||
|
||||
@@ -65,6 +65,8 @@
|
||||
<f7-actions close-by-outside-click close-on-escape :opened="showMoreActionSheet" @actions:closed="showMoreActionSheet = false">
|
||||
<f7-actions-group>
|
||||
<f7-actions-button @click="setSortable()">{{ $t('Sort') }}</f7-actions-button>
|
||||
<f7-actions-button v-if="!showHidden" @click="showHidden = true">{{ $t('Show Hidden Transaction Category') }}</f7-actions-button>
|
||||
<f7-actions-button v-if="showHidden" @click="showHidden = false">{{ $t('Hide Hidden Transaction Category') }}</f7-actions-button>
|
||||
</f7-actions-group>
|
||||
<f7-actions-group>
|
||||
<f7-actions-button bold close>{{ $t('Cancel') }}</f7-actions-button>
|
||||
|
||||
@@ -122,6 +122,8 @@
|
||||
<f7-actions close-by-outside-click close-on-escape :opened="showMoreActionSheet" @actions:closed="showMoreActionSheet = false">
|
||||
<f7-actions-group>
|
||||
<f7-actions-button @click="setSortable()">{{ $t('Sort') }}</f7-actions-button>
|
||||
<f7-actions-button v-if="!showHidden" @click="showHidden = true">{{ $t('Show Hidden Transaction Tag') }}</f7-actions-button>
|
||||
<f7-actions-button v-if="showHidden" @click="showHidden = false">{{ $t('Hide Hidden Transaction Tag') }}</f7-actions-button>
|
||||
</f7-actions-group>
|
||||
<f7-actions-group>
|
||||
<f7-actions-button bold close>{{ $t('Cancel') }}</f7-actions-button>
|
||||
|
||||
Reference in New Issue
Block a user