[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 06/16: add titles for token family pages
From: |
gnunet |
Subject: |
[taler-wallet-core] 06/16: add titles for token family pages |
Date: |
Thu, 13 Jun 2024 17:03:35 +0200 |
This is an automated email from the git hooks/post-receive script.
christian-blaettler pushed a commit to branch master
in repository wallet-core.
commit 09046010252b134348de8b18c0c99ffea4e3c95d
Author: Christian Blättler <blatc2@bfh.ch>
AuthorDate: Thu Jan 18 15:12:57 2024 +0100
add titles for token family pages
---
packages/merchant-backoffice-ui/src/components/menu/index.tsx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/packages/merchant-backoffice-ui/src/components/menu/index.tsx
b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
index 7bb7c0c00..a918cb818 100644
--- a/packages/merchant-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
@@ -66,6 +66,12 @@ function getInstanceTitle(path: string, id: string): string {
return `${id}: Use template`;
case InstancePaths.interface:
return `${id}: Interface`;
+ case InstancePaths.token_family_list:
+ return `${id}: Token families`;
+ case InstancePaths.token_family_new:
+ return `${id}: New token family`;
+ case InstancePaths.token_family_update:
+ return `${id}: Update token family`;
default:
return "";
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-wallet-core] branch master updated (ed9d4e421 -> 9e7731e56), gnunet, 2024/06/13
- [taler-wallet-core] 01/16: start with token families ui, gnunet, 2024/06/13
- [taler-wallet-core] 07/16: Merge branch 'master' into feature/tokens, gnunet, 2024/06/13
- [taler-wallet-core] 14/16: remove unused, gnunet, 2024/06/13
- [taler-wallet-core] 08/16: remove routes that accidentally landed in the auditor backoffice ui, gnunet, 2024/06/13
- [taler-wallet-core] 13/16: convert token family duration, gnunet, 2024/06/13
- [taler-wallet-core] 06/16: add titles for token family pages,
gnunet <=
- [taler-wallet-core] 03/16: use composite type instead of enum, gnunet, 2024/06/13
- [taler-wallet-core] 02/16: fix imports, gnunet, 2024/06/13
- [taler-wallet-core] 04/16: Merge branch 'master' into feature/tokens, gnunet, 2024/06/13
- [taler-wallet-core] 09/16: update token families code to allign with new standards, gnunet, 2024/06/13
- [taler-wallet-core] 12/16: crudly fix build errors, gnunet, 2024/06/13
- [taler-wallet-core] 05/16: add token family update page, gnunet, 2024/06/13
- [taler-wallet-core] 10/16: Merge branch 'master' into feature/tokens, gnunet, 2024/06/13
- [taler-wallet-core] 11/16: Merge branch 'master' into feature/tokens, gnunet, 2024/06/13
- [taler-wallet-core] 15/16: Merge branch 'master' into feature/tokens, gnunet, 2024/06/13
- [taler-wallet-core] 16/16: Merge branch 'feature/tokens', gnunet, 2024/06/13