6 Commits

Author SHA1 Message Date
root
e6e063366d LTS Code. 2025-03-22 15:05:08 +00:00
root
ba9e975e10 Fixed Voice Channels type and display, updated vulnerable modules, fully re-worked dev docker compose file. Production usage not ready. 2025-03-22 13:42:37 +00:00
ADAMJR
7ae6c7abd0 Fix member list update cache error. 2022-12-07 20:05:12 +00:00
ADAMJR
372c4410e6 Frontend: Keep Input Focus on Change 2022-01-14 18:08:41 +00:00
ADAMJR
bb8256a123 The great type inquisition - refactoring 99%, adding features 1%.
Please make ambient types work everywhere, more easily, Microsoft.
Ambient types are not being used because I could not manage to get them to work with the frontend, backend, and tests at once.
Most of the time, the simpler solution is better, not the lazier - i.e. ambient types allow me to avoid importing types, for the cost of intense research to get this technological feat to work (months of development).
Also symbolic links don't work (well) with Windows. Mixing Linux and Windows development combined, is not conducive to a working development environment. I know I can use Linux on Windows but that's like using Wine on Linux which is not worth the effort, in my experience.

1) Don't mix Windows and Linux features - they don't work together.
2) Don't use ambient types, unless you need to and understand the full dynamics of ambient types, or are a Microsoft TypeScript engineer.
2021-12-22 00:03:59 +00:00
ADAMJR
cf223ceac5 Simplify docker setup 2021-12-21 17:38:39 +00:00