feat(core): make some tabs in sidebar persistent for all docs page (#10014)

close AF-2164

![CleanShot 2025-02-07 at 14.23.36.gif](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/LakojjjzZNf6ogjOVwKE/deb15a06-32e9-40bf-8a15-07a3c2fa8227.gif)
This commit is contained in:
CatsJuice
2025-02-10 14:58:26 +00:00
parent c78d6b81c6
commit f774868f0e
11 changed files with 68 additions and 16 deletions
@@ -73,7 +73,7 @@ const ViewIsland = ({
);
}
const [island] = useState<Island>(createIsland());
const [island] = useState<Island>(createIsland);
useEffect(() => {
setter(prev => ({ ...prev, [id]: island }));