Updated UI, and backend to sort collections.

This push is going to be pre-refactor of the collections system. The
next step will be adding a 3rd table to house the books with collection
links. I will also be making collections a unique field to stop the
spamming of collections.
This commit is contained in:
2025-08-05 04:15:27 +00:00
parent 794abb7d28
commit a1225f3a24
5 changed files with 68 additions and 15 deletions

3
Makefile vendored
View File

@@ -22,3 +22,6 @@ lint: style typing
compile:
cd src/frontend && sh compile.sh && cd ../..
install:
cd src/frontend && npm install