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

Move navbar to the bottom of the page & share it across all pages #381

Open
wants to merge 9 commits into
base: v1.10.0
Choose a base branch
from

Conversation

proof-of-reality
Copy link
Contributor

image
image

<span class="w3-padding-small w3-right" style="max-height:30px;">
<a class="w3-bar-item w3-hover w3-text-white" title="Last Update" id="refresh_stats" style="padding:8px 0px"></a>
<a class="w3-bar-item w3-hover w3-btn" title="Toggle Theme" id="themeToggler" style="padding:8px">{% if request.COOKIES.darkmode == 'true' %}☀️{%else%}🌙{% endif %}</a>
<a class="w3-bar-item w3-hover w3-text-red" title="Logout" href="{% url 'logout' %}" style="padding:8px">⏻</a>
Copy link
Owner

@cryptosharks131 cryptosharks131 Mar 2, 2024

Choose a reason for hiding this comment

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

The logout button is not rendering like your screenshots, not sure if it made it after the git push.

image

I also noticed we have an issue with the logout function in Django >= 5.0 as it no longer allows a GET request to the logout URL and must use POST.

@cryptosharks131 cryptosharks131 changed the base branch from v1.9.0 to v1.10.0 November 24, 2024 13: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