Compare commits

...

2 Commits

Author SHA1 Message Date
Kiril Kovachev
a5c36e4f0b Create TODO list 2024-10-14 17:38:16 +01:00
Kiril Kovachev
c66a520926 Add search link to navbar 2024-10-14 17:38:04 +01:00
2 changed files with 9 additions and 0 deletions

8
TODO Normal file
View File

@ -0,0 +1,8 @@
- Factor out language support into some kind of declarative format (likely JSON)
- Make website endpoint that can edit and export strings graphically
- Allow setting settings without account using session regardless
- Create user account profile page (PFP etc.)
- Create forum
- Provide data download
- Publish database somewhere
- Implement search backend

View File

@ -26,6 +26,7 @@
{% endif %}
<li><a href="{{ url_for('about_page') }}">{{ localize("about") }}</a></li>
<li><a href="{{ url_for('indices.indices_page') }}">{{ localize("indices") }}</a></li>
<li><a href="{{ url_for('search.search_page') }}">{{ localize("search") }}</a></li>
</ul>
</nav>
<section class="content">