Skip to content

Commit

Permalink
HomeApp: add Sketch App webclip
Browse files Browse the repository at this point in the history
[Issue] #1510
[Problem] Create Sketch App as service card
[Solution]
 - new Sketch App webclip has been added

Signed-off-by: Tomasz Lukawski <t.lukawski@samsung.com>
  • Loading branch information
TomaszLukawskiSam authored and singa2000 committed Nov 30, 2020
1 parent a1bd9c5 commit e9346f1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/mobile/HomeApp/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ import Storage from "./clipping-storage.js";
}
]
},
{
"appID": "vUf19tzQ4s.Sketch",
"isInstalled": false,
"isActive": false,
"webClipsList": [
{
url: "webclip/sketch-app",
isSelected: true
}
]
},
{
"appID": "vUf39tzQ3t.UIComponents",
"isInstalled": true,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions examples/mobile/HomeApp/webclip/sketch-app/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "sketch-app-service",
"description": "Sketch App",
"cardType": "service"
}
16 changes: 16 additions & 0 deletions examples/mobile/HomeApp/webclip/sketch-app/webclip.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div class="ui-card ui-card-service">
<div class="ui-header">
<div class="ui-title">Sketch App</div>
<div class="ui-icon">
<img src="./images/title/sketch.png" alt="Sketch"/>
</div>
</div>

<div class="ui-content">
<img class="ui-content-thumbnail" src="./images/thumbnail/Sketch App.png" alt="Sketch App"/>
</div>

<div class="ui-footer">
<button data-inline="true">View more</button>
</div>
</div>

0 comments on commit e9346f1

Please sign in to comment.