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
chore: format
author
pdelfan
date
2 months ago
(May 14, 2026, 12:40 PM -0700)
commit
05d9ac24
05d9ac24bf1651ffc9054e06c2e3da5b9ea02240
parent
eded9cd3
eded9cd3e3f62ba2228b6fb451312aa54a0cd71c
+1
-5
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
semble
components
sembleStats
SembleStatItem.tsx
+1
-5
src/webapp/features/semble/components/sembleStats/SembleStatItem.tsx
View file
Reviewed
···
5
5
6
6
export const SEMBLE_TAB_CHANGE_EVENT = 'semble:tab-change';
7
7
8
8
-
export type SembleStatTab =
9
9
-
| 'notes'
10
10
-
| 'collections'
11
11
-
| 'addedBy'
12
12
-
| 'connections';
8
8
+
export type SembleStatTab = 'notes' | 'collections' | 'addedBy' | 'connections';
13
9
14
10
interface Props {
15
11
tab: SembleStatTab;