fix(ui): fix button text wrapping, upload layout, and image placeholders

This commit is contained in:
2026-07-05 16:23:31 +08:00
parent cd5d706742
commit a4cd3fb66d
3 files changed
+26 -2

No files matched your search

+14
View File
@@ -0,0 +1,14 @@
INFO: Started server process [19804]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: 127.0.0.1:56021 - "GET /login HTTP/1.1" 200 OK
INFO: 127.0.0.1:65187 - "GET /login HTTP/1.1" 200 OK
INFO: 127.0.0.1:65367 - "GET /login HTTP/1.1" 200 OK
INFO: 127.0.0.1:65377 - "POST /api/register HTTP/1.1" 200 OK
INFO: 127.0.0.1:65068 - "POST /api/login HTTP/1.1" 200 OK
INFO: 127.0.0.1:65073 - "POST /api/profiles HTTP/1.1" 201 Created
INFO: 127.0.0.1:65075 - "POST /api/profiles/2/postcards HTTP/1.1" 201 Created
INFO: 127.0.0.1:49685 - "GET /api/profiles/2/postcards HTTP/1.1" 200 OK
INFO: 127.0.0.1:63149 - "GET /dashboard HTTP/1.1" 303 See Other
INFO: 127.0.0.1:63151 - "GET /login HTTP/1.1" 200 OK