fix authors sorting and add custom ordering on alphabetical list view

This commit is contained in:
axolotle
2022-05-27 20:58:20 +02:00
parent c027c3a8f6
commit 4017046049
6 changed files with 27 additions and 7 deletions
+1
View File
@@ -17,6 +17,7 @@
@open-node="$emit('open-node', $event)"
@open-child="$emit('open-node', { parentId: node.id, ...$event })"
:style="`--opacity: ${getStrangenessOpacity(strangeness, node)};`"
:first-char="char"
/>
</div>
</div>