Template: add webclip template engine#1680
Open
TomaszLukawskiSam wants to merge 1 commit intoSamsung:tau_1.2from
Open
Template: add webclip template engine#1680TomaszLukawskiSam wants to merge 1 commit intoSamsung:tau_1.2from
TomaszLukawskiSam wants to merge 1 commit intoSamsung:tau_1.2from
Conversation
bfe5a2e to
1588a73
Compare
singa2000
reviewed
Aug 10, 2021
| <meta content="width=device-width, user-scalable=no" name="viewport" /> | ||
| <link href="../../lib/tau/mobile/theme/changeable/tau.css" rel="stylesheet" /> | ||
| <link href="../../css/style.css" rel="stylesheet" /> | ||
| <script src="https://unpkg.com/mustache@latest"></script> |
Collaborator
There was a problem hiding this comment.
For using the webclip in the device home, is it also included <script src="https://unpkg.com/mustache@latest"></script>?
Contributor
Author
There was a problem hiding this comment.
Yes, but it is the first working version. This library can me merge with tau or included to tau/libs.
a1f9c32 to
e29b473
Compare
9d9df89 to
ff00b23
Compare
[Issue] n/a [Problem] Templates are not implemented yet [Solution] - add template engine using Mustache templates - update webclips card according to template system Signed-off-by: Tomasz Lukawski <t.lukawski@samsung.com>
ff00b23 to
3a3e926
Compare
singa2000
approved these changes
Oct 8, 2021
Collaborator
singa2000
left a comment
There was a problem hiding this comment.
For add webclip template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Issue] n/a
[Problem] TAU doesn't support Mustache
[Solution]
Signed-off-by: Tomasz Lukawski t.lukawski@samsung.com