- Update hook model to include last_triggered_at field. - Modify API endpoints to support updating hooks with new fields. - Implement session management UI improvements with toggle functionality. - Add new JavaScript functions for better session detail visibility. - Refactor hook storage logic to handle last triggered timestamps. - Introduce new favicon and logo for branding. - Update styles for improved layout and user experience. - Enhance tests to cover new functionality and ensure reliability.
14 lines
124 B
Plaintext
14 lines
124 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.env
|
|
.env.*
|
|
.vscode/
|
|
*.sqlite3
|
|
*.db
|
|
*.session
|
|
.data/
|
|
pytestcache/
|
|
.coverage
|
|
htmlcov/
|
|
data/hooks.json
|