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

Add a debug panel and Login page #19

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Add a debug panel and Login page #19

merged 1 commit into from
Mar 12, 2024

Conversation

jradcliff
Copy link
Member

No description provided.

<script>
// Function for populating the debug panel values.
function setIds() {
// TODO: This may not be a reliable solution. From:
Copy link
Member Author

Choose a reason for hiding this comment

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

@matt-landers Do you know of a more reliable approach for getting the tag ID?

@@ -0,0 +1,75 @@
<div class="container-sm">
<button class="btn btn-info" type="button" data-bs-toggle="collapse" data-bs-target="#debug-panel" aria-expanded="true" aria-controls="debug-panel">Toggle debug panel</button>
Copy link
Member Author

Choose a reason for hiding this comment

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

The visual appearance and placement of the debug panel is not ideal. I'm very much open to suggestions on how to improve this.

@matt-landers matt-landers merged commit f69a737 into main Mar 12, 2024
3 checks passed
@matt-landers matt-landers deleted the debugpanel branch March 12, 2024 21:40
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.

2 participants