mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
This code introduces code duplication but category dropdown are a common performance area and we expect that having category rows as a glimmer template will improve performance when hundred of rows are rendered. In the future we should investigate creating a base select-row component using glimmer to ease the migration.