Hide timetravel for now
This commit is contained in:
parent
665524b622
commit
3badf5546a
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.1",
|
||||
"version": "12.118.1-calc.2",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue