Skip to content

Commit

Permalink
Merge pull request #10646 from qmonmert/tikuitodoicon
Browse files Browse the repository at this point in the history
Tikui: use jhlite-icon
  • Loading branch information
murdos authored Aug 23, 2024
2 parents ba23420 + 4fbac1d commit 4f8d0e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions src/main/style/organism/landscape/landscape.mixin.pug
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include /atom/icon/icon.mixin.pug
include /organism/module-properties/module-properties.mixin.pug
include /organism/landscape-module/landscape-module.mixin.pug

Expand Down Expand Up @@ -56,22 +57,18 @@ mixin jhlite-landscape
// SLOT
.jhlite-vertical-space--line
button.jhlite-button.-block
// TODO: IconVue
em.jhlite-icon.jhlite-icon-play-circled
+jhlite-icon('play-circled')
span  Apply new
.jhlite-vertical-space--line
button.jhlite-button.-block
// TODO: IconVue
em.jhlite-icon.jhlite-icon-play-circled
+jhlite-icon('play-circled')
span  Apply selected
// END SLOT
.jhlite-vertical-space--line
button.jhlite-button.-block
// TODO: IconVue
em.jhlite-icon.jhlite-icon-play-circled
+jhlite-icon('code')
span  Format
.jhlite-vertical-space--line
button.jhlite-button.-block
// TODO: IconVue
em.jhlite-icon.jhlite-icon-play-circled
+jhlite-icon('download')
span  Download
4 changes: 2 additions & 2 deletions src/main/style/organism/modules-patch/modules-patch.mixin.pug
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include /atom/icon/icon.mixin.pug
include /molecule/tag-filter/tag-filter.mixin.pug
include /organism/module-parameters/module-parameters.mixin.pug
include /organism/module-properties/module-properties.mixin.pug
Expand Down Expand Up @@ -27,8 +28,7 @@ mixin jhlite-modules-patch
+jhlite-module-parameters('selected', 'all-valid-parameters')
button.jhipster-module--apply-button
span
// TODO: IconVue
em.jhlite-icon.jhlite-icon-play
+jhlite-icon('play')

aside.jhlite-menu-content-template--menu
.jhlite-side-menu
Expand Down

0 comments on commit 4f8d0e0

Please sign in to comment.