pages235/src/react
gguio 85c0eb8c5b
feat: Sign editor with formatting support! (+2 settings) (#86)
Co-authored-by: gguio <nikvish150@gmail.com>
Co-authored-by: Vitaly Turovsky <vital2580@icloud.com>
2024-03-23 16:21:36 +03:00
..
appStatus.module.css feat: basic support for 1.20.2 2024-01-22 02:07:52 +05:30
AppStatus.tsx feat: add new experimental touch controls 2024-02-19 15:46:02 +03:00
AppStatusProvider.tsx regression in app status hide 2024-03-18 09:52:16 +03:00
button.module.css add a way to load less assets with option 2023-10-23 02:45:34 +03:00
Button.tsx don't use forwardRef anti-pattern 2023-11-23 00:48:53 +03:00
ButtonWithTooltip.stories.tsx main menu tooltip fixes 2023-10-28 02:39:45 +03:00
ButtonWithTooltip.tsx don't use forwardRef anti-pattern 2023-11-23 00:48:53 +03:00
Chat.stories.tsx fix: wasnt possible to select text & click links in chat on mobile 2024-03-06 05:50:35 +03:00
ChatContainer.css fix: fix chat completions display on mobile 2024-03-11 02:54:56 +03:00
ChatContainer.tsx fix: disable useless second stats panel on ios 2024-03-21 10:28:32 +03:00
ChatProvider.tsx feat: add setting to enable chat selection! (can finally copy chat text) 2024-02-19 15:46:02 +03:00
ConceptCommandsGui.stories.tsx wip add new touch controls and other stuff 2024-02-17 00:41:18 +03:00
createWorld.module.css feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
CreateWorld.tsx use white in selector 2024-02-15 04:58:21 +03:00
CreateWorldProvider.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
deathScreen.css feat: display death screen when you die! 2023-09-27 22:41:51 +03:00
DeathScreen.stories.tsx add storybook & react button component, refactor styles a bit 2023-10-10 17:06:23 +03:00
DeathScreen.tsx fix tsc 2024-01-10 06:20:34 +05:30
DeathScreenProvider.tsx feat: add support for titles, subtitle and action bar display! (#73) 2024-03-05 21:39:40 +03:00
Dive.stories.tsx add dive, fix eslint 2023-10-15 19:43:39 +03:00
diveAnimation.module.css commit missing files (TODO spec fixups) 2023-10-15 19:48:34 +03:00
DiveTransition.tsx commit missing files (TODO spec fixups) 2023-10-15 19:48:34 +03:00
EnterFullscreenButton.tsx fix: improve touch controls detections, always respect force enable touch setting 2024-02-14 05:48:59 +03:00
FullScreenWidget.tsx 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
GoogleButton.css feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
GoogleButton.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
input.module.css feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
Input.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
mainMenu.module.css add privacy policy for google 2024-03-17 05:53:58 +03:00
MainMenu.tsx add privacy policy for google 2024-03-17 05:53:58 +03:00
MainMenuRenderApp.tsx move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +03:00
MessageFormatted.tsx fix: fix critical ui crash in 1.8.8 for chat 2024-03-18 05:22:07 +03:00
MessageFormattedString.stories.tsx add MessageFormattedString, loadedDataVersion state 2023-10-10 18:03:23 +03:00
MessageFormattedString.tsx try to fix react ui crash 2024-03-11 00:09:09 +03:00
ModuleSignsViewer.tsx 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
Notification.tsx feat: new reworked notifications 2024-03-21 07:24:22 +03:00
NotificationProvider.tsx feat: new reworked notifications 2024-03-21 07:24:22 +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 fix: now gpu preference can be set to force lower-power gpu in rare scenarios (new setting instead of "use dedicated gpu"). the current setting is just a hint for browser, which can be ignored 2024-01-05 02:18:46 +05:30
OptionsItems.tsx fix: now gpu preference can be set to force lower-power gpu in rare scenarios (new setting instead of "use dedicated gpu"). the current setting is just a hint for browser, which can be ignored 2024-01-05 02:18:46 +05:30
OptionsRenderApp.tsx fix: disable useless second stats panel on ios 2024-03-21 10:28:32 +03:00
PixelartIcon.tsx feat: add new experimental touch controls 2024-02-19 15:46:02 +03:00
prosemirror-markdown.ts feat: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
Scoreboard.css scoreboard below title 2024-03-07 14:59:12 +04:00
Scoreboard.stories.tsx Scoreboard component + storybook 2024-03-06 14:44:56 +04:00
Scoreboard.tsx improve performance of too frequent formatted strings (eg chat) 2024-03-11 00:44:18 +03:00
ScoreboardProvider.tsx fix listeners 2024-03-07 00:56:03 +03:00
Screen.stories.tsx feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
Screen.tsx refactor loading error screen to AppStatus (react) to include transitions 2023-10-13 18:52:25 +03:00
SelectOption.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +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: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
SignEditor.tsx feat: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
SignEditorProvider.tsx feat: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
singleplayer.module.css feat: new reworked notifications 2024-03-21 07:24:22 +03:00
Singleplayer.stories.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
Singleplayer.tsx feat: new reworked notifications 2024-03-21 07:24:22 +03:00
SingleplayerProvider.tsx feat: new reworked notifications 2024-03-21 07:24:22 +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.stories.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
Slider.tsx fix: minimal value of settings by default is now 0 which is important for sound 2023-11-10 11:13:58 +03:00
SoundMuffler.tsx feat: implement basic sound system 🔊🔊🔊! 2024-01-04 05:08:53 +05:30
Tabs.stories.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
Tabs.tsx feat: implement Google Drive storage provider (#87) 2024-03-17 05:25:21 +03:00
Title.css feat: add support for titles, subtitle and action bar display! (#73) 2024-03-05 21:39:40 +03:00
Title.stories.tsx small title cleanup 2024-03-06 05:51:32 +03:00
Title.tsx feat: add support for titles, subtitle and action bar display! (#73) 2024-03-05 21:39:40 +03:00
TitleProvider.tsx feat: add support for titles, subtitle and action bar display! (#73) 2024-03-05 21:39:40 +03:00
TouchAreasControls.tsx fix: wasnt possible to select text & click links in chat on mobile 2024-03-06 05:50:35 +03:00
TouchAreasControlsProvider.tsx feat: add new experimental touch controls 2024-02-19 15:46:02 +03:00
TouchControls.tsx feat: add new experimental touch controls 2024-02-19 15:46:02 +03:00
utils.ts fix: rewrite google drive integration by using native picker (safer for user) 2024-03-18 05:21:46 +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