alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
feat: remove gem feed selector
author
pdelfan
date
5 months ago
(Feb 5, 2026, 12:36 PM -0800)
commit
fc3a82a1
fc3a82a17f5e07edceef642ec54b74f84a538439
parent
341796d9
341796d9bc5cefcb04ddf0183288dd20df14dae6
+1
-8
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
feeds
components
feedControls
FeedControls.tsx
+1
-8
src/webapp/features/feeds/components/feedControls/FeedControls.tsx
View file
Reviewed
···
14
14
import { ActivitySource } from '@semble/types';
15
15
import { useOptimistic, useTransition } from 'react';
16
16
17
17
-
const options = [
18
18
-
{ value: 'explore', label: 'Latest', href: '/explore' },
19
19
-
{
20
20
-
value: 'gems-of-2025',
21
21
-
label: '💎 Gems of 2025 💎',
22
22
-
href: '/explore/gems-of-2025',
23
23
-
},
24
24
-
];
17
17
+
const options = [{ value: 'explore', label: 'Latest', href: '/explore' }];
25
18
26
19
const sourceOptions = [
27
20
{ value: null, label: 'All Sources' },