mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-09-24 19:50:29 +01:00
- Updated frontend CSS to Tailwind v4 - Reverted socket IO origin restriction - Fixed search queries not persisting after auth redirect - Move advanced search options to left UI selector - Unlock IRC source to be used for audiobook content_type - Tweaked security settings env var syncing to be prioritised - Fix AA "all languages" query generation - Added language-free AA query as second fallback in case of no results - Testing moving SeleniumBase scratch files to /tmp via symlink - Added enhanced logging for activity dismissals and other events - Removed iFrame restrictions
51 lines
592 B
Plaintext
51 lines
592 B
Plaintext
.git
|
|
.github
|
|
.vscode
|
|
.local
|
|
.mypy_cache
|
|
README_images
|
|
.gitignore
|
|
Dockerfile
|
|
.dockerignore
|
|
.DS_Store
|
|
docker-compose.yml
|
|
docker-compose.*.yml
|
|
readme.md
|
|
|
|
# Python specific
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Environment files
|
|
.env*
|
|
|
|
# Test & Coverage artifacts
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Build artifacts
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# Frontend build artifacts (built in separate stage)
|
|
src/frontend/node_modules/
|
|
src/frontend/dist/
|
|
src/frontend/.vite/
|
|
|
|
# Old frontend code (replaced by src/frontend)
|
|
templates/
|
|
static/css/
|
|
static/js/
|