feat: native components (#789)
* wip: component viewer * feat: get component status from component viewer * feat: native components * fix: remove unused property * fix: remove unused func * chore(deps): snjs 2.29.0 * fix: import location * feat: native components * fix: remove unused func * feat: component viewer (#781) * wip: component viewer * feat: get component status from component viewer * fix: remove unused property * chore(deps): snjs 2.29.0 * fix: import location * chore: use cp instead of webpack copy * fix: types * chore: misc
This commit is contained in:
13
public/components/org.standardnotes.folders/index.html
Normal file
13
public/components/org.standardnotes.folders/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html ng-app="app" class="sn-component">
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
||||
<title>Folders</title>
|
||||
<script src="dist/component-relay.js"></script>
|
||||
<script src="dist/compiled.min.js"></script>
|
||||
<link href="dist/app.css" rel="stylesheet"></link>
|
||||
</head>
|
||||
<body class="body-text-color body-background-color {{$root.platform}}">
|
||||
<div class="root-container" ng-controller="HomeCtrl" ng-include="'home.html'"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user