Skip to content

Commit

Permalink
Fix headers sections with proper TAU references
Browse files Browse the repository at this point in the history
[Issue] Samsung/TAU-Design-Editor#440
[Issue] Samsung/TAU-Design-Editor#439
[Issue] Samsung/TAU-Design-Editor#436
[Problem] Widgets not visible
[Solution] Fix header section with proper links to TAU
[Test]
Exemplary test links for WATT
http://localhost:3000/demos?path=1.1%2Fexamples%2Fmobile%2FUIComponents%2Fcomponents%2Fgraphs%2Fstatic_graph.html
http://localhost:3000/demos?path=1.1%2Fexamples%2Fwearable%2FUIComponents%2Fcontents%2Fgraphs%2Fstatic_graph.html
http://localhost:3000/demos?path=1.1%2Fexamples%2Fwearable%2FUIComponents%2Fcontents%2Fcontrols%2Fdimmer.html

Signed-off-by: Lukasz Slachciak <l.slachciak@samsung.com>
  • Loading branch information
lmslachciak committed Nov 18, 2019
1 parent 4153e31 commit 01d4ba9
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 13 deletions.
2 changes: 2 additions & 0 deletions examples/mobile/UIComponents/components/graphs/bar_graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.css">
<link rel="stylesheet" href="../../css/style.css">
<script src="../../lib/tau/mobile/js/tau.js">
</script>
</head>
<body>
<div class="ui-page" id="bar-graph-page">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.css">
<link rel="stylesheet" href="../../css/style.css">
<script src="../../lib/tau/mobile/js/tau.js">
</script>
</head>
<body>
<div class="ui-page" id="dynamic-graph-page">
Expand Down
2 changes: 2 additions & 0 deletions examples/mobile/UIComponents/components/graphs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.min.css">
<link rel="stylesheet" href="../../css/style.css">
<script src="../../lib/tau/mobile/js/tau.js">
</script>
</head>
<body>
<div class="ui-page">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.css">
<link rel="stylesheet" href="../../css/style.css">
<script src="../../lib/tau/mobile/js/tau.js">
</script>
</head>
<body>
<div class="ui-page" id="static-graph-page">
Expand Down
10 changes: 6 additions & 4 deletions examples/wearable/UIComponents/contents/controls/dimmer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<title>Wearable UI</title>
<link rel="stylesheet" href="../../../lib/tau/wearable/theme/default/tau.css">
<link rel="stylesheet" href="../../lib/tau/wearable/theme/default/tau.css">
<link rel="stylesheet" media="all and (-tizen-geometric-shape: circle)"
href="../../../lib/tau/wearable/theme/default/tau.circle.css">
<link rel="stylesheet" href="../../../css/style.css">
href="../../lib/tau/wearable/theme/default/tau.circle.css">
<link rel="stylesheet" href="../../css/style.css">
<link rel="stylesheet" media="all and (-tizen-geometric-shape: circle)"
href="../../../css/style.circle.css">
href="../../css/style.circle.css">
<script src="../../lib/tau/wearable/js/tau.js">
</script>
</head>
<body>
<div class="ui-page" id="dimmer-page">
Expand Down
11 changes: 9 additions & 2 deletions examples/wearable/UIComponents/contents/graphs/bar_graph.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.css">
<link rel="stylesheet" href="../../css/style.css">
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport" />
<link href="../../lib/tau/wearable/theme/default/tau.css" rel="stylesheet" />
<link href="../../lib/tau/wearable/theme/default/tau.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<link href="../../css/style.css" rel="stylesheet" />
<link href="../../css/style.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<script src="../../js/circle-helper.js">
</script>
<script src="../../lib/tau/wearable/js/tau.js">
</script>
</head>
<body>
<div class="ui-page" id="bar-graph-page">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.css">
<link rel="stylesheet" href="../../css/style.css">
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport" />
<link href="../../lib/tau/wearable/theme/default/tau.css" rel="stylesheet" />
<link href="../../lib/tau/wearable/theme/default/tau.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<link href="../../css/style.css" rel="stylesheet" />
<link href="../../css/style.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<script src="../../js/circle-helper.js">
</script>
<script src="../../lib/tau/wearable/js/tau.js">
</script>
</head>
<body>
<div class="ui-page" id="dynamic-graph-page">
Expand Down
12 changes: 9 additions & 3 deletions examples/wearable/UIComponents/contents/graphs/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.min.css">
<link rel="stylesheet" href="../../css/style.css">
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport" />
<link href="../../lib/tau/wearable/theme/default/tau.css" rel="stylesheet" />
<link href="../../lib/tau/wearable/theme/default/tau.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<link href="../../css/style.css" rel="stylesheet" />
<link href="../../css/style.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<script src="../../js/circle-helper.js">
</script>
<script src="../../lib/tau/wearable/js/tau.js">
</script>
</head>
<body>
<div class="ui-page">
Expand All @@ -17,6 +24,5 @@ <h1>Controls</h1>
</ul>
</div>
</div>
<script type="text/javascript" src="../../lib/tau/mobile/js/tau.min.js" data-build-remove="false"></script>
</body>
</html>
11 changes: 9 additions & 2 deletions examples/wearable/UIComponents/contents/graphs/static_graph.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../../lib/tau/mobile/theme/default/tau.css">
<link rel="stylesheet" href="../../css/style.css">
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport" />
<link href="../../lib/tau/wearable/theme/default/tau.css" rel="stylesheet" />
<link href="../../lib/tau/wearable/theme/default/tau.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<link href="../../css/style.css" rel="stylesheet" />
<link href="../../css/style.circle.css" media="all and (-tizen-geometric-shape: circle)" rel="stylesheet" />
<script src="../../js/circle-helper.js">
</script>
<script src="../../lib/tau/wearable/js/tau.js">
</script>
</head>
<body>
<div class="ui-page" id="static-graph-page">
Expand Down

0 comments on commit 01d4ba9

Please sign in to comment.