mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 14:13:26 +00:00
- Add "Pull All" and "Update All" buttons to dashboard for bulk operations - Switch from native `title` attribute to DaisyUI tooltips for instant, styled tooltips - Add tooltips to save buttons clarifying what they save - Add tooltip to container shell button - Fix tooltip z-index so they appear above sidebar - Fix tooltip clipping by removing `overflow-y-auto` from main content - Position container shell tooltip to the left to avoid clipping
48 lines
464 B
Plaintext
48 lines
464 B
Plaintext
# Python
|
|
__pycache__/
|
|
src/compose_farm/_version.py
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Testing
|
|
.coverage
|
|
.pytest_cache/
|
|
htmlcov/
|
|
|
|
# Local config (don't commit real configs)
|
|
compose-farm.yaml
|
|
!examples/compose-farm.yaml
|
|
coverage.xml
|
|
.env
|
|
homepage/
|
|
site/
|