This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.


    from 2024661  Merge pull request #900 from nadment/HOP-2950
     new e8d2266  HOP-3000 : Hop Web: add support for themes
     new 9e94b05  HOP-3000 : Hop Web: add support for themes (how to build 
incrementally)
     new 4bd1fed  Merge pull request #901 from mattcasters/master

The 2402 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/ROOT/pages/hopweb/developer-guide.adoc |  55 +++++-
 .../apache/hop/ui/hopgui/CanvasListenerImpl.java   |  19 +-
 .../main/java/org/apache/hop/ui/hopgui/HopWeb.java |   2 -
 .../org/apache/hop/ui/hopgui/canvas-dark.js        | 207 +++++++++++++++++++++
 .../org/apache/hop/ui/hopgui/canvas-light.js       | 205 ++++++++++++++++++++
 .../resources/org/apache/hop/ui/hopgui/canvas.js   | 205 --------------------
 .../org/apache/hop/ui/hopgui/dark-mode.css         |  68 +++----
 7 files changed, 507 insertions(+), 254 deletions(-)
 create mode 100644 
rap/src/main/resources/org/apache/hop/ui/hopgui/canvas-dark.js
 create mode 100644 
rap/src/main/resources/org/apache/hop/ui/hopgui/canvas-light.js
 delete mode 100644 rap/src/main/resources/org/apache/hop/ui/hopgui/canvas.js

Reply via email to