Misc updates
This commit is contained in:
@@ -14,6 +14,9 @@ class LockScreen {
|
|||||||
$scope.formData = {};
|
$scope.formData = {};
|
||||||
|
|
||||||
$scope.submitPasscodeForm = function() {
|
$scope.submitPasscodeForm = function() {
|
||||||
|
if(!$scope.formData.passcode || $scope.formData.passcode.length == 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
passcodeManager.unlock($scope.formData.passcode, (success) => {
|
passcodeManager.unlock($scope.formData.passcode, (success) => {
|
||||||
if(!success) {
|
if(!success) {
|
||||||
alert("Invalid passcode. Please try again.");
|
alert("Invalid passcode. Please try again.");
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ $heading-height: 75px;
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
color: rgba(black, 0.23);
|
color: rgba(black, 0.23);
|
||||||
|
|
||||||
.error {
|
&.error, .error {
|
||||||
color: #f6a200;
|
color: #f6a200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,8 @@
|
|||||||
%strong {{action.access_type}}
|
%strong {{action.access_type}}
|
||||||
access to this note.
|
access to this note.
|
||||||
|
|
||||||
|
%menu-row{"ng-if" => "extension.actionsWithContextForItem(item).length == 0", "label" => "'No Actions Available'", "faded" => "true"}
|
||||||
|
|
||||||
|
|
||||||
.modal.medium-text.medium{"ng-if" => "renderData.showRenderModal", "ng-click" => "$event.stopPropagation();"}
|
.modal.medium-text.medium{"ng-if" => "renderData.showRenderModal", "ng-click" => "$event.stopPropagation();"}
|
||||||
.content
|
.content
|
||||||
|
|||||||
Reference in New Issue
Block a user