gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-assets] branch master updated (694a9cf -> 2484fa2)


From: gnunet
Subject: [taler-taler-assets] branch master updated (694a9cf -> 2484fa2)
Date: Tue, 31 Jan 2023 20:10:24 +0100

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

sebasjm pushed a change to branch master
in repository taler-assets.

    from 694a9cf  semantic names for icons
     new 0a12233  more documentation
     new 2484fa2  transaction icons README

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README                                             | 31 ++++++++++++++++++
 svg/index.tsx                                      | 38 ----------------------
 svg/transactions/README                            |  7 ++++
 svg/{ => undefined}/check_24px.svg                 |  0
 svg/{ => undefined}/chevron-down.svg               |  0
 svg/{ => undefined}/close_24px.svg                 |  0
 svg/{ => undefined}/delete_24px.svg                |  0
 svg/{ => undefined}/download_24px.svg              |  0
 svg/{ => undefined}/edit_24px.svg                  |  0
 svg/{ => undefined}/email.svg                      |  0
 .../error_outline_outlined_24px.svg                |  0
 svg/{ => undefined}/info_outlined_24px.svg         |  0
 svg/{ => undefined}/languageicon.svg               |  0
 svg/{ => undefined}/logo-2021.svg                  |  0
 svg/{ => undefined}/postal.svg                     |  0
 svg/{ => undefined}/qr_code_24px.svg               |  0
 svg/{ => undefined}/question.svg                   |  0
 .../report_problem_outlined_24px.svg               |  0
 svg/{ => undefined}/ri-bank-line.svg               |  0
 svg/{ => undefined}/ri-file-unknown-line.svg       |  0
 svg/{ => undefined}/ri-hand-heart-line.svg         |  0
 svg/{ => undefined}/ri-refresh-line.svg            |  0
 svg/{ => undefined}/ri-refund-2-line.svg           |  0
 svg/{ => undefined}/ri-shopping-cart-line.svg      |  0
 svg/{ => undefined}/send_24px.svg                  |  0
 svg/{ => undefined}/settings_black_24dp.svg        |  0
 svg/{ => undefined}/sms.svg                        |  0
 svg/{ => undefined}/spinner-bars.svg               |  0
 svg/{ => undefined}/success_outlined_24px.svg      |  0
 svg/{ => undefined}/taler-logo-2021-plain.svg      |  0
 svg/{ => undefined}/taler-logo-2022.svg            |  0
 svg/{ => undefined}/upload_24px.svg                |  0
 svg/{ => undefined}/video.svg                      |  0
 svg/{ => undefined}/warning_24px.svg               |  0
 svg/{ => undefined}/wifi.svg                       |  0
 35 files changed, 38 insertions(+), 38 deletions(-)
 delete mode 100644 svg/index.tsx
 create mode 100644 svg/transactions/README
 rename svg/{ => undefined}/check_24px.svg (100%)
 rename svg/{ => undefined}/chevron-down.svg (100%)
 rename svg/{ => undefined}/close_24px.svg (100%)
 rename svg/{ => undefined}/delete_24px.svg (100%)
 rename svg/{ => undefined}/download_24px.svg (100%)
 rename svg/{ => undefined}/edit_24px.svg (100%)
 rename svg/{ => undefined}/email.svg (100%)
 rename svg/{ => undefined}/error_outline_outlined_24px.svg (100%)
 rename svg/{ => undefined}/info_outlined_24px.svg (100%)
 rename svg/{ => undefined}/languageicon.svg (100%)
 rename svg/{ => undefined}/logo-2021.svg (100%)
 rename svg/{ => undefined}/postal.svg (100%)
 rename svg/{ => undefined}/qr_code_24px.svg (100%)
 rename svg/{ => undefined}/question.svg (100%)
 rename svg/{ => undefined}/report_problem_outlined_24px.svg (100%)
 rename svg/{ => undefined}/ri-bank-line.svg (100%)
 rename svg/{ => undefined}/ri-file-unknown-line.svg (100%)
 rename svg/{ => undefined}/ri-hand-heart-line.svg (100%)
 rename svg/{ => undefined}/ri-refresh-line.svg (100%)
 rename svg/{ => undefined}/ri-refund-2-line.svg (100%)
 rename svg/{ => undefined}/ri-shopping-cart-line.svg (100%)
 rename svg/{ => undefined}/send_24px.svg (100%)
 rename svg/{ => undefined}/settings_black_24dp.svg (100%)
 rename svg/{ => undefined}/sms.svg (100%)
 rename svg/{ => undefined}/spinner-bars.svg (100%)
 rename svg/{ => undefined}/success_outlined_24px.svg (100%)
 rename svg/{ => undefined}/taler-logo-2021-plain.svg (100%)
 rename svg/{ => undefined}/taler-logo-2022.svg (100%)
 rename svg/{ => undefined}/upload_24px.svg (100%)
 rename svg/{ => undefined}/video.svg (100%)
 rename svg/{ => undefined}/warning_24px.svg (100%)
 rename svg/{ => undefined}/wifi.svg (100%)

