Add junimo theme and increase browse page size to 50

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Derick Phan 2026-03-27 10:59:37 -07:00
parent 395fc17092
commit 299735f816
No known key found for this signature in database
3 changed files with 1637 additions and 10 deletions

2
app.py
View file

@ -4,7 +4,7 @@ import threading
import RNS
from http.server import HTTPServer
from db import init_db, set_setting
from db import init_db, get_setting, set_setting
from handlers import dispatch_request
from gateway import GatewayState, GatewayHandler, GATEWAY_PORT