feat: implement dice page (CAS-75) #209

Merged
ptran merged 10 commits from feat-dice-frontend into main 2025-05-21 09:11:20 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 329739b103 - Show all commits

View file

@ -26,7 +26,7 @@
</div>
<div>
<label class="block text-text-secondary mb-2">Roll Mode:</label>
<div class="block text-text-secondary mb-2">Roll Mode:</div>
<div class="roll-mode flex rounded-lg overflow-hidden">
<button
type="button"

View file

@ -39,8 +39,6 @@ export class DiceComponent implements OnInit {
private readonly MAX_DICE_VALUE = 100;
constructor() {}
ngOnInit(): void {
this.diceForm.valueChanges
.pipe(