diff --git a/README b/README
index 21c1de2..f6b7d8e 100644
--- a/README
+++ b/README
@@ -3,4 +3,35 @@ Taler assets
 
 This repository holds all the assets being used in web and mobile applications.
 
+Assets names
+------------
+
+Names should be meaningful in a way that any client that uses the icons will 
know the purpose of it and can create references without ambiguity. That may 
lead to duplicate icons with the same content and different name (like using 
the same icon on different views), but it's fine. We can also start creating a 
placeholder for icons that we know we are going to need (with the correct name) 
but we don't have the content for. 
+
+* Example:
+
+ + svg
+ \__ + transactions
+     \__ README
+     \__ deposit.svg          
+     \__ invoice_send.svg  
+     \__ payment_pending.svg   
+     \__ refresh.svg  
+     \__ tip.svg            
+     \__ withdrawal.svg
+     \__ invoice_payment.svg  
+     \__ payment_ok.svg    
+     \__ payment_refunded.svg  
+     \__ refund.svg   
+     \__ transfer_send.svg
+     + balance
+     \__ README
+     \__ + currency 
+         \__ dolar.svg
+         \__ euro.svg
+     ...
+     + undefined
+     \__ send_24px.svg
+      ... 
 
+Folder with name "undefined" can be used for icons that some UI apps (android, 
ios, web) reference but have not yet agree.
diff --git a/svg/index.tsx b/svg/index.tsx
deleted file mode 100644
index 7de1c7d..0000000
--- a/svg/index.tsx
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- This file is part of GNU Taler
- (C) 2022 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 { h, VNode } from "preact";
-
-export const CopyIcon = (): VNode => (
-  <svg height="16" viewBox="0 0 16 16" width="16">
-    <path
-      fill-rule="evenodd"
-      d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 
00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 
0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"
-    />
-    <path
-      fill-rule="evenodd"
-      d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 
1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 
00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 
00-.25-.25h-7.5z"
-    />
-  </svg>
-);
-
-export const CopiedIcon = (): VNode => (
-  <svg height="16" viewBox="0 0 16 16" width="16">
-    <path
-      fill-rule="evenodd"
-      d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 
9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"
-    />
-  </svg>
-);
diff --git a/svg/transactions/README b/svg/transactions/README
new file mode 100644
index 0000000..6b0225f
--- /dev/null
+++ b/svg/transactions/README
@@ -0,0 +1,7 @@
+This icons should be used when displaying the transaction information.
+
+Name is defined as:
+
+<transaction_type>_<transaction_state>.svg
+
+
diff --git a/svg/check_24px.svg b/svg/undefined/check_24px.svg
similarity index 100%
rename from svg/check_24px.svg
rename to svg/undefined/check_24px.svg
diff --git a/svg/chevron-down.svg b/svg/undefined/chevron-down.svg
similarity index 100%
rename from svg/chevron-down.svg
rename to svg/undefined/chevron-down.svg
diff --git a/svg/close_24px.svg b/svg/undefined/close_24px.svg
similarity index 100%
rename from svg/close_24px.svg
rename to svg/undefined/close_24px.svg
diff --git a/svg/delete_24px.svg b/svg/undefined/delete_24px.svg
similarity index 100%
rename from svg/delete_24px.svg
rename to svg/undefined/delete_24px.svg
diff --git a/svg/download_24px.svg b/svg/undefined/download_24px.svg
similarity index 100%
rename from svg/download_24px.svg
rename to svg/undefined/download_24px.svg
diff --git a/svg/edit_24px.svg b/svg/undefined/edit_24px.svg
similarity index 100%
rename from svg/edit_24px.svg
rename to svg/undefined/edit_24px.svg
diff --git a/svg/email.svg b/svg/undefined/email.svg
similarity index 100%
rename from svg/email.svg
rename to svg/undefined/email.svg
diff --git a/svg/error_outline_outlined_24px.svg 
b/svg/undefined/error_outline_outlined_24px.svg
similarity index 100%
rename from svg/error_outline_outlined_24px.svg
rename to svg/undefined/error_outline_outlined_24px.svg
diff --git a/svg/info_outlined_24px.svg b/svg/undefined/info_outlined_24px.svg
similarity index 100%
rename from svg/info_outlined_24px.svg
rename to svg/undefined/info_outlined_24px.svg
diff --git a/svg/languageicon.svg b/svg/undefined/languageicon.svg
similarity index 100%
rename from svg/languageicon.svg
rename to svg/undefined/languageicon.svg
diff --git a/svg/logo-2021.svg b/svg/undefined/logo-2021.svg
similarity index 100%
rename from svg/logo-2021.svg
rename to svg/undefined/logo-2021.svg
diff --git a/svg/postal.svg b/svg/undefined/postal.svg
similarity index 100%
rename from svg/postal.svg
rename to svg/undefined/postal.svg
diff --git a/svg/qr_code_24px.svg b/svg/undefined/qr_code_24px.svg
similarity index 100%
rename from svg/qr_code_24px.svg
rename to svg/undefined/qr_code_24px.svg
diff --git a/svg/question.svg b/svg/undefined/question.svg
similarity index 100%
rename from svg/question.svg
rename to svg/undefined/question.svg
diff --git a/svg/report_problem_outlined_24px.svg 
b/svg/undefined/report_problem_outlined_24px.svg
similarity index 100%
rename from svg/report_problem_outlined_24px.svg
rename to svg/undefined/report_problem_outlined_24px.svg
diff --git a/svg/ri-bank-line.svg b/svg/undefined/ri-bank-line.svg
similarity index 100%
rename from svg/ri-bank-line.svg
rename to svg/undefined/ri-bank-line.svg
diff --git a/svg/ri-file-unknown-line.svg 
b/svg/undefined/ri-file-unknown-line.svg
similarity index 100%
rename from svg/ri-file-unknown-line.svg
rename to svg/undefined/ri-file-unknown-line.svg
diff --git a/svg/ri-hand-heart-line.svg b/svg/undefined/ri-hand-heart-line.svg
similarity index 100%
rename from svg/ri-hand-heart-line.svg
rename to svg/undefined/ri-hand-heart-line.svg
diff --git a/svg/ri-refresh-line.svg b/svg/undefined/ri-refresh-line.svg
similarity index 100%
rename from svg/ri-refresh-line.svg
rename to svg/undefined/ri-refresh-line.svg
diff --git a/svg/ri-refund-2-line.svg b/svg/undefined/ri-refund-2-line.svg
similarity index 100%
rename from svg/ri-refund-2-line.svg
rename to svg/undefined/ri-refund-2-line.svg
diff --git a/svg/ri-shopping-cart-line.svg 
b/svg/undefined/ri-shopping-cart-line.svg
similarity index 100%
rename from svg/ri-shopping-cart-line.svg
rename to svg/undefined/ri-shopping-cart-line.svg
diff --git a/svg/send_24px.svg b/svg/undefined/send_24px.svg
similarity index 100%
rename from svg/send_24px.svg
rename to svg/undefined/send_24px.svg
diff --git a/svg/settings_black_24dp.svg b/svg/undefined/settings_black_24dp.svg
similarity index 100%
rename from svg/settings_black_24dp.svg
rename to svg/undefined/settings_black_24dp.svg
diff --git a/svg/sms.svg b/svg/undefined/sms.svg
similarity index 100%
rename from svg/sms.svg
rename to svg/undefined/sms.svg
diff --git a/svg/spinner-bars.svg b/svg/undefined/spinner-bars.svg
similarity index 100%
rename from svg/spinner-bars.svg
rename to svg/undefined/spinner-bars.svg
diff --git a/svg/success_outlined_24px.svg 
b/svg/undefined/success_outlined_24px.svg
similarity index 100%
rename from svg/success_outlined_24px.svg
rename to svg/undefined/success_outlined_24px.svg
diff --git a/svg/taler-logo-2021-plain.svg 
b/svg/undefined/taler-logo-2021-plain.svg
similarity index 100%
rename from svg/taler-logo-2021-plain.svg
rename to svg/undefined/taler-logo-2021-plain.svg
diff --git a/svg/taler-logo-2022.svg b/svg/undefined/taler-logo-2022.svg
similarity index 100%
rename from svg/taler-logo-2022.svg
rename to svg/undefined/taler-logo-2022.svg
diff --git a/svg/upload_24px.svg b/svg/undefined/upload_24px.svg
similarity index 100%
rename from svg/upload_24px.svg
rename to svg/undefined/upload_24px.svg
diff --git a/svg/video.svg b/svg/undefined/video.svg
similarity index 100%
rename from svg/video.svg
rename to svg/undefined/video.svg
diff --git a/svg/warning_24px.svg b/svg/undefined/warning_24px.svg
similarity index 100%
rename from svg/warning_24px.svg
rename to svg/undefined/warning_24px.svg
diff --git a/svg/wifi.svg b/svg/undefined/wifi.svg
similarity index 100%
rename from svg/wifi.svg
rename to svg/undefined/wifi.svg

-- 
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]