Hide timetravel for now
This commit is contained in:
parent
665524b622
commit
3badf5546a
3 changed files with 4 additions and 3 deletions
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
- OCR image captioning
|
- OCR image captioning
|
||||||
- Admin custom CSS
|
- Admin custom CSS
|
||||||
|
- Add back time machine (jump to date)
|
||||||
- Improve accesibility score
|
- Improve accesibility score
|
||||||
<details><summary>Current Misskey score is 57/100</summary>
|
<details><summary>Current Misskey score is 57/100</summary>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.1",
|
"version": "12.118.1-calc.2",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -121,12 +121,12 @@ const headerActions = $computed(() => [{
|
||||||
title: i18n.ts.antennas,
|
title: i18n.ts.antennas,
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
handler: chooseAntenna,
|
handler: chooseAntenna,
|
||||||
}, {
|
}, /* **TODO: fix timetravel** {
|
||||||
icon: 'fas fa-calendar-alt',
|
icon: 'fas fa-calendar-alt',
|
||||||
title: i18n.ts.jumpToSpecifiedDate,
|
title: i18n.ts.jumpToSpecifiedDate,
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
handler: timetravel,
|
handler: timetravel,
|
||||||
}]);
|
}*/]);
|
||||||
|
|
||||||
const headerTabs = $computed(() => [{
|
const headerTabs = $computed(() => [{
|
||||||
key: 'home',
|
key: 'home',
|
||||||
|
|
Loading…
Reference in a new issue