feat: uv config other feats

- add uv configuration for the backend
- update frontend to make auth work
- add new auth endpoints
- add bookmars feat
- add reader feat
This commit is contained in:
2026-06-03 22:06:01 -05:00
parent 730c748f5f
commit 6b4c0c43f8
137 changed files with 20319 additions and 2340 deletions
+16
View File
@@ -10,4 +10,20 @@
.bookCard:hover {
transform: translateY(-2px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.coverProgressBar {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 4px;
background: rgba(0, 0, 0, 0.12);
z-index: 2;
}
.coverProgressFill {
height: 100%;
background: #16a34a;
transition: width 0.2s ease;
}