Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @tanstack/react-query from 4.36.1 to 5.10.0 in /packages/frontend #113

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .devcontainer/devcontainer.json

This file was deleted.

7 changes: 0 additions & 7 deletions .devcontainer/postCreate.sh

This file was deleted.

Empty file removed .github/workflows/earthly.yml
Empty file.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ error.png
logs
saves
.DS_Store
machine.typegen.d.ts
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"bradlc.vscode-tailwindcss",
"lightyen.tailwindcss-intellisense-twin",
"tamasfe.even-better-toml",
"orta.vscode-jest"
"statelyai.stately-vscode",
"zixuanchen.vitest-explorer"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[shellscript]": {
"editor.defaultFormatter": "mkhl.shfmt"
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/machine.typegen.d.ts": true
}
}
15 changes: 0 additions & 15 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pipeline.push:
PIPELINE --push
TRIGGER push main
BUILD +ci
BUILD +devcontainer
BUILD ./packages/frontend+deploy.storybook --prod=true
BUILD ./docs+deploy --prod=true

Expand Down Expand Up @@ -106,17 +105,3 @@ up:
down:
LOCALLY
RUN (cd packages/backend/ && docker compose down)

devcontainer:
FROM earthly/dind:ubuntu
WORKDIR /workspace
ARG TARGETARCH
ARG version=0.2.1
RUN curl --location --fail --silent --show-error -o /usr/local/bin/devpod https://github.com/loft-sh/devpod/releases/download/v$version/devpod-linux-$TARGETARCH
RUN chmod +x /usr/local/bin/devpod
COPY .devcontainer/devcontainer.json .
RUN --push --secret GITHUB_TOKEN=github_token echo $GITHUB_TOKEN | docker login ghcr.io -u shepherdjerred --password-stdin
WITH DOCKER
RUN devpod provider add docker && \
devpod build github.com/shepherdjerred/discord-plays-pokemon --repository ghcr.io/shepherdjerred/discord-plays-pokemon --platform linux/amd64,linux/arm64
END
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Discord Plays Pokémon

[![Open in DevPod!](https://devpod.sh/assets/open-in-devpod.svg)](https://devpod.sh/open#https://github.com/shepherdjerred/better-skill-capped)

![A screenshot of a desktop. The window on the left shows a video stream of Pokémon Liquid Crystal produced by this application. The window on the right shows the Discord application with a user named Pokebot in a voice channel. Discord is also displaying a text channel where users can enter commands to control the Pokémon bot](docs/docs/assets/images/screenshot_all.png)

This application allows your Discord server to play a cooperative game of Pokémon (or any other Game Boy Advance ROM) using Discord as the input method. The concept is similar to that of [Twitch Plays Pokémon](https://en.wikipedia.org/wiki/Twitch_Plays_Pok%C3%A9mon).
Expand Down
3 changes: 2 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ This document tracks the planned work for this repository.
## In Progress

- Fullscreen mode
- Require players to be in channel to send commands

## Complete

- Stop streaming on inactivity
- Fix Discord text commands
- Make development/production closer
- Minimum watcher count
- Require players to be in channel to send commands
- State machine
43 changes: 0 additions & 43 deletions misc/ec2-bootstrap.sh

This file was deleted.

Loading