Commit Graph

5 Commits

Author SHA1 Message Date
Kim Tran
d7faf2c4e3
LFG post language select (#2660)
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2025-12-14 10:39:43 +02:00
Kalle
ff40e74d4c Fix LFG post updated at date not showing 2024-09-27 18:25:30 +03:00
xi
51731d79e2
Add "looking for individual coaching" and "looking for scrim partners" options (#1775)
* Add looking for individual coaching

* Fix LFGType table, remove unnecessary constant

* Fix LFGType table, amend unnecessary constant

* Resolve Type Errors (#1)

TypeScript is interpreting LFG_TYPES as an arbitrary length array of LFGType, rather than a string enum.

* Add "looking for scrim partner" option

---------

Co-authored-by: cysabi <47790183+cysabi@users.noreply.github.com>
2024-06-26 16:28:24 +03:00
Kalle
fd48bced91
Migrate Prettier/Eslint/Stylelint setup to Biome (#1772)
* Initial

* CSS lint

* Test CI

* Add 1v1, 2v2, and 3v3 Tags (#1771)

* Initial

* CSS lint

* Test CI

* Rename step

---------

Co-authored-by: xi <104683822+ximk@users.noreply.github.com>
2024-06-24 13:07:17 +03:00
Kalle
4beb2bdfdd
LFG (#1732)
* 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
2024-05-19 13:43:59 +03:00