Commit Graph

49 Commits

Author SHA1 Message Date
MrTimscampi 7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
MrTimscampi c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
Cameron b1c96575f2 remove missed require 2020-08-13 22:31:31 +01:00
Cameron 5de2498f12 Update recordingcreator.js 2020-08-13 22:30:00 +01:00
Cameron f3cdedacdf Remove unneccessary .default 2020-08-13 09:19:32 +01:00
Cameron 047e7df7b1 Merge branch 'master' into migrate-to-ES6-61 2020-08-13 09:14:55 +01:00
Cameron 0a9632b531 Update recordingeditor.js 2020-08-11 18:34:28 +01:00
Cameron 3c42a1867e Merge branch 'master' into migrate-to-ES6-60 2020-08-09 10:46:56 +01:00
Cameron 754bf98d16 Update src/components/recordingcreator/recordingcreator.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-09 10:46:37 +01:00
Cameron abd6e02151 lint 2020-08-07 09:31:46 +01:00
Cameron b44ca55f0c Merge branch 'master' into migrate-to-ES6-58 2020-08-07 09:29:15 +01:00
Cameron abafddfd55 Merge branch 'master' into migrate-to-ES6-61 2020-08-07 09:20:21 +01:00
MrTimscampi 936ff4186d Merge remote-tracking branch 'upstream/master' into more-es6 2020-08-06 22:45:35 +02:00
Cameron 37f9097ebe Merge branch 'master' into migrate-to-ES6-60 2020-08-06 17:50:21 +01:00
Cameron 53d6542613 Migration of recordinghelper and seriesrecordingeditor to ES6 modules 2020-08-05 11:48:31 +01:00
Cameron 84b9dc95f6 Migration of recording editor and fields to ES6 modules 2020-08-05 10:13:11 +01:00
Cameron aaad59cca6 addition of defaults 2020-08-04 13:47:47 +01:00
Cameron 2feb4c966f Migration of recordingbutton and recordingcreator to ES6 modules 2020-08-04 10:33:16 +01:00
Cameron 0e409e2717 Merge branch 'master' into migrate-to-ES6-48 2020-08-02 09:14:01 +01:00
Cameron 49c1b3e159 Addition of defaults 2020-08-02 09:00:25 +01:00
Cameron 675cad71d8 Migration of loading to ES6 module 2020-07-28 23:08:27 +01:00
MrTimscampi 5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi 4fce7f8be5 Migrate scrollHelper to ES6 2020-07-26 22:52:55 +02:00
MrTimscampi 8fb8dacdf1 Migrate shell, serverNotifications to ES6 + remove searchtab 2020-07-26 22:45:00 +02:00
MrTimscampi dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
Cameron f5ce196e07 Merge branch 'es6' into migrate-to-ES6-36 2020-07-21 14:53:09 +01:00
Cameron 76a037b7c2 Migration of Globalize to ES6 module 2020-07-18 09:21:15 +01:00
grafixeyehero 1b581077f2 Migration confirm to ES6 modules 2020-06-18 23:04:17 +03:00
MrTimscampi 9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo 6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo 9bf8731a59 Move setting of the default icon before the actual one 2020-03-07 13:23:42 +03:00
Dmitry Lyzo 7cb83755e6 Fix recording button icon 2020-03-07 13:15:30 +03:00
h1nk 598402d953 Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
MrTimscampi a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
MrTimscampi cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
MrTimscampi 0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
MrTimscampi ea28429cdf Fix number-leading-zero (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi 2a074d10f1 Fix no-missing-end-of-source-newline (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi 58c9f71a7d Fix color-hex-length (CSS) 2020-01-25 11:34:12 +01:00
grafixeyehero 080b3365d6 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into replace-unicode
# Conflicts:
#	src/components/guide/guide.js
#	src/components/mediainfo/mediainfo.js
#	src/components/multiselect/multiselect.js
#	src/components/playback/brightnessosd.js
#	src/components/recordingcreator/recordingbutton.js
#	src/components/userdatabuttons/emby-ratingbutton.js
#	src/controllers/favorites.js
2019-11-24 17:45:48 +03:00
dkanada 3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
grafixeyehero 1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
dkanada e8ae9b3605 use new style for all warning dialogs 2019-09-06 02:02:58 -07:00
Claus Vium 773fcc1263 Fix context in querySelector 2019-05-24 19:30:24 +02:00
Anthony Lavado 117614362f Adds recording button back to view
As per @cvium on Matrix, adds the recording button back by changing the selector that makes it visible. Fixes #268.
2019-04-25 01:25:19 -04:00
dkanada ab6ed3037e minor changes to recording fields 2019-03-20 16:01:28 -07:00
dkanada 65fafe9c58 remove registration services 2019-03-19 17:03:51 -07:00
vitorsemeano 6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00