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

55 commits

Author SHA1 Message Date
viown
cc1c78091b Add instruction 2024-10-02 22:06:24 +03:00
viown
11bfc4ff55 Hide empty message box if there isn't text 2024-10-01 14:54:33 +03:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Niels van Velzen
474d2f9c2a
Update src/components/directorybrowser/directorybrowser.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-11-16 18:53:43 +01:00
Niels van Velzen
e908157692 Fix going to parent folder in directory browser 2022-11-14 19:18:08 +01:00
Aimekram
832b9eaf4d fix: eslint no-shadow errors 2022-10-16 16:04:37 +02:00
Bill Thornton
7ec51f111c Merge pull request #3519 from dmitrylyzo/fix-escapehtml
Escape HTML

(cherry picked from commit ef811e699c)
Signed-off-by: crobibero <cody@robibe.ro>
2022-04-07 13:00:12 -04:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo
161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Bill Thornton
3ccb4fabb4 Fix indentation of directorybrowser 2022-02-14 15:38:44 -05:00
Bill Thornton
d8965faeae Remove network device option from add library dialog 2021-12-29 16:28:21 -05:00
grafixeyehero
41808def90 remove empty constructor. 2021-09-08 03:40:55 +03:00
grafixeyehero
0cda86dfdd remove eslint-enable indent 2021-09-08 03:28:04 +03:00
grafixeyehero
d6c00aa6f4 update suggestion change 2021-09-08 02:46:43 +03:00
grafixeyehero
1bec6a8088 Refactor DirectoryBrowser class 2021-06-11 20:29:07 +03:00
Bill Thornton
a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
vitorsemeano
86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
Claus Vium
8dcbacb196 Add application/json as content type for JSON requests 2020-08-31 15:48:24 +02:00
dkanada
65e4ffe7b0 remove some duplicate strings 2020-08-17 20:40:42 +09:00
MrTimscampi
3359fc388b Use JSON when POSTing data 2020-08-12 21:17:07 +02:00
Cameron
3a23b6e36c Destruction of Require 2020-07-21 13:25:50 +01:00
grafixeyehero
58205e11bb Migration directorybrowser to ES6 modules 2020-06-19 19:01:01 +03:00
dkanada
7b5fc90c2d
Merge pull request #1282 from Artiume/patch-2
Move Network paths to be next to Optional Path
2020-05-23 12:35:16 +09:00
artiume
28f5bdb854
Update directorybrowser.js 2020-05-20 10:44:27 -04:00
artiume
4c467730d2
Move Network paths to be next to Optional Path
This was present from when network paths were valid for libraries. No longer valid but could still be useful for Optional Network Path,
2020-05-20 10:18:01 -04:00
MrTimscampi
467bda4ed7 Make dialogs more bearable 2020-05-11 21:43:41 +02:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo
d98645135b
Merge branch 'master' into fix-icons-webos2 2020-04-30 00:55:43 +03:00
ferferga
97fafae1bc Replce missing globalizes 2020-04-26 15:04:00 +02:00
ferferga
54eb916cfe Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-26 14:44:01 +02:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo
d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
ferferga
6a288d77cf Fix define array order 2020-03-29 20:22:38 +02:00
ferferga
1bed4de370 Fix inconsistencies after cherry-picking from #960 2020-03-29 19:45:19 +02:00
ferferga
a0a3f88f39 Use Globalize locally everywhere 2020-03-29 19:39:14 +02:00
ferferga
4ba2e3a950 Use globalize.translate() overload everywhere 2020-03-24 20:49:18 +01:00
ferferga
d791da07e3 Translate alerts 2020-03-19 00:17:51 +01:00
grafixeyehero
4b99f00552 move underscore Icon to class 2020-02-23 01:22:55 +03: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
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
Andreas B
5a5bb04559 Fix existing library folder path returning undefined
Resolves: #588
2019-12-03 12:32:02 +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
145c4462f7 remove an old page until it gets added to the new docs 2019-04-22 09:29:44 -07:00
vitorsemeano
4013ac8c8f removed duplicate emby-button module as dependency 2019-03-28 21:41:01 +00:00
vitorsemeano
afde8bebe7 removed module emby-linkbutton: same as emby-button 2019-03-28 21:35:31 +00:00