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
hide graph view
author
Wesley Finck
date
2 months ago
(May 5, 2026, 11:18 AM +0800)
commit
313363f4
313363f4b166ebe439839d7bbdd2982bb635e50a
parent
d3555f51
d3555f518289200971bff04df87f390522906742
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
lib
serverFeatureFlags.ts
+1
-1
src/webapp/lib/serverFeatureFlags.ts
View file
Reviewed
···
25
25
openCollections: true,
26
26
following: true,
27
27
connections: true,
28
28
-
graphView: show,
28
28
+
graphView: false,
29
29
readerMode: showForTeam,
30
30
};
31
31
}