]> git.localhorst.tv Git - alttp.git/commit
vite migration
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 21 Jun 2025 13:51:17 +0000 (15:51 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 21 Jun 2025 13:51:17 +0000 (15:51 +0200)
commit572d6b513050aca765c6fe51f628bda17b28ab25
tree3f82b83410e615db1466fa990ec8aa928df93317
parent9522cd39c0f3515c64346e84ad251a0f82f2bf71
vite migration
386 files changed:
.env.example
.gitignore
eslint.config.mjs [new file with mode: 0644]
package-lock.json
package.json
resources/js/app/Footer.js [deleted file]
resources/js/app/Footer.jsx [new file with mode: 0644]
resources/js/app/FullLayout.js [deleted file]
resources/js/app/FullLayout.jsx [new file with mode: 0644]
resources/js/app/Header.js [deleted file]
resources/js/app/Header.jsx [new file with mode: 0644]
resources/js/app/LanguageSwitcher.js [deleted file]
resources/js/app/LanguageSwitcher.jsx [new file with mode: 0644]
resources/js/app/PrivacyDialog.js [deleted file]
resources/js/app/PrivacyDialog.jsx [new file with mode: 0644]
resources/js/app/Routes.js [deleted file]
resources/js/app/Routes.jsx [new file with mode: 0644]
resources/js/app/User.js [deleted file]
resources/js/app/User.jsx [new file with mode: 0644]
resources/js/app/index.js [deleted file]
resources/js/app/index.jsx [new file with mode: 0644]
resources/js/bootstrap.js
resources/js/components/alttp-seeds/BaseRomButton.js [deleted file]
resources/js/components/alttp-seeds/BaseRomButton.jsx [new file with mode: 0644]
resources/js/components/alttp-seeds/Seed.js [deleted file]
resources/js/components/alttp-seeds/Seed.jsx [new file with mode: 0644]
resources/js/components/applications/Button.js [deleted file]
resources/js/components/applications/Button.jsx [new file with mode: 0644]
resources/js/components/applications/Dialog.js [deleted file]
resources/js/components/applications/Dialog.jsx [new file with mode: 0644]
resources/js/components/applications/Item.js [deleted file]
resources/js/components/applications/Item.jsx [new file with mode: 0644]
resources/js/components/applications/List.js [deleted file]
resources/js/components/applications/List.jsx [new file with mode: 0644]
resources/js/components/channel/Item.js [deleted file]
resources/js/components/channel/Item.jsx [new file with mode: 0644]
resources/js/components/channel/Link.js [deleted file]
resources/js/components/channel/Link.jsx [new file with mode: 0644]
resources/js/components/channel/List.js [deleted file]
resources/js/components/channel/List.jsx [new file with mode: 0644]
resources/js/components/chat-bot-logs/ChatBotLog.js [deleted file]
resources/js/components/chat-bot-logs/ChatBotLog.jsx [new file with mode: 0644]
resources/js/components/chat-bot-logs/Dialog.js [deleted file]
resources/js/components/chat-bot-logs/Dialog.jsx [new file with mode: 0644]
resources/js/components/chat-bot-logs/Item.js [deleted file]
resources/js/components/chat-bot-logs/Item.jsx [new file with mode: 0644]
resources/js/components/chat-bot-logs/List.js [deleted file]
resources/js/components/chat-bot-logs/List.jsx [new file with mode: 0644]
resources/js/components/chat-logs/Item.js [deleted file]
resources/js/components/chat-logs/Item.jsx [new file with mode: 0644]
resources/js/components/chat-logs/List.js [deleted file]
resources/js/components/chat-logs/List.jsx [new file with mode: 0644]
resources/js/components/common/AspectBox.js [deleted file]
resources/js/components/common/AspectBox.jsx [new file with mode: 0644]
resources/js/components/common/CanonicalLinks.js [deleted file]
resources/js/components/common/CanonicalLinks.jsx [new file with mode: 0644]
resources/js/components/common/ChannelSelect.js [deleted file]
resources/js/components/common/ChannelSelect.jsx [new file with mode: 0644]
resources/js/components/common/DiscordChannelSelect.js [deleted file]
resources/js/components/common/DiscordChannelSelect.jsx [new file with mode: 0644]
resources/js/components/common/DiscordSelect.js [deleted file]
resources/js/components/common/DiscordSelect.jsx [new file with mode: 0644]
resources/js/components/common/ErrorBoundary.js [deleted file]
resources/js/components/common/ErrorBoundary.jsx [new file with mode: 0644]
resources/js/components/common/ErrorMessage.js [deleted file]
resources/js/components/common/ErrorMessage.jsx [new file with mode: 0644]
resources/js/components/common/HTMLInput.js [deleted file]
resources/js/components/common/HTMLInput.jsx [new file with mode: 0644]
resources/js/components/common/Icon.js [deleted file]
resources/js/components/common/Icon.jsx [new file with mode: 0644]
resources/js/components/common/LargeCheck.js [deleted file]
resources/js/components/common/LargeCheck.jsx [new file with mode: 0644]
resources/js/components/common/Loading.js [deleted file]
resources/js/components/common/Loading.jsx [new file with mode: 0644]
resources/js/components/common/PngDialog.js [deleted file]
resources/js/components/common/PngDialog.jsx [new file with mode: 0644]
resources/js/components/common/PngPlayer.js [deleted file]
resources/js/components/common/PngPlayer.jsx [new file with mode: 0644]
resources/js/components/common/RawHTML.js [deleted file]
resources/js/components/common/RawHTML.jsx [new file with mode: 0644]
resources/js/components/common/Slider.js [deleted file]
resources/js/components/common/Slider.jsx [new file with mode: 0644]
resources/js/components/common/Spoiler.js [deleted file]
resources/js/components/common/Spoiler.jsx [new file with mode: 0644]
resources/js/components/common/ToggleSwitch.js [deleted file]
resources/js/components/common/ToggleSwitch.jsx [new file with mode: 0644]
resources/js/components/common/UserSelect.js [deleted file]
resources/js/components/common/UserSelect.jsx [new file with mode: 0644]
resources/js/components/common/ZeldaIcon.js [deleted file]
resources/js/components/common/ZeldaIcon.jsx [new file with mode: 0644]
resources/js/components/discord-bot/Controls.js [deleted file]
resources/js/components/discord-bot/Controls.jsx [new file with mode: 0644]
resources/js/components/discord-guilds/Box.js [deleted file]
resources/js/components/discord-guilds/Box.jsx [new file with mode: 0644]
resources/js/components/discord-guilds/ChannelBox.js [deleted file]
resources/js/components/discord-guilds/ChannelBox.jsx [new file with mode: 0644]
resources/js/components/episodes/ApplyDialog.js [deleted file]
resources/js/components/episodes/ApplyDialog.jsx [new file with mode: 0644]
resources/js/components/episodes/ApplyForm.js [deleted file]
resources/js/components/episodes/ApplyForm.jsx [new file with mode: 0644]
resources/js/components/episodes/Channel.js [deleted file]
resources/js/components/episodes/Channel.jsx [new file with mode: 0644]
resources/js/components/episodes/Channels.js [deleted file]
resources/js/components/episodes/Channels.jsx [new file with mode: 0644]
resources/js/components/episodes/Crew.js [deleted file]
resources/js/components/episodes/Crew.jsx [new file with mode: 0644]
resources/js/components/episodes/CrewManagement.js [deleted file]
resources/js/components/episodes/CrewManagement.jsx [new file with mode: 0644]
resources/js/components/episodes/CrewMember.js [deleted file]
resources/js/components/episodes/CrewMember.jsx [new file with mode: 0644]
resources/js/components/episodes/DialogEpisode.js [deleted file]
resources/js/components/episodes/DialogEpisode.jsx [new file with mode: 0644]
resources/js/components/episodes/Filter.js [deleted file]
resources/js/components/episodes/Filter.jsx [new file with mode: 0644]
resources/js/components/episodes/Item.js [deleted file]
resources/js/components/episodes/Item.jsx [new file with mode: 0644]
resources/js/components/episodes/List.js [deleted file]
resources/js/components/episodes/List.jsx [new file with mode: 0644]
resources/js/components/episodes/MultiLink.js [deleted file]
resources/js/components/episodes/MultiLink.jsx [new file with mode: 0644]
resources/js/components/episodes/Player.js [deleted file]
resources/js/components/episodes/Player.jsx [new file with mode: 0644]
resources/js/components/episodes/Players.js [deleted file]
resources/js/components/episodes/Players.jsx [new file with mode: 0644]
resources/js/components/episodes/RestreamAddForm.js [deleted file]
resources/js/components/episodes/RestreamAddForm.jsx [new file with mode: 0644]
resources/js/components/episodes/RestreamDialog.js [deleted file]
resources/js/components/episodes/RestreamDialog.jsx [new file with mode: 0644]
resources/js/components/episodes/RestreamEditForm.js [deleted file]
resources/js/components/episodes/RestreamEditForm.jsx [new file with mode: 0644]
resources/js/components/events/Detail.js [deleted file]
resources/js/components/events/Detail.jsx [new file with mode: 0644]
resources/js/components/events/Item.js [deleted file]
resources/js/components/events/Item.jsx [new file with mode: 0644]
resources/js/components/events/List.js [deleted file]
resources/js/components/events/List.jsx [new file with mode: 0644]
resources/js/components/map/Buttons.js [deleted file]
resources/js/components/map/Buttons.jsx [new file with mode: 0644]
resources/js/components/map/Item.js [deleted file]
resources/js/components/map/Item.jsx [new file with mode: 0644]
resources/js/components/map/List.js [deleted file]
resources/js/components/map/List.jsx [new file with mode: 0644]
resources/js/components/map/OpenSeadragon.js [deleted file]
resources/js/components/map/OpenSeadragon.jsx [new file with mode: 0644]
resources/js/components/map/Overlay.js [deleted file]
resources/js/components/map/Overlay.jsx [new file with mode: 0644]
resources/js/components/map/Pin.js [deleted file]
resources/js/components/map/Pin.jsx [new file with mode: 0644]
resources/js/components/map/Pins.js [deleted file]
resources/js/components/map/Pins.jsx [new file with mode: 0644]
resources/js/components/map/Popover.js [deleted file]
resources/js/components/map/Popover.jsx [new file with mode: 0644]
resources/js/components/map/UWSuperTiles.js [deleted file]
resources/js/components/map/UWSuperTiles.jsx [new file with mode: 0644]
resources/js/components/map/Viewer.js [deleted file]
resources/js/components/map/Viewer.jsx [new file with mode: 0644]
resources/js/components/participants/List.js [deleted file]
resources/js/components/participants/List.jsx [new file with mode: 0644]
resources/js/components/protocol/Dialog.js [deleted file]
resources/js/components/protocol/Dialog.jsx [new file with mode: 0644]
resources/js/components/protocol/Item.js [deleted file]
resources/js/components/protocol/Item.jsx [new file with mode: 0644]
resources/js/components/protocol/List.js [deleted file]
resources/js/components/protocol/List.jsx [new file with mode: 0644]
resources/js/components/protocol/Protocol.js [deleted file]
resources/js/components/protocol/Protocol.jsx [new file with mode: 0644]
resources/js/components/protocol/RoundProtocol.js [deleted file]
resources/js/components/protocol/RoundProtocol.jsx [new file with mode: 0644]
resources/js/components/results/DetailDialog.js [deleted file]
resources/js/components/results/DetailDialog.jsx [new file with mode: 0644]
resources/js/components/results/Item.js [deleted file]
resources/js/components/results/Item.jsx [new file with mode: 0644]
resources/js/components/results/List.js [deleted file]
resources/js/components/results/List.jsx [new file with mode: 0644]
resources/js/components/results/ReportButton.js [deleted file]
resources/js/components/results/ReportButton.jsx [new file with mode: 0644]
resources/js/components/results/ReportDialog.js [deleted file]
resources/js/components/results/ReportDialog.jsx [new file with mode: 0644]
resources/js/components/results/ReportForm.js [deleted file]
resources/js/components/results/ReportForm.jsx [new file with mode: 0644]
resources/js/components/rounds/DeleteButton.js [deleted file]
resources/js/components/rounds/DeleteButton.jsx [new file with mode: 0644]
resources/js/components/rounds/DeleteDialog.js [deleted file]
resources/js/components/rounds/DeleteDialog.jsx [new file with mode: 0644]
resources/js/components/rounds/EditButton.js [deleted file]
resources/js/components/rounds/EditButton.jsx [new file with mode: 0644]
resources/js/components/rounds/EditDialog.js [deleted file]
resources/js/components/rounds/EditDialog.jsx [new file with mode: 0644]
resources/js/components/rounds/EditForm.js [deleted file]
resources/js/components/rounds/EditForm.jsx [new file with mode: 0644]
resources/js/components/rounds/Item.js [deleted file]
resources/js/components/rounds/Item.jsx [new file with mode: 0644]
resources/js/components/rounds/List.js [deleted file]
resources/js/components/rounds/List.jsx [new file with mode: 0644]
resources/js/components/rounds/LoadMore.js [deleted file]
resources/js/components/rounds/LoadMore.jsx [new file with mode: 0644]
resources/js/components/rounds/LockButton.js [deleted file]
resources/js/components/rounds/LockButton.jsx [new file with mode: 0644]
resources/js/components/rounds/LockDialog.js [deleted file]
resources/js/components/rounds/LockDialog.jsx [new file with mode: 0644]
resources/js/components/rounds/SeedButton.js [deleted file]
resources/js/components/rounds/SeedButton.jsx [new file with mode: 0644]
resources/js/components/rounds/SeedCode.js [deleted file]
resources/js/components/rounds/SeedCode.jsx [new file with mode: 0644]
resources/js/components/rounds/SeedCodeInput.js [deleted file]
resources/js/components/rounds/SeedCodeInput.jsx [new file with mode: 0644]
resources/js/components/rounds/SeedDialog.js [deleted file]
resources/js/components/rounds/SeedDialog.jsx [new file with mode: 0644]
resources/js/components/rounds/SeedForm.js [deleted file]
resources/js/components/rounds/SeedForm.jsx [new file with mode: 0644]
resources/js/components/rounds/SeedRolledBy.js [deleted file]
resources/js/components/rounds/SeedRolledBy.jsx [new file with mode: 0644]
resources/js/components/snes/SettingsDialog.js [deleted file]
resources/js/components/snes/SettingsDialog.jsx [new file with mode: 0644]
resources/js/components/snes/SettingsForm.js [deleted file]
resources/js/components/snes/SettingsForm.jsx [new file with mode: 0644]
resources/js/components/techniques/Detail.js [deleted file]
resources/js/components/techniques/Detail.jsx [new file with mode: 0644]
resources/js/components/techniques/Dialog.js [deleted file]
resources/js/components/techniques/Dialog.jsx [new file with mode: 0644]
resources/js/components/techniques/Form.js [deleted file]
resources/js/components/techniques/Form.jsx [new file with mode: 0644]
resources/js/components/techniques/List.js [deleted file]
resources/js/components/techniques/List.jsx [new file with mode: 0644]
resources/js/components/techniques/Outline.js [deleted file]
resources/js/components/techniques/Outline.jsx [new file with mode: 0644]
resources/js/components/techniques/Overview.js [deleted file]
resources/js/components/techniques/Overview.jsx [new file with mode: 0644]
resources/js/components/techniques/Requirement.js [deleted file]
resources/js/components/techniques/Requirement.jsx [new file with mode: 0644]
resources/js/components/techniques/Requirements.js [deleted file]
resources/js/components/techniques/Requirements.jsx [new file with mode: 0644]
resources/js/components/techniques/Rulesets.js [deleted file]
resources/js/components/techniques/Rulesets.jsx [new file with mode: 0644]
resources/js/components/techniques/TechFilter.js [deleted file]
resources/js/components/techniques/TechFilter.jsx [new file with mode: 0644]
resources/js/components/tournament/ApplyButton.js [deleted file]
resources/js/components/tournament/ApplyButton.jsx [new file with mode: 0644]
resources/js/components/tournament/Detail.js [deleted file]
resources/js/components/tournament/Detail.jsx [new file with mode: 0644]
resources/js/components/tournament/DiscordForm.js [deleted file]
resources/js/components/tournament/DiscordForm.jsx [new file with mode: 0644]
resources/js/components/tournament/ScoreChart.js [deleted file]
resources/js/components/tournament/ScoreChart.jsx [new file with mode: 0644]
resources/js/components/tournament/ScoreChartButton.js [deleted file]
resources/js/components/tournament/ScoreChartButton.jsx [new file with mode: 0644]
resources/js/components/tournament/ScoreChartDialog.js [deleted file]
resources/js/components/tournament/ScoreChartDialog.jsx [new file with mode: 0644]
resources/js/components/tournament/Scoreboard.js [deleted file]
resources/js/components/tournament/Scoreboard.jsx [new file with mode: 0644]
resources/js/components/tournament/SettingsButton.js [deleted file]
resources/js/components/tournament/SettingsButton.jsx [new file with mode: 0644]
resources/js/components/tournament/SettingsDialog.js [deleted file]
resources/js/components/tournament/SettingsDialog.jsx [new file with mode: 0644]
resources/js/components/tracker/AutoTracking.js [deleted file]
resources/js/components/tracker/AutoTracking.jsx [new file with mode: 0644]
resources/js/components/tracker/Canvas.js [deleted file]
resources/js/components/tracker/Canvas.jsx [new file with mode: 0644]
resources/js/components/tracker/ConfigDialog.js [deleted file]
resources/js/components/tracker/ConfigDialog.jsx [new file with mode: 0644]
resources/js/components/tracker/CountDisplay.js [deleted file]
resources/js/components/tracker/CountDisplay.jsx [new file with mode: 0644]
resources/js/components/tracker/Dungeons.js [deleted file]
resources/js/components/tracker/Dungeons.jsx [new file with mode: 0644]
resources/js/components/tracker/Equipment.js [deleted file]
resources/js/components/tracker/Equipment.jsx [new file with mode: 0644]
resources/js/components/tracker/Items.js [deleted file]
resources/js/components/tracker/Items.jsx [new file with mode: 0644]
resources/js/components/tracker/Map/Overworld.js [deleted file]
resources/js/components/tracker/Map/Overworld.jsx [new file with mode: 0644]
resources/js/components/tracker/Map/index.js [deleted file]
resources/js/components/tracker/Map/index.jsx [new file with mode: 0644]
resources/js/components/tracker/ToggleIcon.js [deleted file]
resources/js/components/tracker/ToggleIcon.jsx [new file with mode: 0644]
resources/js/components/tracker/Toolbar.js [deleted file]
resources/js/components/tracker/Toolbar.jsx [new file with mode: 0644]
resources/js/components/tracker/index.js [deleted file]
resources/js/components/tracker/index.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/ChatSettingsForm.js [deleted file]
resources/js/components/twitch-bot/ChatSettingsForm.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/Command.js [deleted file]
resources/js/components/twitch-bot/Command.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/CommandDialog.js [deleted file]
resources/js/components/twitch-bot/CommandDialog.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/CommandForm.js [deleted file]
resources/js/components/twitch-bot/CommandForm.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/Commands.js [deleted file]
resources/js/components/twitch-bot/Commands.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/Controls.js [deleted file]
resources/js/components/twitch-bot/Controls.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingGameAutoTracking.js [deleted file]
resources/js/components/twitch-bot/GuessingGameAutoTracking.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingGameControls.js [deleted file]
resources/js/components/twitch-bot/GuessingGameControls.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingGuess.js [deleted file]
resources/js/components/twitch-bot/GuessingGuess.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingSettingsForm.js [deleted file]
resources/js/components/twitch-bot/GuessingSettingsForm.jsx [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingWinner.js [deleted file]
resources/js/components/twitch-bot/GuessingWinner.jsx [new file with mode: 0644]
resources/js/components/users/Box.js [deleted file]
resources/js/components/users/Box.jsx [new file with mode: 0644]
resources/js/components/users/EditNicknameButton.js [deleted file]
resources/js/components/users/EditNicknameButton.jsx [new file with mode: 0644]
resources/js/components/users/EditNicknameDialog.js [deleted file]
resources/js/components/users/EditNicknameDialog.jsx [new file with mode: 0644]
resources/js/components/users/EditNicknameForm.js [deleted file]
resources/js/components/users/EditNicknameForm.jsx [new file with mode: 0644]
resources/js/components/users/EditStreamLinkButton.js [deleted file]
resources/js/components/users/EditStreamLinkButton.jsx [new file with mode: 0644]
resources/js/components/users/EditStreamLinkDialog.js [deleted file]
resources/js/components/users/EditStreamLinkDialog.jsx [new file with mode: 0644]
resources/js/components/users/EditStreamLinkForm.js [deleted file]
resources/js/components/users/EditStreamLinkForm.jsx [new file with mode: 0644]
resources/js/components/users/Participation.js [deleted file]
resources/js/components/users/Participation.jsx [new file with mode: 0644]
resources/js/components/users/Profile.js [deleted file]
resources/js/components/users/Profile.jsx [new file with mode: 0644]
resources/js/components/users/Records.js [deleted file]
resources/js/components/users/Records.jsx [new file with mode: 0644]
resources/js/components/zootr/MixedPoolsTracker.js [deleted file]
resources/js/components/zootr/MixedPoolsTracker.jsx [new file with mode: 0644]
resources/js/helpers/AlttpBaseRomContext.js [deleted file]
resources/js/helpers/AlttpBaseRomContext.jsx [new file with mode: 0644]
resources/js/helpers/Result.js [deleted file]
resources/js/helpers/Result.jsx [new file with mode: 0644]
resources/js/helpers/nl2br.js [deleted file]
resources/js/helpers/nl2br.jsx [new file with mode: 0644]
resources/js/hooks/snes.js [deleted file]
resources/js/hooks/snes.jsx [new file with mode: 0644]
resources/js/hooks/tracker.js [deleted file]
resources/js/hooks/tracker.jsx [new file with mode: 0644]
resources/js/hooks/user.js [deleted file]
resources/js/hooks/user.jsx [new file with mode: 0644]
resources/js/index.js [deleted file]
resources/js/index.jsx [new file with mode: 0644]
resources/js/pages/AlttpSeed.js [deleted file]
resources/js/pages/AlttpSeed.jsx [new file with mode: 0644]
resources/js/pages/DiscordBot.js [deleted file]
resources/js/pages/DiscordBot.jsx [new file with mode: 0644]
resources/js/pages/DoorsTracker.js [deleted file]
resources/js/pages/DoorsTracker.jsx [new file with mode: 0644]
resources/js/pages/Event.js [deleted file]
resources/js/pages/Event.jsx [new file with mode: 0644]
resources/js/pages/Events.js [deleted file]
resources/js/pages/Events.jsx [new file with mode: 0644]
resources/js/pages/Front.js [deleted file]
resources/js/pages/Front.jsx [new file with mode: 0644]
resources/js/pages/GuessingGameControls.js [deleted file]
resources/js/pages/GuessingGameControls.jsx [new file with mode: 0644]
resources/js/pages/GuessingGameMonitor.js [deleted file]
resources/js/pages/GuessingGameMonitor.jsx [new file with mode: 0644]
resources/js/pages/HorstieLog.js [deleted file]
resources/js/pages/HorstieLog.jsx [new file with mode: 0644]
resources/js/pages/Map.js [deleted file]
resources/js/pages/Map.jsx [new file with mode: 0644]
resources/js/pages/NotFound.js [deleted file]
resources/js/pages/NotFound.jsx [new file with mode: 0644]
resources/js/pages/Schedule.js [deleted file]
resources/js/pages/Schedule.jsx [new file with mode: 0644]
resources/js/pages/Technique.js [deleted file]
resources/js/pages/Technique.jsx [new file with mode: 0644]
resources/js/pages/Techniques.js [deleted file]
resources/js/pages/Techniques.jsx [new file with mode: 0644]
resources/js/pages/Tournament.js [deleted file]
resources/js/pages/Tournament.jsx [new file with mode: 0644]
resources/js/pages/Tracker.js [deleted file]
resources/js/pages/Tracker.jsx [new file with mode: 0644]
resources/js/pages/TwitchBot.js [deleted file]
resources/js/pages/TwitchBot.jsx [new file with mode: 0644]
resources/js/pages/TwitchLegal.js [deleted file]
resources/js/pages/TwitchLegal.jsx [new file with mode: 0644]
resources/js/pages/User.js [deleted file]
resources/js/pages/User.jsx [new file with mode: 0644]
resources/js/pages/ZootrMixedPoolsTracker.js [deleted file]
resources/js/pages/ZootrMixedPoolsTracker.jsx [new file with mode: 0644]
resources/js/setup-jest.js [deleted file]
resources/sass/bootstrap.scss
resources/views/app.blade.php
tests/js/helpers/Result.test.js
tests/js/helpers/User.test.js
tests/js/helpers/logic/inverted.test.js
tests/js/helpers/logic/open.test.js
tests/js/helpers/tracker.test.js
vite.config.js [new file with mode: 0644]
webpack.mix.js [deleted file]