Files
ss-tools/.gitignore
busya 2f9058d888 feat(frontend): add admin/tools pages, i18n, UI improvements, route annotations
New pages:
- /admin: admin overview page with links to user/role/settings/LLM management
- /tools: tools overview page with links to mapper/debug/storage/backup tools

i18n:
- nav.json (en/ru): add description keys for admin and tools sub-items
- migration.json (en/ru): add help tooltips and step-by-step instructions
  for the database mapping workflow

UI components:
- EnvSelector: add optional helpText with HelpTooltip
- MappingTable: add HelpTooltip for status column
- MultiSelect: add id for accessibility, fix label element structure
- Input: fix reactive id assignment with ()
- Select: fix reactive id assignment with ()

Routes:
- routes.ts: add admin.overview() and tools.overview() routes
- dashboards/+page.svelte: add @RELATION BINDS_TO annotation
- migration/mappings/+page.svelte: add HelpTooltip, Card imports, help texts
- translate pages: minor annotation updates

Other:
- .gitignore: add backend/:memory (SQLite test artifact)
2026-06-04 16:17:52 +03:00

106 lines
1.3 KiB
Plaintext
Executable File

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.venv
venv/
ENV/
env/
backend/backups/*
# Node.js
frontend/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.svelte-kit/
.vite/
build/
dist/
.env*
!.env.example
config.json
package-lock.json
# Logs
*.log
*.log.*
logs/
backend/logs/
backend/backend.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Project specific
*.ps1
keyring passwords.py
*github*
*tech_spec*
/dashboards
dashboards_example/**/dashboards/
backend/mappings.db
backend/tasks.db
backend/auth.db
semantics/reports
backend/**/*.db
backend/**/*.sqlite
backend/:memory
# Universal / tooling
node_modules/
.venv/
coverage/
*.tmp
audit_report.txt
check_semantics.py
docs_audit_report.txt
run_mcp.py
semantic_audit_report.md
.axiom/checkpoints
.axiom/runtime/
# Semantic index binaries (regenerated on each rebuild)
.axiom/semantic_index/*.duckdb
**/.axiom/semantic_index/*.duckdb
# Pytest temp artifacts
.axiom/temp/
# E2E screenshots
e2e_*.png
#generated doxygen
docs/api/html
ss-tools.bundle
# Axiom semantic index (auto-generated)
.axiom/
# Generated audit reports
axiom-mcp-tools-audit-report.md