Move timeline to settings
This commit is contained in:
parent
38943d80f2
commit
781b5b8143
@ -1167,6 +1167,9 @@ export default function ControlPanel({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Settings: {
|
Settings: {
|
||||||
|
"Show timeline": {
|
||||||
|
function: () => setSidesheet(SIDESHEET.TIMELINE),
|
||||||
|
},
|
||||||
Autosave: {
|
Autosave: {
|
||||||
function: () =>
|
function: () =>
|
||||||
setSettings((prev) => {
|
setSettings((prev) => {
|
||||||
@ -2233,14 +2236,6 @@ export default function ControlPanel({
|
|||||||
<IconSaveStroked size="extra-large" />
|
<IconSaveStroked size="extra-large" />
|
||||||
</button>
|
</button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip content="Timeline" position="bottom">
|
|
||||||
<button
|
|
||||||
className="py-1 px-2 hover-2 rounded text-xl"
|
|
||||||
onClick={() => setSidesheet(SIDESHEET.TIMELINE)}
|
|
||||||
>
|
|
||||||
<i className="fa-solid fa-timeline"></i>
|
|
||||||
</button>
|
|
||||||
</Tooltip>
|
|
||||||
<Tooltip content="To-do" position="bottom">
|
<Tooltip content="To-do" position="bottom">
|
||||||
<button
|
<button
|
||||||
className="py-1 px-2 hover-2 rounded text-xl"
|
className="py-1 px-2 hover-2 rounded text-xl"
|
||||||
|
Loading…
Reference in New Issue
Block a user