* Initial
* Can post new
* Load team
* seed + loader posts
* LFGPost render initial
* More UI work
* Tiers
* sticky left
* Mobile
* new.tsx work
* TeamLFGPost component initial
* Full team member list
* Add TODO
* Delete post action
* Edit post etc.
* Delete team posts when team disbands
* Prevent adding same post type twice in UI
* Post expiry logic
* Fix layout shift
* Filters initial
* Progress
* Weapon filtered implemented
* Weapon alt kits in filtering
* + visibility
* i18n
* E2E test
* Team = null
* YouTube lite embed + CSS bundled import
* Migration initial
* New VoD page initial functioning
* Table changes + add TODOs
* New structure for add vod page
* WIP add new VoD backend
* Merge branch 'rewrite' of https://github.com/Sendouc/sendou.ink into vods
* Fix when leaderboard appears
* Function new vod form
* Single vod page initial
* Different YouTubeEmbed
* Scroll to top when going to timestamp
* Vod match weapon/mode icons
* Vod page user
* Add date to vod page
* Adjust migration order
* Vod page many weapons
* Add title to vod page
* New vods page cast many weapons
* Add player index to order by
* Vods new more validation
* Vod listing page initial
* Vods page with filters
* Show message if no vods
* Fix not being to unset filters
* Fix seed sometimes throwing errors
* User page VoDs
* Vods nullable weapon combobox
* Link directly to user custom url from vod page
* Make video adder admin action
* Can add video checks
* i18n
* New VoD form tests
* VoD operates filters test
* Vods behind flag
* Remove from config
* Add DB tables
* Toggle TO Tools in new calendar event page
* TO tools page initial
* Add counter pick map pool UI
* Save tie breaker map pool
* Save team name
* Layout initial
* Load users own team
* Make team name input required
* Rename team
* Divide to sections
* Submit team map pool
* New style for counter pick map pool section expand
* Fix tiebreaker map pool not saved when new event made
* Split to many forms
* According for team name
* Small UI consistency tweaks
* Add explanation to tie breaker maps
* Remove redundant prop
* Fix new calendar event todos
* Use required hidden input component in new build page
* Fix to tools page showing even when toToolsEnabled = 0
* Delete team
* Map list generation tests initial
* Add tournament map list generation tests
* First version of map list generation
* Add seeded RNG
* Rearrange files
* Generation with strats initial
* Default map pool + allow one team not to have any maps
* Implement map generation via backtracking
* Make order of stages irrelevant
* Add one more TODO
* Seed
* Fixes
* Tournament map list generator initial
* More functional maplist
* Fix any
* Persist in search params initial
* Add date to calendar seed
* Revert "Persist in search params initial"
This reverts commit f01a9e6982.
* Allow admin to start tournament
* Rate maplist instead of optimal / suboptimal
* Add fallback if map list generation errors out
* Hide TO Tools if not admin
* Submit team roster and delete members
* Teams page
* Give roster s p a c e
* Clear user combobox on sent + layout tweaks
* Gracefully handle updating after tournament has started
* Add title
* Persist map list in search params
* Add i18n
* Issue 858: On the new calendar page adding a new Date entry with the "Add" button will now insert a new date with an offset of +24 hours of the previous row's date value.
* Added comment to ignore the TSLint "object can be null" error
* Changed `var` to `const`
* Fixed Prettier checks in CI pipeline
* Fixed Typecheck CI pipeline error
* Moved getDateWithHoursOffset() function to app/utils/dates.ts
* Added new line at end of file
* Added getValidNewDateIfInvalid() function. This retrieves a valid date. If invalid, get a new Date object.
- So now, if we intentionally/accidentally delete the data in the Calendar's DateInput element, it will be reset to the current Date/Time
* Refactored DateInput component's update state mechanism to be handled by an onChange() function defined in the parent component that is passed to the child
* Prettier formatting so that the new CI pipeline won't output errors at me
* Removed unused imported types
* Removed the datesCount React Hook & refactored accordingly
* Removed unused loader-related variables
* DateInput onChange prop is now optional
* Instead of generating a new Array, iterate over DateInput's inputState's array instead
* Fix potential undefined error
* DatesInputState: refactored to remove index & access the index during iteration with map() 2nd arg
* Properly initialized state for pre-existing events =)
- Also added TODO comments for improving date input handling (1082)
* Prettier formatting
* Uncommented console.warn()
* Touched up comment