Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix "Follow logs" feature #162

Merged
merged 2 commits into from
Sep 18, 2024
Merged

🐛 Fix "Follow logs" feature #162

merged 2 commits into from
Sep 18, 2024

Conversation

linkdd
Copy link
Collaborator

@linkdd linkdd commented Sep 18, 2024

Decision Record

We should use event listeners on htmx:* events, never the window.htmx library which might be undefined.

Closes: #160

Changes

  • 🐛 Replace htmx.onLoad(...) with document.addEventListener('htmx:load', ...)
  • 🔖 v3.0.1

@linkdd linkdd requested a review from fanshan September 18, 2024 07:15
@linkdd linkdd self-assigned this Sep 18, 2024
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2481 2435 98% 90%

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 7d3849e by action🐍

@linkdd linkdd merged commit b37c433 into main Sep 18, 2024
1 check passed
@linkdd linkdd deleted the fix-follow-logs branch September 18, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Follow Log functionnality fail
2 participants