This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* correctly save and display guests * Correctly disable the button if no comment is set and show placeholder * Don't disable the register button if you are an organizer * safe access user id * fix rubocop * fix update competing lane * safe access of user * don't show error message if not logged in * don't show error message if not logged in * set user to null explicitly if not logged in * combing permission messages * Don't show Delete Registration button if you are not allowed to * switch to column parameters * rubocop changes * Only show delete registration button if registration is open * Don't allow whitespace comments * Don't show update button after event change deadline * Show Re-Register button if registration status is cancelled * Handle cases where no event_change_deadline is set * Don't show update event button when deadline has passed for admins * fix typo when updating events as an admin * fix eslint * fix rubocop * move guests out of competing lane in factory * fix typo * fix typo * remove include and better control flow for reset method * new token route * localstack 3.0 fixes * fix event_details being accessed wrong * don't fetch user info if there are no registrations * switch get_stripe_config to GET * add whitespace: break to competition ui * distinguish betwenn Closed and Not Yet Open * show message when Registration edit deadline has passed * rename time cutoff to cutoff
- Loading branch information
1 parent
ad610a4
commit 53d6505
Showing
20 changed files
with
266 additions
and
163 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.