-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from BuildFire/A-H
Updated code performance, and history feature.
- Loading branch information
Showing
15 changed files
with
364 additions
and
373 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,125 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="buildfire" content="enableMDTheme" /> | ||
|
||
<!-- build:bundleControlBFMinJS --> | ||
<script src="../../../../scripts/buildfire.js"></script> | ||
<!-- endbuild --> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="buildfire" content="enableMDTheme" /> | ||
|
||
<!-- Material Design css & js --> | ||
<link | ||
href="../../../../styles/materialDesign/[email protected]" | ||
rel="stylesheet" | ||
/> | ||
<!-- build:bundleControlBFMinJS --> | ||
<script src="../../../../scripts/buildfire.js"></script> | ||
<!-- endbuild --> | ||
|
||
<script | ||
src="../../../../scripts/materialDesign/[email protected]" | ||
type="text/javascript" | ||
></script> | ||
<!-- Material Icons --> | ||
<link | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
rel="stylesheet" | ||
/> | ||
<!-- build:bundleCSSFiles --> | ||
<link rel="stylesheet" href="style.css" /> | ||
<!-- endbuild --> | ||
</head> | ||
<!-- Material Design css & js --> | ||
<link href="../../../../styles/materialDesign/[email protected]" rel="stylesheet" /> | ||
|
||
<body> | ||
<label for="showSummary" class="show-summary-lable" | ||
>Show Summary | ||
<div class="mdc-touch-target-wrapper show-summary-input"> | ||
<div class="mdc-checkbox mdc-checkbox--touch"> | ||
<input | ||
type="checkbox" | ||
class="mdc-checkbox__native-control" | ||
id="showSummary" | ||
onchange="onFieldChange('showSummary')" | ||
/> | ||
<div class="mdc-checkbox__background"> | ||
<svg class="mdc-checkbox__checkmark" viewBox="0 0 24 24"> | ||
<path | ||
class="mdc-checkbox__checkmark-path" | ||
fill="none" | ||
d="M1.73,12.91 8.1,19.28 22.79,4.59" | ||
/> | ||
</svg> | ||
<div class="mdc-checkbox__mixedmark"></div> | ||
<script src="../../../../scripts/materialDesign/[email protected]" type="text/javascript"></script> | ||
<!-- Material Icons --> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> | ||
<!-- build:bundleCSSFiles --> | ||
<link rel="stylesheet" href="style.css" /> | ||
<!-- endbuild --> | ||
</head> | ||
|
||
<body> | ||
<div class="mdc-layout-grid"> | ||
<div class="mdc-layout-grid__inner block"> | ||
<span class="mdc-layout-grid__cell--span-2 text-body-light">Show Summary</span> | ||
<span class="mdc-layout-grid__cell--span-4 text-body"> | ||
<div class="mdc-touch-target-wrapper show-summary-input"> | ||
<div class="mdc-checkbox mdc-checkbox--touch"> | ||
<input type="checkbox" class="mdc-checkbox__native-control" id="showSummary" | ||
onchange="onFieldChange('showSummary')" /> | ||
<div class="mdc-checkbox__background"> | ||
<svg class="mdc-checkbox__checkmark" viewBox="0 0 24 24"> | ||
<path class="mdc-checkbox__checkmark-path" fill="none" d="M1.73,12.91 8.1,19.28 22.79,4.59" /> | ||
</svg> | ||
<div class="mdc-checkbox__mixedmark"></div> | ||
</div> | ||
<div class="mdc-checkbox__ripple"></div> | ||
</div> | ||
</div> | ||
</span> | ||
</div> | ||
|
||
<div class="mdc-layout-grid__inner block"> | ||
<span class="mdc-layout-grid__cell--span-2 text-body-light">Data Policy Type</span> | ||
<span class="mdc-layout-grid__inner mdc-layout-grid__cell--span-6"> | ||
<div class="mdc-layout-grid__cell--span-3"> | ||
<div class="mdc-form-field demo-radio-form-field"> | ||
<div class="mdc-radio mdc-ripple-upgraded mdc-ripple-upgraded--unbounded" style=" | ||
--mdc-ripple-fg-size: 24px; | ||
--mdc-ripple-fg-scale: 1.66667; | ||
--mdc-ripple-left: 8px; | ||
--mdc-ripple-top: 8px; | ||
"> | ||
<input class="mdc-radio__native-control" type="radio" id="dataPublicType" name="data-policy-radio-set" | ||
checked="true" onclick="onFieldChange('dataPolicyType')" /> | ||
<div class="mdc-radio__background"> | ||
<div class="mdc-radio__outer-circle"></div> | ||
<div class="mdc-radio__inner-circle"></div> | ||
</div> | ||
<div class="mdc-radio__ripple"></div> | ||
</div> | ||
<label for="publicType">Public</label> | ||
</div> | ||
</div> | ||
<div class="mdc-layout-grid__cell--span-3"> | ||
<div class="mdc-form-field demo-radio-form-field"> | ||
<div class="mdc-radio mdc-ripple-upgraded mdc-ripple-upgraded--unbounded" style=" | ||
--mdc-ripple-fg-size: 24px; | ||
--mdc-ripple-fg-scale: 1.66667; | ||
--mdc-ripple-left: 8px; | ||
--mdc-ripple-top: 8px; | ||
"> | ||
<input class="mdc-radio__native-control" type="radio" id="dataPrivateType" name="data-policy-radio-set" | ||
onclick="onFieldChange('dataPolicyType')" /> | ||
<div class="mdc-radio__background"> | ||
<div class="mdc-radio__outer-circle"></div> | ||
<div class="mdc-radio__inner-circle"></div> | ||
</div> | ||
<div class="mdc-radio__ripple"></div> | ||
</div> | ||
<label for="privateType">Private</label> | ||
</div> | ||
<div class="mdc-checkbox__ripple"></div> | ||
</div> | ||
</div> | ||
</label> | ||
<br /> | ||
</span> | ||
<div class="mdc-layout-grid__cell--span-10"> | ||
<ul class="text-body-light"> | ||
<li>Public: Anyone on app can see and update the data (Update if user have access).</li> | ||
<li>Private: Each user can only access his data.</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group select-tags"> | ||
<label>User tags: </label> | ||
<div class="mdc-chip-set mdc-chip-set--choice" id="tag-chips" role="grid"> | ||
<p class="info">No tags are selected</p> | ||
</div> | ||
<div class="mdc-layout-grid__inner block"> | ||
<span class="mdc-layout-grid__cell--span-2 text-body-light">User tags | ||
</span> | ||
<span class="mdc-layout-grid__cell--span-6"> | ||
<div class="mdc-chip-set mdc-chip-set--choice" id="tag-chips" role="grid"> | ||
<p class="info">No tags are selected</p> | ||
</div> | ||
</span> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<button class="mdc-button mdc-button--raised" onclick="setTags()"> | ||
<div class="mdc-button__ripple"></div> | ||
<i class="material-icons mdc-button__icon" aria-hidden="true">add</i> | ||
<span class="mdc-button__label">Select Tags</span> | ||
</button> | ||
<div class="mdc-layout-grid__inner block"> | ||
<span class="mdc-layout-grid__cell--span-4 text-body-light"> | ||
<div class="form-group"> | ||
<button class="mdc-button mdc-button--raised" onclick="setTags()"> | ||
<div class="mdc-button__ripple"></div> | ||
<i class="material-icons mdc-button__icon" aria-hidden="true">add</i> | ||
<span class="mdc-button__label">Select Tags</span> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<!-- build:bundleJSFiles --> | ||
<script src="js/authManager.js"></script> | ||
<script src="js/classes/settings.js"></script> | ||
<script src="app.js"></script> | ||
<!-- endbuild --> | ||
</body> | ||
|
||
<!-- build:bundleJSFiles --> | ||
<script src="js/authManager.js"></script> | ||
<script src="js/classes/settings.js"></script> | ||
<script src="app.js"></script> | ||
<!-- endbuild --> | ||
</body> | ||
</html> | ||
</html> |
This file contains 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
This file contains 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
Oops, something went wrong.