Userpage+ UI Changes

Basic user page completed

UI color scheme and css changes

Now stores and uses blurred image hashes for loading item images

Broke auto init DB somewhere along the lines
This commit is contained in:
Thegan Govender
2023-03-25 23:27:58 +02:00
parent dc3f900c5a
commit 697f721fd6
59 changed files with 2638 additions and 18405 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:slim
RUN mkdir /app
WORKDIR /app