This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: remove gem feed selector

+1 -8
+1 -8
src/webapp/features/feeds/components/feedControls/FeedControls.tsx
··· 14 14 import { ActivitySource } from '@semble/types'; 15 15 import { useOptimistic, useTransition } from 'react'; 16 16 17 - const options = [ 18 - { value: 'explore', label: 'Latest', href: '/explore' }, 19 - { 20 - value: 'gems-of-2025', 21 - label: '💎 Gems of 2025 💎', 22 - href: '/explore/gems-of-2025', 23 - }, 24 - ]; 17 + const options = [{ value: 'explore', label: 'Latest', href: '/explore' }]; 25 18 26 19 const sourceOptions = [ 27 20 { value: null, label: 'All Sources' },