feat: rare values panel + fortune wheel UI + prize editor

Toolbar buttons, FortuneWheelView (animated wheel, prize icons, recent winners),
RareValuesView (diamond price guide + staff prize-editor tab), furni infostand
value line, useFortuneWheel/useRareValues hooks, it/en text examples.
This commit is contained in:
medievalshell
2026-05-28 02:39:02 +02:00
parent 00fbdc6f6d
commit 61aceaa422
13 changed files with 602 additions and 2 deletions
+2
View File
@@ -4,6 +4,7 @@ export * from './camera';
export * from './catalog';
export * from './chat-history';
export * from './events';
export * from './fortune-wheel/useFortuneWheel';
export * from './friends';
export * from './game-center';
export * from './groups';
@@ -14,6 +15,7 @@ export * from './mod-tools';
export * from './navigator';
export * from './notification';
export * from './purse';
export * from './rare-values/useRareValues';
export * from './rooms';
export * from './rooms/engine';
export * from './rooms/promotes';