Commit Graph

36 Commits

Author SHA1 Message Date
Bill Thornton c7da8142c6 Remove ios splash screen images 2025-01-24 12:41:48 -05:00
Bill Thornton 6d1bdae9ae Remove open graph tags to fight "safe browsing" idiocy 2024-05-06 14:18:40 -04:00
plafreniere 09010e4729 Make caret-color transparent
In full screen mode during video playback. The caret would blink in the top left corner. The caret is not needed in the drawer.
2024-04-30 08:44:32 -04:00
Bill Thornton 1189d28974 Render navigation elements with react 2023-04-13 00:22:45 -04:00
edvwib d58f2e8ec4 Enable Stylelint rules for vendor prefixes
This commit also removes a bunch of vendor prefixes that were in the styles
but are no longer needed since PostCSS and Autoprefixer handles generating
them.
2022-12-20 23:49:26 +01:00
Niels van Velzen 61880290e4 Update all documentation links to new website 2022-10-22 13:23:04 +02:00
Bill Thornton 84c007fa0b Merge pull request #3743 from hadicharara/hadicharara/added-support-for-rtl-layouts
Add Initial support for RTL layouts
2022-10-15 02:50:48 -04:00
Bill Thornton 7e67d7b371 Move skinBody class to root react element 2022-10-12 17:19:36 -04:00
Hadi Charara 32f103b852 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-01 16:55:59 -04:00
Dmitry Lyzo 4736550594 Backport pull request #3849 from jellyfin/release-10.8.z
Fix unexpected cursor hiding

Original-merge: 89ec4f4e8abdbb88b81de03570b065ea21c6c730

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
Hadi Charara d4202e0279 Replaced all inline entries with attribute bases selectors 2022-07-14 17:59:23 -04:00
Hadi Charara d38518e1e5 More small css fixes 2022-07-03 10:13:06 -04: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