Skip to content

fix: Make Postorius more usable without Javascript.

Abhilash Raj requested to merge maxking/postorius:nojs into master

This makes the following changes:

  1. Make all the dropdown items always visible so they can be navigated to even when the JS is enabled and dropdown functionality is not working. This is probably not the ideal solution, but I don't currently want to add CSS only dropdown.
  2. Make the dropdown in the top (account nav) embedded inside the navbar when the dropdowns are disabled.
  3. Allow viewing raw held message content when JS is enabled by hyperlinking to the message content in new tab.

Closes #544 (closed)

Merge request reports