event popup!!

This commit is contained in:
legop3
2026-04-19 02:56:13 -04:00
parent 52352bd692
commit 5438873846
15 changed files with 139 additions and 13 deletions
+2
View File
@@ -14,6 +14,7 @@ import CommunityGoalBanner from '../components/CommunityGoalBanner.jsx';
import RoverQueuesPanel from '../components/RoverQueuesPanel.jsx';
import RawUserPilePanel from '../components/RawUserPilePanel.jsx';
import ButtonBoxPanel from '../components/ButtonBoxPanel.jsx';
import RewardRunOverlay from '../components/RewardRunOverlay.jsx';
function usePortraitLayout() {
const [isPortrait, setIsPortrait] = useState(() => {
@@ -220,6 +221,7 @@ function SpectatorContent() {
</section>
</main>
<AlertFeed />
<RewardRunOverlay />
</div>
);
}