Skip to content

Commit

Permalink
chore: remove old todos (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored Feb 7, 2025
1 parent 1378570 commit dab6b70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ private function navigationEntries(): array
['route' => 'statistics', 'label' => trans('menus.statistics')],
]],
['label' => trans('menus.resources'), 'children' => [
// TODO: enable when the monitor is fixed
['route' => 'validator-monitor', 'label' => trans('menus.validator_monitor')],
['route' => 'compatible-wallets', 'label' => trans('menus.wallets')],
]],
Expand Down
5 changes: 0 additions & 5 deletions resources/views/livewire/navbar/price-ticker.blade.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
@php ($isDisabled = app()->isDownForMaintenance() || ! Network::canBeExchanged() || config('arkscan.network') !== 'production' || ! $isAvailable)

<div
{{--
@TODO: use events and websockets to handle when price ticker (and all other areas) are updated instead of polling
https://app.clickup.com/t/86dqjdxjm
--}}
@if (! $isDisabled && config('broadcasting.default') !== 'reverb')
wire:poll.visible.30s
@endif
Expand Down

0 comments on commit dab6b70

Please sign in to comment.