Skip to content

Commit 44f1f93

Browse files
chore: remove epoch bar status
1 parent 5557893 commit 44f1f93

6 files changed

Lines changed: 0 additions & 114 deletions

File tree

src/assets/future.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/history.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/features/Navigation/EpochSlider.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ function EpochSlider() {
177177
orientation="vertical"
178178
className={styles.sliderRoot}
179179
style={{
180-
// handle last slot of epoch, placed 100% from bottom
181-
marginTop: `${slotHeight}px`,
182180
zIndex: maxZIndex,
183181
}}
184182
value={value}

src/features/Navigation/Status.tsx

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/features/Navigation/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
slotNavWidth,
1818
slotNavWithoutListWidth,
1919
} from "../../consts";
20-
import { StatusIndicator } from "./Status";
2120
import AutoSizer from "react-virtualized-auto-sizer";
2221
import NavFilterToggles from "./NavFilterToggles";
2322
import EpochSlider from "./EpochSlider";
@@ -88,7 +87,6 @@ export default function Navigation() {
8887
</div>
8988
)}
9089

91-
<StatusIndicator />
9290
<EpochSlider />
9391
</Flex>
9492

src/features/Navigation/status.module.css

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)