Modrinth/apps/daedalus_client
Alejandro González a9cfc37aac
Some small Labrinth refactors and fixes (#3698)
* chore(labrinth): fix typos, simplify out `remove_duplicates` func

* fix(labrinth): implement `capitalize_first` so that it can't panic on wide chars

* chore(labrinth): refactor out unneeded clone highlighted by nightly Clippy lints

* chore(labrinth): simplify `capitalize_first` implementation

* fix(labrinth): preserve ordering when deduplicating project field values

This addresses an unintended behavior change on
157647faf2778c74096e624aeef9cdb79539489c.

* fix(labrinth/tests): make `index_swaps` test run successfully

I wonder why we don't run these more often...

* refactor: rename `.env.example` files to `.env.local`, make local envs more consistent between frontend and backend

* chore(labrinth/.env.local): proper email verif. and password reset paths
2025-05-29 20:51:30 +00:00
..
2024-12-11 19:54:18 -08:00
2025-05-02 15:40:34 +00:00
2024-12-11 19:54:18 -08:00
2024-10-19 14:40:58 -07:00
2024-12-11 19:54:18 -08:00
2024-12-11 19:54:18 -08:00

Daedalus

Daedalus is a powerful tool which queries and generates metadata for the Minecraft (and other games in the future!) game and mod loaders for:

  • Performance (Serving static files can be easily cached and is extremely quick)
  • Ease for Launcher Devs (Metadata is served in an easy to query and use format)
  • Reliability (Provides a versioning system which ensures no breakage with updates)

Daedalus supports the original Minecraft data and reposting for the Forge, Fabric, Quilt, and NeoForge loaders.