Skip to content

Commit

Permalink
friendLog full date
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Nov 4, 2024
1 parent 0abf43b commit 243fe2d
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion html/src/localization/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@
"instance_cache": "Instance cache:",
"clear_cache": "Clear Cache",
"auto_clear_cache": "Auto Clear Cache",
"download_history": "Download History",
"show_console": "Show Console"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/es/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@
"instance_cache": "Caché de instancia:",
"clear_cache": "Limpiar caché",
"auto_clear_cache": "Limpiar caché automáticamente",
"download_history": "Historial de Descargas",
"show_console": "Mostrar Consola"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/fr/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"instance_cache": "Cache de l'instance:",
"clear_cache": "Vider le cache",
"auto_clear_cache": "Vidage automatique du cache",
"download_history": "Télécharger l'historique",
"show_console": "Afficher la console"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/hu/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"instance_cache": "Instance cache:",
"clear_cache": "Clear Cache",
"auto_clear_cache": "Auto Clear Cache",
"download_history": "Download History",
"show_console": "Show Console"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/ja/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@
"instance_cache": "インスタンスキャッシュ:",
"clear_cache": "キャッシュを消去",
"auto_clear_cache": "キャッシュの自動消去",
"download_history": "ダウンロード履歴",
"show_console": "コンソールを表示"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/ko/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"instance_cache": "Instance cache:",
"clear_cache": "캐시 정리",
"auto_clear_cache": "캐시 타이머 설정",
"download_history": "다운로드 기록",
"show_console": "개발자 도구(Console) 열기"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/pl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"instance_cache": "Pamięć instancji:",
"clear_cache": "Wyczyść pamięć podręczną",
"auto_clear_cache": "Autoczyszczenie pamięci podręcznej",
"download_history": "Historia pobierania",
"show_console": "Pokaż konsolę"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/pt/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"instance_cache": "Cache de Instância:",
"clear_cache": "Limpar Cache",
"auto_clear_cache": "Limpar Cache Automaticmente",
"download_history": "Histórico de Download",
"show_console": "Mostrar Console"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/ru/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@
"instance_cache": "Кэш инстансов:",
"clear_cache": "Очистить кэш",
"auto_clear_cache": "Автоочистка кэша",
"download_history": "История загрузок",
"show_console": "Открыть консоль"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/vi/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"instance_cache": "Instance cache:",
"clear_cache": "Xóa hết Cache",
"auto_clear_cache": "Tự động xóa hết Cache",
"download_history": "Lịch sử tải về",
"show_console": "Hiển thị console"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/zh-CN/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@
"instance_cache": "房间信息缓存:",
"clear_cache": "清除缓存",
"auto_clear_cache": "自动清除缓存",
"download_history": "下载记录",
"show_console": "显示界面调试工具"
},
"sqlite_table_size": {
Expand Down
1 change: 0 additions & 1 deletion html/src/localization/zh-TW/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@
"instance_cache": "房間緩存:",
"clear_cache": "清除快取",
"auto_clear_cache": "自動清除快取",
"download_history": "下載紀錄",
"show_console": "顯示主控台"
},
"sqlite_table_size": {
Expand Down
7 changes: 2 additions & 5 deletions html/src/mixins/tabs/friendLog.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ mixin friendLogTab()
el-select(v-model="friendLogTable.filters[0].value" @change="saveTableFilters" multiple clearable collapse-tags style="flex:1" :placeholder="$t('view.friend_log.filter_placeholder')")
el-option(v-once v-for="type in ['Friend', 'Unfriend', 'FriendRequest', 'CancelFriendRequest', 'DisplayName', 'TrustLevel']" :key="type" :label="type" :value="type")
el-input(v-model="friendLogTable.filters[1].value" :placeholder="$t('view.friend_log.search_placeholder')" style="flex:none;width:150px;margin-left:10px")
el-table-column(:label="$t('table.friendLog.date')" prop="created_at" sortable="custom" width="120")
el-table-column(:label="$t('table.friendLog.date')" prop="created_at" sortable="custom" width="150")
template(v-once #default="scope")
el-tooltip(placement="right")
template(#content)
span {{ scope.row.created_at | formatDate('long') }}
span {{ scope.row.created_at | formatDate('short') }}
span {{ scope.row.created_at | formatDate('long') }}
el-table-column(:label="$t('table.friendLog.type')" prop="type" width="150")
el-table-column(:label="$t('table.friendLog.user')" prop="displayName")
template(v-once #default="scope")
Expand Down
1 change: 0 additions & 1 deletion html/src/mixins/tabs/settings.pug
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ mixin settingsTab()
el-button(size="small" icon="el-icon-delete-solid" @click="clearVRCXCache") {{ $t('view.settings.advanced.advanced.cache_debug.clear_cache') }}
el-button(size="small" icon="el-icon-time" @click="promptAutoClearVRCXCacheFrequency") {{ $t('view.settings.advanced.advanced.cache_debug.auto_clear_cache') }}
div.options-container-item
el-button(size="small" icon="el-icon-download" @click="showDownloadDialog") {{ $t('view.settings.advanced.advanced.cache_debug.download_history') }}
el-button(size="small" icon="el-icon-tickets" @click="showConsole") {{ $t('view.settings.advanced.advanced.cache_debug.show_console') }}
//- Advanced | VRCX Table Stats
div.options-container
Expand Down

0 comments on commit 243fe2d

Please sign in to comment.