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

fix: various bugs #50

Merged
merged 10 commits into from
Jun 9, 2024
Merged

fix: various bugs #50

merged 10 commits into from
Jun 9, 2024

Conversation

MaSch0212
Copy link
Owner

  • navigate back to event after deleting a timeslot
  • error when deleting timeslot that has been selected as fallback by a player
  • use same docker tag for build and push
  • player event state is not updated when changing events
    • Before the fix admins had to reload the page to see the event updates on the start page.
  • load correct locale for PrimeNG
  • infinite loading circle if login token in local storage is invalid
  • reset controls when registration change fails
  • users are displayed as "empty" in dropdowns

Closes: #30, #32, #33, #39, #45

# Conflicts:
#	src/client/src/app/+state/player-events/actions/register-for-event.action.ts
#	src/client/src/app/+state/player-events/player-events.reducer.ts
#	src/client/src/app/components/player-events/player-event-details/player-event-details.component.html
#	src/client/src/app/components/player-events/player-event-details/player-event-details.component.ts
@MaSch0212 MaSch0212 enabled auto-merge (squash) June 9, 2024 14:44
@MaSch0212 MaSch0212 merged commit 75cf98c into main Jun 9, 2024
1 check passed
@MaSch0212 MaSch0212 deleted the fixes branch June 9, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment