-
Notifications
You must be signed in to change notification settings - Fork 42
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
Greater refactoring #274
Open
WE-Kaito
wants to merge
182
commits into
main
Choose a base branch
from
greater-refactoring
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Greater refactoring #274
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* remove DnD Provider from Deckbuiler routes
* remove unecessary lines for game card * improve rendering add button in profile
* extract GameBackground
* fix styling SecurityStack
* extract PlayerHand * adjust stylings
* fix hand card offsets
* changed card preview
* add TokenButton to PlayerBoardSide * various styling implementations
* add queries for spans
* adjust MemoryBar stylings
* adjust PhaseIndicator stylings
* add PhaseIndicator * add Reveal * adjust stylings * start re-implementation of logic
* adjust stylings
* style isTilted + new Lottie
* update react to 19-beta * implement react-compiler * replace lotties for security & suspended state by apng files * separate drag img components in card.tsx * minor fixes
* replace stack drag icon by toggle DragMode
* add SICK helper-modifier * minor adjustments
Fixed Text on Overclock, Iceclad, and Collision.
492e23c
to
0261ece
Compare
* fix card fetch and adjust FetchCard model * visual improvements * consistent card size * reimplement stack drag without toggle * implented most of Game Page (card dialogs missing) * WIP: custom cursors * WIP: conistent font sizes * removed deprecated tab dependency! * => CardDetails temporarily disabled
Good luck buddy! |
* update dependencies * temporarily disable CardDetails.tsx (wip) * add prettier
…r-refactoring # Conflicts: # backend/src/main/java/com/github/wekaito/backend/CardService.java # backend/src/main/java/com/github/wekaito/backend/security/MongoUserDetailsService.java # frontend/package-lock.json # frontend/package.json # frontend/src/App.css # frontend/src/App.tsx # frontend/src/components/Card.tsx # frontend/src/components/MenuBackgroundWrapper.tsx # frontend/src/components/ParticlesBackground.tsx # frontend/src/components/SoundBar.tsx # frontend/src/components/cardDetails/CardDetails.tsx # frontend/src/components/game/AttackArrows.tsx # frontend/src/components/game/CardModal.tsx # frontend/src/components/game/CardStack.tsx # frontend/src/components/game/ContextMenus.tsx # frontend/src/components/game/GameBackground.tsx # frontend/src/components/game/GameChatLog.tsx # frontend/src/components/game/MemoryBar.tsx # frontend/src/components/game/ModalDialog/EndModal.tsx # frontend/src/components/game/ModalDialog/RestartPromptModal.tsx # frontend/src/components/game/ModalDialog/SurrenderModal.tsx # frontend/src/components/game/ModalDialog/TokenModal.tsx # frontend/src/components/game/OpponentBoardSide/OpponentBoardSide.tsx # frontend/src/components/game/OpponentBoardSide/OpponentDeck.tsx # frontend/src/components/game/OpponentBoardSide/OpponentEggDeck.tsx # frontend/src/components/game/OpponentBoardSide/OpponentEventUtils/OpponentAttackResolve.tsx # frontend/src/components/game/OpponentBoardSide/OpponentEventUtils/OpponentEventUtils.tsx # frontend/src/components/game/OpponentBoardSide/OpponentHand.tsx # frontend/src/components/game/OpponentBoardSide/OpponentSecurityStack.tsx # frontend/src/components/game/OpponentBoardSide/OpponentTrash.tsx # frontend/src/components/game/PlayerBoardSide/BattleArea.tsx # frontend/src/components/game/PlayerBoardSide/DeckUtilButtons.tsx # frontend/src/components/game/PlayerBoardSide/DragToggleButton.tsx # frontend/src/components/game/PlayerBoardSide/PlayerDeck.tsx # frontend/src/components/game/PlayerBoardSide/PlayerEggDeck.tsx # frontend/src/components/game/PlayerBoardSide/PlayerEventUtils/Mulligan.tsx # frontend/src/components/game/PlayerBoardSide/PlayerEventUtils/PlayerAttackResolve.tsx # frontend/src/components/game/PlayerBoardSide/PlayerEventUtils/PlayerEventUtils.tsx # frontend/src/components/game/PlayerBoardSide/PlayerEventUtils/UnsuspendAllButton.tsx # frontend/src/components/game/PlayerBoardSide/PlayerHand.tsx # frontend/src/components/game/PlayerBoardSide/PlayerTrash.tsx # frontend/src/components/game/PlayerBoardSide/SecurityDropSections.tsx # frontend/src/components/game/PlayerCard.tsx # frontend/src/components/game/ReportButton.tsx # frontend/src/components/game/RevealArea.tsx # frontend/src/components/game/StackModal.tsx # frontend/src/components/login/TermsAndConditionsDialog.tsx # frontend/src/hooks/useDropZone.ts # frontend/src/hooks/useGameUIStates.ts # frontend/src/hooks/useGameWebSocket.ts # frontend/src/hooks/useGeneralStates.ts # frontend/src/hooks/useResponsiveFontSize.ts # frontend/src/pages/Deckbuilder.tsx # frontend/src/pages/GamePage.tsx # frontend/src/pages/Lobby.tsx # frontend/src/utils/types.ts
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.