Skip fixes (#805)

* refactor: resolve current in time-to-end

* refactor: recalculate on skip

* Alpha tweaks (#806)

* style: small tweaks to interface

* refactor: simplify quick add
This commit is contained in:
Carlos Valente
2024-03-08 19:54:18 +01:00
committed by GitHub
parent 6dc2bebeee
commit 10d7273ec0
29 changed files with 221 additions and 165 deletions
@@ -1,6 +1,5 @@
import * as Panel from '../PanelUtils';
import EditorSettingsForm from './EditorSettingsForm';
import GeneralPanelForm from './GeneralPanelForm';
import ViewSettingsForm from './ViewSettingsForm';
@@ -9,7 +8,6 @@ export default function GeneralPanel() {
<>
<Panel.Header>Settings</Panel.Header>
<GeneralPanelForm />
<EditorSettingsForm />
<ViewSettingsForm />
</>
);