Compare commits
2 Commits
feat/BAC-8
...
6b8488e7a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b8488e7a4 | ||
| 6c914b1421 |
@@ -160,3 +160,8 @@
|
||||
### Features
|
||||
|
||||
* Update LobbyComponent to use icons for player removal buttons ([c653746](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/commit/c6537467f87d60aeece18f86f42c839d5437c18b))
|
||||
## [0.0.0](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/compare/0.22.0...0.0.0) (2026-01-13)
|
||||
|
||||
### Features
|
||||
|
||||
* **ui:** Tie selection ([#26](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/issues/26)) ([6c914b1](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/commit/6c914b1421030897d47449087dd1694068e84436))
|
||||
|
||||
@@ -21,7 +21,7 @@ function getCardImagePath(cardPath: string) {
|
||||
function selectTie(tieIndex: number) {
|
||||
wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then(
|
||||
$q.notify({
|
||||
message: "You've successfully picked your tieCard!",
|
||||
message: "You've successfully picked your tieCard",
|
||||
color: "positive",
|
||||
position: "top"
|
||||
})
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MAJOR=0
|
||||
MINOR=22
|
||||
MINOR=23
|
||||
PATCH=0
|
||||
|
||||
Reference in New Issue
Block a user