ByteOtter / OtterDen

A small Flask based blog application. Built for learning purposes only.
GNU General Public License v3.0
2 stars 1 forks source link

Add navigational dropdown #83

Closed ByteOtter closed 1 year ago

ByteOtter commented 1 year ago

What does this PR change?

This PR lays the ground work for a dedicated account settings page based on the account.html page.

TODO:

Tick the applicable box:

UI changes

provide description here or remove all unapplicable lines below

before: Righthand side of navbar consisted of a logout link and a link to the account.html page

after: Now on the right end of the navbar, the Username hides a dropdown menu which is opened by hovering over it and links to post_history.html, account.html and logout

Links

In case your changes fix an existing issue please link it below:

Tracks #52

Documentation

provide description about documentation done here or remove this line