pages235/src/react
2025-03-21 04:18:24 +03:00
..
book_icons feat: Add a way to view / sign books (#158) 2024-07-17 02:53:26 +03:00
components/replay fix: fix crashes on packets logging recording 2025-03-03 15:31:25 +03:00
hooks fix textures loading regression, fix entity tex resizing 2025-02-18 20:10:33 +03:00
ps_icons feat: Key binds screen (#108) 2024-05-18 22:51:35 +03:00
state active back all vanilla mechanics like hotbar wheel when replay window is minimized 2025-03-14 19:11:14 +03:00
AddServerOrConnect.tsx fix: preserve list of initial servers when adding server, add always to top 2025-03-20 04:19:11 +03:00
appStatus.module.css feat: format disconnect messages from minecraft servers (display correctly) 2024-11-01 02:55:19 +03:00
appStatus.module.css.d.ts feat: format disconnect messages from minecraft servers (display correctly) 2024-11-01 02:55:19 +03:00
AppStatus.tsx highlight main actions 2025-03-21 04:18:24 +03:00
AppStatusProvider.tsx add a way to disable recording button on pause menu, refactor 2025-02-27 04:48:03 +03:00
appStorageProvider.ts feat: refactor all app storage managment (#310) 2025-03-17 16:05:04 +03:00
ArmorBar.css feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
ArmorBar.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
ArmorBar.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
armorValues.ts feat: Migrate HUD to React, new hotbar and bars (#107) 2024-04-20 17:38:23 +03:00
BarsCommon.tsx feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
BedTime.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
Book.module.css feat: Add a way to view / sign books (#158) 2024-07-17 02:53:26 +03:00
Book.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
Book.stories.tsx feat: Replay packets server functionality! (#287) 2025-02-23 03:48:15 +03:00
Book.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
BookProvider.tsx rename prismarine-viewer dir to renderer to avoid confusion (#269) 2025-02-08 14:17:27 +03:00
BossBarOverlay.css feat: enable bossbar by default & support for custom title texts (#259) 2025-02-04 08:11:11 +03:00
BossBarOverlay.stories.tsx a huge progress on packet replay component, fix bugs add switches 2025-02-23 21:52:12 +03:00
BossBarOverlay.tsx fix: fix bossbar flickering 2025-02-23 20:06:47 +03:00
BossBarOverlayProvider.tsx fix bossbar crash when server tries to upate/remove non existent one 2025-03-20 05:14:23 +03:00
BreathBar.css feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
BreathBar.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
BreathBar.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
button.module.css improve button hover ui on mobile 2025-02-08 11:45:08 +03:00
button.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
Button.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
Button.tsx feat(ui): add back, close buttons in settings for mobile 2025-01-31 03:52:07 +03:00
ButtonAppProvider.tsx feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
ButtonWithTooltip.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
ButtonWithTooltip.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
Chat.css feat: refactor all app storage managment (#310) 2025-03-17 16:05:04 +03:00
Chat.stories.tsx should fix build 2024-10-01 01:35:01 +03:00
Chat.tsx fix: make chat arrows work on ios 2025-03-14 01:36:14 +03:00
ChatProvider.tsx fix: reconnect button sometimes was not displayed 2025-03-13 23:11:12 +03:00
ConceptCommandsGui.stories.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
createWorld.module.css feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
createWorld.module.css.d.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
CreateWorld.tsx restore a way t ocreate worlds by enter 2024-10-21 00:41:35 +03:00
CreateWorldProvider.tsx fix: include all latest supported versions in create world menu for singleplayer (up to 1.20.4) 2024-06-15 03:45:50 +03:00
Crosshair.css force make crosshair transparent to avoid issues with old darkreader safari version 2024-09-04 19:17:02 +03:00
Crosshair.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
deathScreen.css feat: display death screen when you die! 2023-09-27 22:41:51 +03:00
DeathScreen.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
DeathScreen.tsx should fix build 2024-10-01 01:35:01 +03:00
DeathScreenProvider.tsx should fix build 2024-10-01 01:35:01 +03:00
DebugEdges.tsx hotfix: should fix edge case when canvas was out of viewport bounds on ios 2025-03-05 22:22:35 +03:00
DebugOverlay.module.css feat: add detailed block assets parsing (blockstates + models) in F3 on right side (includes parsing errors! super useful for resourcepacks) 2025-02-20 03:41:44 +03:00
DebugOverlay.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
DebugOverlay.tsx feat: add detailed block assets parsing (blockstates + models) in F3 on right side (includes parsing errors! super useful for resourcepacks) 2025-02-20 03:41:44 +03:00
DiscordButton.tsx feat: add config option for pause screen links (#288) 2025-02-26 22:31:22 +03:00
DiveTransition.module.css feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
DiveTransition.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
DiveTransition.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
DiveTransition.tsx feat: display progress of downloading chunks visually (#195) 2024-09-04 05:03:17 +03:00
effectsImages.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
EnterFullscreenButton.tsx feat: Full support for rendering blocks in inventory GUI powered by deeplsate (#292) 2025-03-05 15:11:42 +03:00
FoodBar.css feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
FoodBar.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
FoodBar.tsx fix: spectator: display cursor block in f3, hide hotbar and hunger 2024-12-06 09:53:13 +03:00
Fullmap.css feat: minimap and full screen map (disabled by default) (#147) 2024-11-27 23:07:28 +03:00
Fullmap.tsx feat: some minimap fixes (#249) 2025-02-13 05:07:19 +03:00
FullScreenWidget.tsx feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
GameInteractionOverlay.tsx feat: Add interaction hint for touch-based entity targeting 2025-03-05 22:49:36 +03:00
GamepadUiCursor.module.css Add Gamepad UI Cursor component and styles 2024-05-10 05:08:28 +03:00
GamepadUiCursor.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
GamepadUiCursor.tsx Add Gamepad UI Cursor component and styles 2024-05-10 05:08:28 +03:00
globals.d.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
GlobalSearchInput.tsx feat: rework hand! enable by default, fix bow anim (#261) 2025-02-15 05:14:36 +03:00
GoogleButton.css feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
GoogleButton.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
HealthBar.css feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
HealthBar.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
HealthBar.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
HeldMapUi.tsx feat: item & maps in frame rendering (#243) 2025-02-01 05:46:05 +03:00
HotbarRenderApp.tsx feat: Replay packets server functionality! (#287) 2025-02-23 03:48:15 +03:00
HudBarsProvider.tsx fix: fix action bar text was not visible on ios (when landscape) 2025-03-13 23:06:41 +03:00
IndicatorEffects.css feat: Connections issues icon & reconnect button (#268) 2025-02-07 13:01:22 +03:00
IndicatorEffects.stories.tsx fix: bundle pixealrticons with the app instead of fetching them from remote location in runtime 2024-07-07 19:18:48 +03:00
IndicatorEffects.tsx feat: Connections issues icon & reconnect button (#268) 2025-02-07 13:01:22 +03:00
IndicatorEffectsProvider.tsx feat: Connections issues icon & reconnect button (#268) 2025-02-07 13:01:22 +03:00
input.module.css ui: fix input alignment 2024-05-10 05:59:54 +03:00
input.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
Input.tsx feat: refactor all app storage managment (#310) 2025-03-17 16:05:04 +03:00
Keybinding.tsx fix failing test ci 2024-11-19 23:00:32 +03:00
KeybindingsCustom.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
KeybindingsScreen.module.css add highest block implementation for a few other PRs, up server 2024-08-22 15:47:29 +03:00
KeybindingsScreen.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
KeybindingsScreen.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
KeybindingsScreenProvider.tsx feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
LoadingChunks.css feat: display progress of downloading chunks visually (#195) 2024-09-04 05:03:17 +03:00
LoadingChunks.stories.tsx feat: display progress of downloading chunks visually (#195) 2024-09-04 05:03:17 +03:00
LoadingChunks.tsx fixup for player pos in chunk loader 2024-09-04 05:48:00 +03:00
mainMenu.module.css feat: improve main menu and sign in UIs. Add QR code so you can login to MS account on mobile 2024-12-20 23:18:16 +03:00
mainMenu.module.css.d.ts feat: improve main menu and sign in UIs. Add QR code so you can login to MS account on mobile 2024-12-20 23:18:16 +03:00
MainMenu.tsx fix: respect main menu links display from config (#308) 2025-03-14 19:53:59 +03:00
MainMenuRenderApp.tsx feat: refactor all app storage managment (#310) 2025-03-17 16:05:04 +03:00
MessageFormatted.css feat: Migrate HUD to React, new hotbar and bars (#107) 2024-04-20 17:38:23 +03:00
MessageFormatted.tsx Add better chat link prompt screen (#290) 2025-02-26 22:33:50 +03:00
MessageFormattedString.stories.tsx feat: Add a way to view / sign books (#158) 2024-07-17 02:53:26 +03:00
MessageFormattedString.tsx fix: fix custom item display on 1.21.4, fix text component potential crash 2025-02-19 04:03:32 +03:00
MineflayerPluginConsole.css feat: implement full support for new mineflayer plugin! add UI customization, motion effect, JS repl console and more! 2025-02-10 19:54:38 +03:00
MineflayerPluginConsole.tsx finishing support for mcraft viewer plugin:( 2025-02-13 21:31:55 +03:00
MineflayerPluginHud.tsx finishing support for mcraft viewer plugin:( 2025-02-13 21:31:55 +03:00
Minimap.tsx feat: some minimap fixes (#249) 2025-02-13 05:07:19 +03:00
MinimapDrawer.ts feat: some minimap fixes (#249) 2025-02-13 05:07:19 +03:00
MinimapProvider.tsx feat: some minimap fixes (#249) 2025-02-13 05:07:19 +03:00
MobileTopButtons.module.css refactor: Rework mobile controls! (#260) 2025-02-01 02:51:56 +03:00
MobileTopButtons.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
MobileTopButtons.tsx feat: Display players list on long chat button hold 2025-03-05 22:58:11 +03:00
ModuleSignsViewer.tsx rename prismarine-viewer dir to renderer to avoid confusion (#269) 2025-02-08 14:17:27 +03:00
NetworkStatus.module.css add stale ping status display 2025-02-19 03:33:39 +03:00
NetworkStatus.module.css.d.ts add stale ping status display 2025-02-19 03:33:39 +03:00
NetworkStatus.tsx add stale ping status display 2025-02-19 03:33:39 +03:00
NoModalFoundProvider.tsx feat: rework hand! enable by default, fix bow anim (#261) 2025-02-15 05:14:36 +03:00
Notification.tsx fix: literally fix the notification component 2025-02-20 04:01:48 +03:00
NotificationProvider.tsx fix: was not possible to click notification, make error routing more strict & obvious 2025-03-03 17:42:01 +03:00
npmReactEntrypoint.ts feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
options.module.css feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
OptionsGroup.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
OptionsItems.tsx feat: initial config.json is now bundled on build step, which is required for defaultSettings 2025-02-26 03:29:10 +03:00
OptionsRenderApp.tsx fix: display error message when modal to display not found fixes #119 2024-06-21 22:15:35 +03:00
packetsFilter.ts feat: Replay packets server functionality! (#287) 2025-02-23 03:48:15 +03:00
PacketsReplayProvider.tsx fix swing animations and improve replay server functions 2025-03-18 21:46:44 +03:00
parseKeybindingName.test.ts fix failing test ci 2024-11-19 23:00:32 +03:00
parseKeybindingName.ts fix ci (#231) 2024-11-20 09:03:10 +01:00
PauseLinkButtons.tsx fix: respect main menu links display from config (#308) 2025-03-14 19:53:59 +03:00
PauseScreen.module.css feat: Migrate HUD to React, new hotbar and bars (#107) 2024-04-20 17:38:23 +03:00
PauseScreen.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
PauseScreen.tsx add world download button 2025-03-15 02:20:47 +03:00
PixelartIcon.tsx feat: add ping display view in pause menu! 2025-02-18 20:36:59 +03:00
pixelartIcons.generated.ts fix: bundle pixealrticons with the app instead of fetching them from remote location in runtime 2024-07-07 19:18:48 +03:00
PlayerListOverlay.css feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
PlayerListOverlay.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
PlayerListOverlay.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
PlayerListOverlayProvider.tsx fix errors spamming from players list 2025-03-11 02:11:36 +03:00
prosemirror-markdown.ts feat: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
ReplayPanel.stories.tsx fix types 2025-02-23 21:55:07 +03:00
ReplayPanel.tsx active back all vanilla mechanics like hotbar wheel when replay window is minimized 2025-03-14 19:11:14 +03:00
Scoreboard.css scoreboard below title 2024-03-07 14:59:12 +04:00
Scoreboard.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
Scoreboard.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
ScoreboardProvider.tsx feat: add a way to disable some of the UI parts in settings (for testing and other use cases) 2024-09-07 18:37:57 +03:00
Screen.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
Screen.tsx feat: improve main menu and sign in UIs. Add QR code so you can login to MS account on mobile 2024-12-20 23:18:16 +03:00
Select.css feat: New select component (#169) 2024-08-16 12:24:13 +03:00
select.module.css feat: New select component (#169) 2024-08-16 12:24:13 +03:00
select.module.css.d.ts feat: New select component (#169) 2024-08-16 12:24:13 +03:00
Select.stories.tsx cleanup: remove legacy options 2024-08-24 05:19:38 +03:00
Select.tsx fix(regression): select version was not visible in server options 2024-08-24 04:54:20 +03:00
SelectGameVersion.tsx cleanup: remove legacy options 2024-08-24 05:19:38 +03:00
SelectOption.tsx feat: refactor all app storage managment (#310) 2025-03-17 16:05:04 +03:00
ServersList.tsx feat: refactor all app storage managment (#310) 2025-03-17 16:05:04 +03:00
ServersListProvider.tsx fix: preserve list of initial servers when adding server, add always to top 2025-03-20 04:19:11 +03:00
serversStorage.ts fix possible crash on non existing server data update 2025-03-20 04:37:42 +03:00
SharedHudVars.tsx feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
SignEditor.css feat: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
SignEditor.stories.tsx feat: single file build! (#181) 2025-03-11 23:58:52 +03:00
SignEditor.tsx feat: single file build! (#181) 2025-03-11 23:58:52 +03:00
SignEditorProvider.tsx feat: single file build! (#181) 2025-03-11 23:58:52 +03:00
SignInMessage.stories.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
SignInMessage.tsx feat: improve main menu and sign in UIs. Add QR code so you can login to MS account on mobile 2024-12-20 23:18:16 +03:00
SignInMessageProvider.tsx feat: improve main menu and sign in UIs. Add QR code so you can login to MS account on mobile 2024-12-20 23:18:16 +03:00
simpleHooks.ts feat(ui): Improve server list UI 2025-01-31 04:40:15 +03:00
simpleUtils.ts feat: Migrate HUD to React, new hotbar and bars (#107) 2024-04-20 17:38:23 +03:00
singleplayer.module.css feat: display motd/players info for ws servers (still no icon sadly) 2025-03-05 13:02:55 +03:00
singleplayer.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
Singleplayer.stories.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
Singleplayer.tsx add groups into UI for future work 2025-03-11 19:55:03 +03:00
SingleplayerProvider.tsx add groups into UI for future work 2025-03-11 19:55:03 +03:00
slider.module.css feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
slider.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
Slider.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
Slider.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
SoundMuffler.tsx feat(sounds): Add sound variants and resource pack support! (#258) 2025-01-29 04:54:51 +03:00
Tabs.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
Tabs.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
Title.css fix: fix action bar text was not visible on ios (when landscape) 2025-03-13 23:06:41 +03:00
Title.stories.tsx fix: title would not get rendered and rendering times be wrong (#254) 2025-01-28 19:42:06 +03:00
Title.tsx fix: title would not get rendered and rendering times be wrong (#254) 2025-01-28 19:42:06 +03:00
TitleProvider.tsx fix: title would not get rendered and rendering times be wrong (#254) 2025-01-28 19:42:06 +03:00
TouchAreasControls.tsx feat: Refactor mouse controls, fixing all false entity/item interaction issues (#286) 2025-02-27 15:26:38 +03:00
TouchAreasControlsProvider.tsx refactor: Rework mobile controls! (#260) 2025-02-01 02:51:56 +03:00
TouchControls.tsx refactor: Rework mobile controls! (#260) 2025-02-01 02:51:56 +03:00
TouchInteractionHint.module.css hotfix for ui crash on disconnect 2025-03-06 20:12:05 +03:00
TouchInteractionHint.module.css.d.ts hotfix for ui crash on disconnect 2025-03-06 20:12:05 +03:00
TouchInteractionHint.tsx hotfix for ui crash on disconnect 2025-03-06 20:12:05 +03:00
uiMotion.ts finishing support for mcraft viewer plugin:( 2025-02-13 21:31:55 +03:00
UIProvider.tsx feat: rework hand! enable by default, fix bow anim (#261) 2025-02-15 05:14:36 +03:00
useLongPress.ts feat: revamp dropped items & holding blocks/items display! now using flexible item definition resolution 2025-02-07 13:54:38 +03:00
utils.ts feat: publish all stories UI components to npm! (#111) 2024-05-05 03:25:08 +03:00
utilsApp.ts feat: rework hand! enable by default, fix bow anim (#261) 2025-02-15 05:14:36 +03:00
widgets.ts fix: fix critical fps regression in worlds with many signs (gpu textures overflow), add most basic optimizations, clear textures on chunks unload 2024-02-06 10:02:31 +03:00
XPBar.module.css feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
XPBar.module.css.d.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
XPBar.stories.tsx lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
XPBar.tsx Lint JSX (#175) 2024-08-15 03:12:32 +03:00
XPBarProvider.tsx feat: Migrate HUD to React, new hotbar and bars (#107) 2024-04-20 17:38:23 +03:00