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

Introduce tracking of used and unused inputs with error message filtering #3090

Merged
merged 11 commits into from May 3, 2024

Conversation

chrismccord
Copy link
Member

@chrismccord chrismccord commented Feb 5, 2024

lib/phoenix_component.ex Outdated Show resolved Hide resolved
lib/phoenix_component.ex Outdated Show resolved Hide resolved
lib/phoenix_component.ex Outdated Show resolved Hide resolved
lib/phoenix_component.ex Outdated Show resolved Hide resolved
lib/phoenix_component.ex Outdated Show resolved Hide resolved
let liveSocket = new window.LiveView.LiveSocket("/live", window.Phoenix.Socket, {params: {_csrf_token: csrfToken}})
let liveSocket = new window.LiveView.LiveSocket("/live", window.Phoenix.Socket, {
params: {_csrf_token: csrfToken},
dom: phxFeedbackDom({})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we maybe only add this to a custom layout specifically for the /form/feedback page?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally yes, but I wasn't positive where to configure that

@chrismccord chrismccord merged commit d912468 into main May 3, 2024
8 of 10 checks passed
@chrismccord chrismccord deleted the cm-used-errors branch May 3, 2024 15:48
SteffenDE added a commit to SteffenDE/phoenix_live_view that referenced this pull request May 15, 2024
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.

None yet

4 participants