diff --git a/src/locales/en.json b/src/locales/en.json index c9874d80..dd72007d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -78,6 +78,7 @@ "talents": "Talents", "passiveTalents": "Passive Talents", "constellations": "Constellations", + "const": "Const", "asc": "ASC", "lvl": "LVL", "hp": "HP", @@ -98,7 +99,8 @@ "cryoDamageBonus": "Cryo DMG Bonus", "anemoDamageBonus": "Anemo DMG Bonus", "physicalDamageBonus": "Physical DMG Bonus", - "geoDamageBonus": "Geo DMG Bonus" + "geoDamageBonus": "Geo DMG Bonus", + "sortBy": "Sort by..." }, "wish": { "title": "Wish Counter", diff --git a/src/routes/characters/index.svelte b/src/routes/characters/index.svelte index f7d34b86..9b706a11 100644 --- a/src/routes/characters/index.svelte +++ b/src/routes/characters/index.svelte @@ -1,7 +1,7 @@ @@ -192,6 +249,106 @@ {#if type === 'grid'} +
+
+