comment out cafeberry

This commit is contained in:
neoapps-dev 2026-08-17 12:59:59 +03:00
parent e3be6078ff
commit 9efaf64cea
4 changed files with 17 additions and 4 deletions

BIN
public/Skins/ava.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
public/Skins/byte.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -56,6 +56,12 @@ const DEFAULT_SKINS: SavedSkin[] = [
isSlim: false,
},
{ id: "striker", name: "str1k3r", url: "/Skins/str1k3r.png", isSlim: true },
{
id: "bytebukkit",
name: "ByteBukkit",
url: "/Skins/byte.png",
isSlim: false,
},
{ id: "andipog", name: "Andi_Pog", url: "/Skins/andi.png", isSlim: false },
{ id: "sevenhundred", name: "700", url: "/Skins/700.png", isSlim: false },
{
@ -65,6 +71,7 @@ const DEFAULT_SKINS: SavedSkin[] = [
isSlim: false,
},
{ id: "amy", name: "Amy", url: "/Skins/amy.png", isSlim: true }, //neo: she's the best btw
{ id: "avalilac", name: "AvaLilac", url: "/Skins/ava.png", isSlim: true },
{ id: "huckle", name: "Huckle", url: "/Skins/huckle.png", isSlim: true },
{
id: "counterract",
@ -120,8 +127,14 @@ const SkinsView = memo(function SkinsView() {
const { setActiveView, setIsUiHidden } = useUI();
const { playPressSound, playBackSound } = useAudio();
const { isAndroid } = usePlatform();
const { skinUrl, setSkinUrl, skinIsSlim, setSkinIsSlim, capeUrl, setCapeUrl } =
useSkin();
const {
skinUrl,
setSkinUrl,
skinIsSlim,
setSkinIsSlim,
capeUrl,
setCapeUrl,
} = useSkin();
const [focusIndex, setFocusIndex] = useState<number | null>(null);
const [viewMode, setViewMode] = useState<"skin" | "cape">("skin");

View file

@ -48,7 +48,7 @@ export const BASE_EDITIONS = [
panorama: "vanilla_tu24",
logo: "/images/revelations.png",
},
{
/*{
id: "cafeberry",
name: "Cafeberry",
desc: "Project aiming to faithfully backport TUs, add cross-play and more!",
@ -58,7 +58,7 @@ export const BASE_EDITIONS = [
logo: "", //neo: TODO: add Cafeberry logo
panorama: "vanilla_tu24",
lceOnline: false, //neo: for now.
},
},*/
{
id: "lostlegacy",
name: "Project Lost Legacy",