audiobookshelf/client
Lars Kiesow 452af43916
Fix Hidden Settings Menu
This patch fixes several problems of the settings menu related to
display on mobile devices or small(ish) windows:

- The `isMobileLandscape` is now calculated correctly. Previously, this
  was set to `true` if a device was in portrait mode.

- Showing the button to collapse the settings menu and making the menu
  collapsible now use the same mechanism. Previously, it could happen
  that the menu was opened and not fixed, but no button to close it
  again was shown.

- The icons fore opening and closing the settings menu are now both
  arrows, indicating that their functionality is reversed.

- The button to open the menu now always has the string “Settings”,
  instead of using the name of the current page. The current page hader
  is listed below that anyway and this is the action component to open
  the settings menu after all.

This fixes #1334
2023-01-01 19:49:43 +01:00
..
assets
components Fix Hidden Settings Menu 2023-01-01 19:49:43 +01:00
layouts Add:RSS feed for series & cleanup empty series from db #1265 2022-12-31 16:58:19 -06:00
middleware
mixins
pages Fix Hidden Settings Menu 2023-01-01 19:49:43 +01:00
players Laying the groundwork for music media type #964 2022-12-22 16:38:55 -06:00
plugins Fix:Adding podcast and filename sanitize func #1290 2022-12-19 15:02:31 -06:00
static
store Fix Hidden Settings Menu 2023-01-01 19:49:43 +01:00
strings Add translations for series #1166 2022-12-31 15:04:37 -06:00
nuxt.config.js Fix:PWA manifest add PNG icon for desktop browsers #1300 2022-12-20 11:57:52 -06:00
package-lock.json Version bump 2.2.11 2022-12-19 17:16:58 -06:00
package.json Version bump 2.2.11 2022-12-19 17:16:58 -06:00
tailwind.config.js