1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

25 commits

Author SHA1 Message Date
Dmitry Lyzo
4736550594 Backport pull request #3849 from jellyfin/release-10.8.z
Fix unexpected cursor hiding

Original-merge: 89ec4f4e8a

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-09-16 00:50:55 -04:00
taku0
3d51c68725 Respect safe area (notch) of mobile devices
This adds paddings to various containers so that buttons and contents are not
hidden by the notch or the Home indicator (the gray bar at the bottom).

- `src/assets/css/librarybrowser.scss`
  - `.skinHeader`: menu bar at the top.
  - `.padded-left` and `.padded-right`: the heading of library.

- `src/assets/css/site.scss`
  - `.content-primary`, `.padded-bottom-page`, `.page`,
    `.pageWithAbsoluteTabs`, and `.pageTabContent`: settings and dashboards.

- `src/elements/emby-scroller/emby-scroller.scss`
  - `.emby-scroller`: the library items.

- `src/assets/css/videoosd.scss`
  - `.videoOsdBottom`: the video playback control buttons and the progress bar.

- `src/components/alphaPicker/style.scss`
  - `.alphaPicker-fixed` and `.alphaPicker-fixed-right`: the alphabet picker.

- `src/components/appFooter/appFooter.scss`
  - `.appfooter`: the bottom bar showing the currently playing media.

- `src/components/multiSelect/multiSelect.scss`
  - `.selectionCommandsPanel`: the top bar when selecting multiple media.
    Shown when long-pressing media.

- `src/components/remotecontrol/remotecontrol.scss`
  - `.playlistSectionButton`: the bottom bar for current playlist.
    Shown when touching `.appfooter`.

- `src/components/toast/toast.scss`
  - `.toastContainer`: the toast.  Shown when refreshing metadata.

- `src/index.html`
  - `.mainDrawerHandle`: gesture area for the drawer.
    It seems conflicting with gestures of Safari.

- `src/libraries/navdrawer/navdrawer.scss`
  - `.tmla-mask` and `.touch-menu-la`: the drawer.

- `src/plugins/htmlVideoPlayer/style.scss`
  - `.videoPlayerContainer`: the video area when not fullscreen.
  - `.videoSubtitles`: the video subtitles for some devices, not including
    iPhone.

- `src/plugins/youtubePlayer/style.scss`
  - `.youtubePlayerContainer` container for the YouTube plugin.  Not tested.
2022-08-18 17:34:57 +09:00
Bill Thornton
b2372a96e2 Add react-router 2022-06-14 12:10:26 -04:00
Bill Thornton
ae552337bc Add theme color support 2021-09-23 23:33:05 -04:00
Bill Thornton
c0755c5fd4 Update html-loader 2021-06-15 01:27:05 -04:00
Joshua M. Boniface
55fac2448c Remove image proxying through API
Removes the web interface image proxying through the `/Images/Remote`
and `/Items/RemoteSearch/Image` API endpoints. This appears to be those
endpoints' only usage in the web client.
2021-05-02 01:10:47 -04:00
Fernando Fernández
7fc2442a3e fix: notched devices area not covered 2021-02-03 16:29:13 +01:00
Bill Thornton
2c5e9852bf Remove old js injection point and apploader script 2020-11-23 01:48:10 -05:00
MrTimscampi
2d72645aad Move HTML files to the proper locations 2020-08-08 03:34:21 +02:00
dkanada
1fe25e14dd move themes and plugins into config file 2020-08-02 17:28:25 +09:00
MrTimscampi
319805fe5d Use emblem on mobile 2020-07-31 00:08:38 +02:00
MrTimscampi
f6fc874ebe Prefix splash properties 2020-06-30 22:16:32 +02:00
MrTimscampi
3fcb8ed00e Add splash screen during app load 2020-06-29 11:21:20 +02:00
MrTimscampi
08318ca4d6 Adjust drawer swipe hotspot 2020-04-15 16:22:57 +02:00
MrTimscampi
ac903b87e0 Add dev server and finish build 2020-03-13 09:25:26 +01:00
dkanada
baf7d31c55 add code suggestions 2020-01-06 21:28:57 +09:00
dkanada
3aad09c5fd move all static assets into a single folder 2019-12-15 20:50:58 +09:00
dkanada
81fe0b47f3 fix charset issue on firefox 2019-11-26 03:10:05 +09:00
Dmitry Lyzo
bdc6796184 Added appropriate focuscontainer styles 2019-11-02 23:53:16 +03:00
Bill Thornton
75729ed7d2 Fix preload background color 2019-08-30 15:44:59 -04:00
Bond-009
3245e5c0d8
Merge pull request #328 from jellyfin/release-10.3.z
Backmerge for Release 10.3.3
2019-05-18 12:55:59 +02:00
Simon Caron
4818a7782d Adde iOS Launch Screens for PWA 2019-05-07 21:08:24 -04:00
vitorsemeano
0785e6b36c removed wrongly added scripts in index.html 2019-05-03 22:50:59 +01:00
vitorsemeano
ede8b3397d cleanup data-require in views 2019-05-03 22:46:15 +01:00
Erwin de Haan
4678528d00 First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
2019-01-09 12:36:54 +01:00
Renamed from dashboard-ui/index.html (Browse further)