Sort tags by category and then name

Issue: #1396
This commit is contained in:
eikek
2022-02-26 15:39:01 +01:00
parent dcd8267d6e
commit 79d58fe320
3 changed files with 20 additions and 2 deletions

View File

@ -33,7 +33,6 @@ import Html exposing (..)
import Html.Attributes exposing (..)
import Messages.Comp.ItemCardList exposing (Texts)
import Page exposing (Page(..))
import Set exposing (Set)
import Styles as S
import Util.ItemDragDrop as DD
import Util.List