gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/03: - removing unused files


From: gnunet
Subject: [taler-wallet-core] 01/03: - removing unused files
Date: Mon, 06 Jun 2022 16:46:58 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit c25b90d1d6a385820f88cdb6ca43cee5753e48c5
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jun 6 11:25:37 2022 -0300

    - removing unused files
---
 packages/anastasis-webui/src/declaration.d.ts      |  15 ++++++++
 .../src/hooks/use-anastasis-reducer.ts             |  16 ++++----
 packages/anastasis-webui/src/index.ts              |  15 ++++++++
 packages/anastasis-webui/src/main.ts               |  15 ++++++++
 .../anastasis-webui/src/pages/notfound/index.tsx   |  16 --------
 .../anastasis-webui/src/pages/notfound/style.css   |   0
 .../anastasis-webui/src/pages/profile/index.tsx    |  42 ---------------------
 .../anastasis-webui/src/pages/profile/style.css    |   0
 .../fonts/materialdesignicons-webfont-4.9.95.eot   | Bin 844600 -> 0 bytes
 .../fonts/materialdesignicons-webfont-4.9.95.ttf   | Bin 844380 -> 0 bytes
 .../fonts/materialdesignicons-webfont-4.9.95.woff  | Bin 404384 -> 0 bytes
 .../fonts/materialdesignicons-webfont-4.9.95.woff2 | Bin 283040 -> 0 bytes
 packages/anastasis-webui/src/utils/index.tsx       |  15 ++++++++
 13 files changed, 68 insertions(+), 66 deletions(-)

diff --git a/packages/anastasis-webui/src/declaration.d.ts 
b/packages/anastasis-webui/src/declaration.d.ts
index 00b3d41d..443ef48a 100644
--- a/packages/anastasis-webui/src/declaration.d.ts
+++ b/packages/anastasis-webui/src/declaration.d.ts
@@ -1,3 +1,18 @@
+/*
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
+
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
+ */
 declare module "*.css" {
   const mapping: Record<string, string>;
   export default mapping;
diff --git a/packages/anastasis-webui/src/hooks/use-anastasis-reducer.ts 
b/packages/anastasis-webui/src/hooks/use-anastasis-reducer.ts
index cd00950e..8b747a4d 100644
--- a/packages/anastasis-webui/src/hooks/use-anastasis-reducer.ts
+++ b/packages/anastasis-webui/src/hooks/use-anastasis-reducer.ts
@@ -1,17 +1,17 @@
 /*
- This file is part of GNU Anastasis
- (C) 2021-2022 Anastasis SARL
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
 
- GNU Anastasis is free software; you can redistribute it and/or modify it 
under the
- terms of the GNU Affero General Public License as published by the Free 
Software
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
  Foundation; either version 3, or (at your option) any later version.
 
- GNU Anastasis is distributed in the hope that it will be useful, but WITHOUT 
ANY
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more 
details.
+ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
- You should have received a copy of the GNU Affero General Public License 
along with
- GNU Anastasis; see the file COPYING.  If not, see 
<http://www.gnu.org/licenses/>
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
  */
 
 /**
diff --git a/packages/anastasis-webui/src/index.ts 
b/packages/anastasis-webui/src/index.ts
index 8f547b27..0c39c48c 100644
--- a/packages/anastasis-webui/src/index.ts
+++ b/packages/anastasis-webui/src/index.ts
@@ -1,3 +1,18 @@
+/*
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
+
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
+ */
 import App from "./components/app.js";
 import "./scss/main.scss";
 
diff --git a/packages/anastasis-webui/src/main.ts 
b/packages/anastasis-webui/src/main.ts
index 25c241f2..70679dc9 100644
--- a/packages/anastasis-webui/src/main.ts
+++ b/packages/anastasis-webui/src/main.ts
@@ -1,3 +1,18 @@
+/*
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
+
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
+ */
 import { setupI18n } from "@gnu-taler/taler-util";
 import { h, render } from "preact";
 import App from "./components/app.js";
diff --git a/packages/anastasis-webui/src/pages/notfound/index.tsx 
b/packages/anastasis-webui/src/pages/notfound/index.tsx
deleted file mode 100644
index bb22429b..00000000
--- a/packages/anastasis-webui/src/pages/notfound/index.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-import { FunctionalComponent, h } from "preact";
-import { Link } from "preact-router/match";
-
-const Notfound: FunctionalComponent = () => {
-  return (
-    <div>
-      <h1>Error 404</h1>
-      <p>That page doesn&apos;t exist.</p>
-      <Link href="/">
-        <h4>Back to Home</h4>
-      </Link>
-    </div>
-  );
-};
-
-export default Notfound;
diff --git a/packages/anastasis-webui/src/pages/notfound/style.css 
b/packages/anastasis-webui/src/pages/notfound/style.css
deleted file mode 100644
index e69de29b..00000000
diff --git a/packages/anastasis-webui/src/pages/profile/index.tsx 
b/packages/anastasis-webui/src/pages/profile/index.tsx
deleted file mode 100644
index bcd26370..00000000
--- a/packages/anastasis-webui/src/pages/profile/index.tsx
+++ /dev/null
@@ -1,42 +0,0 @@
-import { FunctionalComponent, h } from "preact";
-import { useEffect, useState } from "preact/hooks";
-
-interface Props {
-  user: string;
-}
-
-const Profile: FunctionalComponent<Props> = (props: Props) => {
-  const { user } = props;
-  const [time, setTime] = useState<number>(Date.now());
-  const [count, setCount] = useState<number>(0);
-
-  // gets called when this route is navigated to
-  useEffect(() => {
-    const timer = window.setInterval(() => setTime(Date.now()), 1000);
-
-    // gets called just before navigating away from the route
-    return (): void => {
-      clearInterval(timer);
-    };
-  }, []);
-
-  // update the current time
-  const increment = (): void => {
-    setCount(count + 1);
-  };
-
-  return (
-    <div>
-      <h1>Profile: {user}</h1>
-      <p>This is the user profile for a user named {user}.</p>
-
-      <div>Current time: {new Date(time).toLocaleString()}</div>
-
-      <p>
-        <button onClick={increment}>Click Me</button> Clicked {count} times.
-      </p>
-    </div>
-  );
-};
-
-export default Profile;
diff --git a/packages/anastasis-webui/src/pages/profile/style.css 
b/packages/anastasis-webui/src/pages/profile/style.css
deleted file mode 100644
index e69de29b..00000000
diff --git 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.eot
 
b/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.eot
deleted file mode 100644
index ab6b25de..00000000
Binary files 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.eot
 and /dev/null differ
diff --git 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.ttf
 
b/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.ttf
deleted file mode 100644
index 824be10f..00000000
Binary files 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.ttf
 and /dev/null differ
diff --git 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.woff
 
b/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.woff
deleted file mode 100644
index 7e087c1d..00000000
Binary files 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.woff
 and /dev/null differ
diff --git 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.woff2
 
b/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.woff2
deleted file mode 100644
index b5caa4dd..00000000
Binary files 
a/packages/anastasis-webui/src/scss/icons/fonts/materialdesignicons-webfont-4.9.95.woff2
 and /dev/null differ
diff --git a/packages/anastasis-webui/src/utils/index.tsx 
b/packages/anastasis-webui/src/utils/index.tsx
index a59b1932..d8686e25 100644
--- a/packages/anastasis-webui/src/utils/index.tsx
+++ b/packages/anastasis-webui/src/utils/index.tsx
@@ -1,3 +1,18 @@
+/*
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
+
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
+ */
 import {
   AuthenticationProviderStatusError,
   AuthenticationProviderStatusOk,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]