[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 42/459: remove browser stuff
From: |
gnunet |
Subject: |
[reclaim-ui] 42/459: remove browser stuff |
Date: |
Fri, 11 Jun 2021 23:22:14 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.
commit abf191439bc1b2e6e9d8ca6078fd01f3bf698c42
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Apr 30 19:41:25 2019 +0200
remove browser stuff
---
src/app/identity-list/identity-list.component.ts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.ts
b/src/app/identity-list/identity-list.component.ts
index 1082d12..b723c0d 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -57,7 +57,7 @@ export class IdentityListComponent implements OnInit {
// On opening the options page, fetch stored settings and update the UI
with
// them.
- browser.storage.local.get().then(uaSettings => {
+ /*browser.storage.local.get().then(uaSettings => {
var uaParams = {};
if (true == <boolean>uaSettings["request"]) {
var searchStr = <string>uaSettings["search"];
@@ -80,7 +80,7 @@ export class IdentityListComponent implements OnInit {
() => { console.log("Local storage request removed."); },
(e) => { console.log(e); });
console.log("processed localstorage");
- });
+ });*/
this.getClientName();
// this.newIdentity = new Identity('', '', {});
this.identityInEditName = "";
@@ -93,7 +93,7 @@ export class IdentityListComponent implements OnInit {
handleStorageChange(uaSettings, areaName): void
{
// Greedy
- browser.storage.local.get().then(uaSettings => {
+ /*browser.storage.local.get().then(uaSettings => {
var uaParams = {};
var searchStr = <string>uaSettings["search"];
var keyVals = searchStr.split("&");
@@ -102,7 +102,7 @@ export class IdentityListComponent implements OnInit {
}
console.log(uaParams);
this.oidcService.parseRouteParams(uaParams);
- });
+ });*/
}
confirmDelete(identity) { this.showConfirmDelete = identity; }
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 46/459: style, (continued)
- [reclaim-ui] 46/459: style, gnunet, 2021/06/11
- [reclaim-ui] 41/459: update, gnunet, 2021/06/11
- [reclaim-ui] 37/459: update button/icon, gnunet, 2021/06/11
- [reclaim-ui] 51/459: update, gnunet, 2021/06/11
- [reclaim-ui] 36/459: update button, gnunet, 2021/06/11
- [reclaim-ui] 34/459: backport, gnunet, 2021/06/11
- [reclaim-ui] 52/459: update, gnunet, 2021/06/11
- [reclaim-ui] 55/459: route, gnunet, 2021/06/11
- [reclaim-ui] 31/459: update to new delete api call, gnunet, 2021/06/11
- [reclaim-ui] 25/459: make webex ready!, gnunet, 2021/06/11
- [reclaim-ui] 42/459: remove browser stuff,
gnunet <=
- [reclaim-ui] 54/459: update, gnunet, 2021/06/11
- [reclaim-ui] 44/459: modify styles, gnunet, 2021/06/11
- [reclaim-ui] 45/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 47/459: fighting with chrome, gnunet, 2021/06/11
- [reclaim-ui] 61/459: update style, gnunet, 2021/06/11
- [reclaim-ui] 56/459: do not filter id and reclaim, gnunet, 2021/06/11
- [reclaim-ui] 43/459: modify styles, gnunet, 2021/06/11
- [reclaim-ui] 58/459: use raw link, gnunet, 2021/06/11
- [reclaim-ui] 50/459: update, gnunet, 2021/06/11
- [reclaim-ui] 62/459: v0.1.0, gnunet, 2021/06/11