fix: add activity panel toggle button to Explore page header
This commit is contained in:
@@ -4,6 +4,7 @@ import { useExploreStore, type TaggedExploreServer } from '../../stores/exploreS
|
|||||||
import { useServerStore } from '../../stores/serverStore';
|
import { useServerStore } from '../../stores/serverStore';
|
||||||
import { LoadingSpinner } from '../ui/LoadingSpinner';
|
import { LoadingSpinner } from '../ui/LoadingSpinner';
|
||||||
import { getServerGradient } from '../../utils/gradients';
|
import { getServerGradient } from '../../utils/gradients';
|
||||||
|
import { MemberListToggleButton } from '../layout/MemberListToggleButton';
|
||||||
|
|
||||||
export function ExplorePage() {
|
export function ExplorePage() {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
@@ -94,6 +95,10 @@ export function ExplorePage() {
|
|||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="ml-auto flex items-center gap-1">
|
||||||
|
<MemberListToggleButton />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Content */}
|
{/* Content */}
|
||||||
|
|||||||
Reference in New Issue
Block a user