fix: don't use selected="notifications" everywhere

This commit is contained in:
trisua 2025-04-13 12:26:40 -04:00
parent bc95f0aaf0
commit 9ae9b6d4ea
7 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %} {% extends "root.html" %} {% block head %}
<title>{{ file_name }} - {{ config.name }}</title> <title>{{ file_name }} - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }} {% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2"> <main class="flex flex-col gap-2">
<div class="card-nest"> <div class="card-nest">
<div class="card small flex items-center justify-between gap-2"> <div class="card small flex items-center justify-between gap-2">

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %} {% extends "root.html" %} {% block head %}
<title>Audit log - {{ config.name }}</title> <title>Audit log - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }} {% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2"> <main class="flex flex-col gap-2">
<div class="card-nest w-full"> <div class="card-nest w-full">
<div class="card small flex items-center gap-2"> <div class="card small flex items-center gap-2">

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %} {% extends "root.html" %} {% block head %}
<title>File report - {{ config.name }}</title> <title>File report - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }} {% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2"> <main class="flex flex-col gap-2">
<div class="card-nest w-full"> <div class="card-nest w-full">
<div class="card small flex items-center gap-2"> <div class="card small flex items-center gap-2">

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %} {% extends "root.html" %} {% block head %}
<title>IP Bans - {{ config.name }}</title> <title>IP Bans - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }} {% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2"> <main class="flex flex-col gap-2">
<div class="card-nest w-full"> <div class="card-nest w-full">
<div class="card small flex items-center gap-2"> <div class="card small flex items-center gap-2">

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %} {% extends "root.html" %} {% block head %}
<title>Manage profile - {{ config.name }}</title> <title>Manage profile - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }} {% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2"> <main class="flex flex-col gap-2">
<div class="card-nest w-full"> <div class="card-nest w-full">
<div class="card small flex items-center gap-2"> <div class="card small flex items-center gap-2">

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %} {% extends "root.html" %} {% block head %}
<title>Reports - {{ config.name }}</title> <title>Reports - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }} {% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2"> <main class="flex flex-col gap-2">
<div class="card-nest w-full"> <div class="card-nest w-full">
<div class="card small flex items-center gap-2"> <div class="card small flex items-center gap-2">

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %} {% extends "root.html" %} {% block head %}
<title>User warnings - {{ config.name }}</title> <title>User warnings - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }} {% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2"> <main class="flex flex-col gap-2">
<div class="card-nest"> <div class="card-nest">
<div class="card small flex items-center justify-between gap-2"> <div class="card small flex items-center justify-between gap-2">