aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-29 17:01:40 -0500
committerbobzel <zzzman@gmail.com>2023-12-29 17:01:40 -0500
commit9b9f54a43793ca6ffb26c56f962d11ba8325abd2 (patch)
tree026063b95da59556eb0a416b5f6fafd2ebccd737 /src/client/views/DocumentButtonBar.tsx
parenta567eb1b6469db202d41d4d54f2c96137e49ea9c (diff)
cleaned up imports, mobx observable initialization and some compile errors.
Diffstat (limited to 'src/client/views/DocumentButtonBar.tsx')
-rw-r--r--src/client/views/DocumentButtonBar.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/views/DocumentButtonBar.tsx b/src/client/views/DocumentButtonBar.tsx
index f0887676f..3938b81cd 100644
--- a/src/client/views/DocumentButtonBar.tsx
+++ b/src/client/views/DocumentButtonBar.tsx
@@ -40,14 +40,9 @@ export class DocumentButtonBar extends ObservableReactComponent<{ views: () => (
private _pullAnimating = false;
private _pushAnimating = false;
private _pullColorAnimating = false;
- @observable private pushIcon: IconProp = 'arrow-alt-circle-up';
- @observable private pullIcon: IconProp = 'arrow-alt-circle-down';
- @observable private pullColor: string = 'white';
@observable public isAnimatingFetch = false;
@observable public isAnimatingPulse = false;
- @observable private openHover: UtilityButtonState = UtilityButtonState.Default;
-
@observable public static Instance: DocumentButtonBar;
public static hasPushedHack = false;
public static hasPulledHack = false;