-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template: add webclip template engine #1680
base: tau_1.2
Are you sure you want to change the base?
Template: add webclip template engine #1680
Conversation
bfe5a2e
to
1588a73
Compare
@@ -6,6 +6,7 @@ | |||
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For using the webclip in the device home, is it also included <script src="https://unpkg.com/mustache@latest"></script>?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but it is the first working version. This library can me merge with tau or included to tau/libs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For webclip template
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 <[email protected]>
ff00b23
to
3a3e926
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For add webclip template
[Issue] n/a
[Problem] TAU doesn't support Mustache
[Solution]
Signed-off-by: Tomasz Lukawski [email protected]