You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/01/12 20:29:46 UTC

[streampipes] branch dev updated (5119886c6 -> 1e66a8b8d)

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

bossenti pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 5119886c6 Bump simple-java-mail from 7.5.2 to 7.6.0 (#1076)
     add 1e66a8b8d [#877] Format and lint core module (#1086)

No new revisions were added by this update.

Summary of changes:
 ui/.eslintignore                                   |   1 -
 ui/.prettierignore                                 |   1 -
 .../breadcrumb/breadcrumb.component.html           |  35 +++-
 .../breadcrumb/breadcrumb.component.scss           |  20 +-
 .../components/breadcrumb/breadcrumb.component.ts  |  44 +++--
 .../core/components/iconbar/iconbar.component.html |  82 +++++++--
 .../core/components/iconbar/iconbar.component.scss |   4 +-
 .../core/components/iconbar/iconbar.component.ts   |  40 ++--
 .../streampipes/streampipes.component.html         |  10 +-
 .../streampipes/streampipes.component.scss         |  10 +-
 .../streampipes/streampipes.component.ts           |  21 +--
 .../core/components/toolbar/toolbar.component.html | 204 +++++++++++++++------
 .../core/components/toolbar/toolbar.component.scss |  61 +++---
 .../core/components/toolbar/toolbar.component.ts   | 170 +++++++++--------
 ui/src/app/core/core.module.ts                     |  57 +++---
 15 files changed, 457 insertions(+), 303 deletions(-)