audiobookshelf/client/components/app
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
..
Appbar.vue Merge pull request #1333 from lkiesow/keynoard-navigation-border 2022-12-28 17:01:17 -06:00
BookShelfCategorized.vue Update:Personalized API endpoint include query string to add rssFeed to entities 2022-12-31 14:31:38 -06:00
BookShelfRow.vue
BookShelfToolbar.vue Add:RSS feed for series & cleanup empty series from db #1265 2022-12-31 16:58:19 -06:00
ConfigSideNav.vue Fix Hidden Settings Menu 2023-01-01 19:49:43 +01:00
LazyBookshelf.vue Update:Show RSS feed icon on collection card & update API endpoint for fetching collections 2022-12-31 10:33:38 -06:00
SettingsContent.vue Make User Settings Accessible via Screen Reader 2022-12-29 05:00:40 +01:00
SideRail.vue
StreamContainer.vue