Bill Thornton
056d802c56
Move globalize to lib
2024-08-14 14:00:09 -04:00
Bill Thornton
a78fd22158
Fix whitespace and unused variable
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-01-18 16:10:58 -05:00
SimonTen
294e4c220c
remove useless null check
2024-01-18 16:10:58 -05:00
Simon Tenbusch
3efda93208
Check login before ask for notification permission
...
Previously the user is interrupted on first login with a popup to
allow notifications. Now the popup component checks if the user is
logged in already an if not it will listen to input event.
Resolves : #3243
2024-01-18 16:10:58 -05:00
Merlin Danner
06c4f0f258
Add JSDoc comment to getItems helper
...
In return the comments at each usage are removed.
2023-03-29 07:44:21 +02:00
Merlin Danner
1a069b49be
Rename getItemsHelper.ts to getItems.ts
2023-03-08 02:39:17 +00:00
Merlin Danner
d5e9541010
Fix too long URLs on getItems with many ids
2023-03-08 02:39:17 +00:00
Bill Thornton
0a0e45d155
Replace apiclient event bus with local version
2022-10-14 10:58:16 -04:00
Bill Thornton
c045af621d
Fix image path for notification icon
2022-01-13 12:15:36 -05:00
Bill Thornton
a3949c1889
Fix sonarqube issues
2021-03-23 11:28:20 -04:00
Bill Thornton
f60b7686d0
Remove unused variables
2021-03-23 11:28:16 -04:00
Bill Thornton
a71b0314d4
Fix apiclient imports
2020-11-05 23:11:47 +00:00
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
dkanada
a5776e98a7
always use const when possible
2020-09-12 05:46:15 +09:00
dkanada
b528781491
update four strings with generic keys
2020-08-27 09:28:09 +09:00
dkanada
955d7464ff
remove translations with duplicate values
2020-08-24 08:20:29 +09:00
Cameron
42ac558a17
Migration of notification to ES6 module
2020-08-06 11:41:18 +01:00
Cameron
49c1b3e159
Addition of defaults
2020-08-02 09:00:25 +01:00
MrTimscampi
5e1b6acffe
Disallow block padding
2020-07-27 08:06:46 +02:00
MrTimscampi
dfbb7dfc16
Remove dead code
2020-07-26 12:30:50 +02:00
MrTimscampi
aa2315f355
Update dependencies
2020-05-29 00:25:30 +02:00
MrTimscampi
9e3ca706c4
Force the use of single quotes
2020-05-04 12:44:12 +02:00
Vasily
1f8d1184d8
Do not call Notification.requestPermission() if it is already granted or denied
...
This function crashes the app on WebOS 1.2, and notifs do not work on WebOS anyway
2020-04-27 18:49:11 +03:00
MrTimscampi
0c2cdfe741
Add polyfills to fix errors and ignore conditional lines
2020-04-04 21:29:53 +02:00
ferferga
fd93ce45f7
Don't concatenate on notifications.js
2020-04-03 20:21:00 +02:00
ferferga
4ba2e3a950
Use globalize.translate() overload everywhere
2020-03-24 20:49:18 +01:00
dkanada
69b90fa9cb
merge remote-tracking branch 'upstream/master' into firefox
2019-12-03 23:14:20 +09:00
dkanada
7abe22780b
move some css files to global folder
2019-11-30 20:46:32 +09: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
dkanada
f3707153a0
add method to source device icons locally
2019-07-29 00:10:52 -07:00
Andrew Rabert
59ca1caf7d
Optimize images with image_optim
2019-04-03 23:01:38 -04:00
vitorsemeano
6ddc62857d
move emby-webcomponents to components and reflect paths
2019-02-23 18:05:42 +00:00