Skip to content
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

Open
wants to merge 1 commit into
base: tau_1.2
Choose a base branch
from

Conversation

TomaszLukawskiSam
Copy link
Contributor

@TomaszLukawskiSam TomaszLukawskiSam commented Aug 9, 2021

[Issue] n/a
[Problem] TAU doesn't support Mustache
[Solution]

  • add webclip template engine

Signed-off-by: Tomasz Lukawski [email protected]

@TomaszLukawskiSam TomaszLukawskiSam force-pushed the webclip-template-update branch 5 times, most recently from bfe5a2e to 1588a73 Compare August 10, 2021 06:29
@@ -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>
Copy link
Collaborator

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>?

Copy link
Contributor Author

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.

Copy link
Collaborator

@singa2000 singa2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For webclip template

@TomaszLukawskiSam TomaszLukawskiSam force-pushed the webclip-template-update branch 5 times, most recently from a1f9c32 to e29b473 Compare August 12, 2021 14:37
@TomaszLukawskiSam TomaszLukawskiSam marked this pull request as draft August 12, 2021 20:06
@TomaszLukawskiSam TomaszLukawskiSam force-pushed the webclip-template-update branch 8 times, most recently from 9d9df89 to ff00b23 Compare August 17, 2021 07:22
[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]>
@TomaszLukawskiSam TomaszLukawskiSam marked this pull request as ready for review August 17, 2021 13:10
Copy link
Collaborator

@singa2000 singa2000 left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants