Bill Thornton
b527141177
Merge pull request #7342 from thornbill/directory-browser-cleanup
2025-12-06 18:16:31 -05:00
viown
abcc625b60
Remove redundant check
2025-11-19 20:57:57 +03:00
viown
13c49d5144
Remove systemInfo from directory browser
2025-11-19 20:57:57 +03:00
viown
9673982c79
Add instruction
2025-11-19 20:57:57 +03:00
viown
a2516723d4
Hide empty message box if there isn't text
2025-11-19 20:57:57 +03:00
Bill Thornton
699e749a49
Remove unused network share references
2025-11-19 09:09:31 -05:00
Bill Thornton
2346943348
Move dom.js to utils
2025-07-11 18:28:55 -04:00
Diego Echeverri
586e3060e4
Handle promise rejection exceptions from actionSheet ( #6817 )
...
* Add catches to jellyfin
* Undo format changes to actionSheet
* formatting
* Remove logging
* commented block for screenshot
* Handle another case
* weird indentation fix
* Add myself as a contributor
2025-05-13 17:01:18 -04: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 ef811e699ca4473b2548badb6295256bccb82ea9)
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
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