Hide timetravel for now

This commit is contained in:
ThatOneCalculator 2022-08-15 15:41:25 -07:00
parent 665524b622
commit 3badf5546a
3 changed files with 4 additions and 3 deletions

View file

@ -23,6 +23,7 @@
- OCR image captioning
- Admin custom CSS
- Add back time machine (jump to date)
- Improve accesibility score
<details><summary>Current Misskey score is 57/100</summary>

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.1-calc.1",
"version": "12.118.1-calc.2",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -121,12 +121,12 @@ const headerActions = $computed(() => [{
title: i18n.ts.antennas,
iconOnly: true,
handler: chooseAntenna,
}, {
}, /* **TODO: fix timetravel** {
icon: 'fas fa-calendar-alt',
title: i18n.ts.jumpToSpecifiedDate,
iconOnly: true,
handler: timetravel,
}]);
}*/]);
const headerTabs = $computed(() => [{
key: 'home',