Commit Graph

28 Commits

Author SHA1 Message Date
Bill Thornton a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
Bill Thornton 2d97a56f51 Fix code smells 2020-11-25 10:28:41 -05:00
Bill Thornton d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00
vitorsemeano 2383a01335 fix webpack errors
files adapted to scss imports
added sass loader
2020-11-06 00:00:34 +00:00
vitorsemeano 5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +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
Anthony Lavado 8e3458f230 Merge pull request #1487 from nyanmisaka/tonemap-ui
Tonemapping function dashboard options
2020-09-11 09:16:42 -04:00
Julien Machiels 3cbe0f7264 Merge branch 'master' into connection-manager-global 2020-09-01 10:16:21 +02:00
MrTimscampi c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
dkanada f2a86b965d simplify media info strings 2020-08-28 21:38:56 +09:00
nyanmisaka 7dfe5ba185 Merge remote-tracking branch 'upstream/master' into tonemap-ui 2020-08-19 17:50:01 +08:00
dkanada 65e4ffe7b0 remove some duplicate strings 2020-08-17 20:40:42 +09:00
Cameron 76a037b7c2 Migration of Globalize to ES6 module 2020-07-18 09:21:15 +01:00
nyanmisaka 429c47f414 add tonemapping settings 2020-07-02 01:22:07 +08:00
grafixeyehero 09fe6b4d3b apply suggestion 2020-06-13 17:44:54 +03:00
grafixeyehero b7d9dba32f replace require with Dynamic Imports 2020-06-11 23:21:46 +03:00
grafixeyehero 7296dbc284 Migration imageUploader, itemidentifier and itemMediaInfo to es6 2020-06-09 22:40:39 +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
MrTimscampi cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02: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
dkanada 4e683c4fca fix context menu margin and user preference buttons 2019-12-11 23:34:29 +09:00
grafixeyehero 1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
grafixeyehero ac4c7c7b71 Update itemMediaInfo.js
remove centerfocus
2019-09-30 21:42:04 +03:00
grafixeyehero baa87d2dfb remove user policy 2019-09-04 21:53:31 +03:00
grafixeyehero 5fda5a8738 Change media info display (#386)
* Add btn more media info

* Add event listener

* change class and add close btn

* Add style

* Add event listener display

* hide btn

* remove media info form itemdetail page

* Add media templete

* cleanup unused stayle

* Add to context menu

* cleanup

* cleanup

* fix

* add todo to file path info

* allow admin and user to view the media info

* Add to strings

* Remove media info menu from book and music

* Remove splitVersions function

* Readd splitVersions function on item deatil page

* Remove unused elements

* double quotes & removing newlines

* minor style changes

* fix format and path info on itemdetails page

* update
2019-08-19 02:35:57 -07:00