0.3.0:1
Build Service / BuildPackage (push) Canceled after 0s

Group Actions and Config by category (Space-CLI, Bitcoin, Spaced,
Subspaces, Certrelay, Nacho) and build x86 + arm only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-24 03:34:34 -04:00
co-authored by Cursor
parent 2b0224a678
commit 073344d4d1
30 changed files with 74 additions and 34 deletions
+14
View File
@@ -0,0 +1,14 @@
import { i18n } from './i18n'
/** Headers for the Actions and Config page (`ActionMetadata.group`). */
export const actionGroups = {
spaceCli: i18n('Space-CLI Web UI'),
bitcoin: i18n('Bitcoin'),
spaced: i18n('Spaced'),
subspaces: i18n('Subspaces'),
subspacesAuth: i18n('Subspaces Auth'),
subspacesProverAuth: i18n('Subspaces Prover Auth'),
subspacesRegistry: i18n('Subspaces Registry'),
certrelay: i18n('Certrelay'),
nacho: i18n('Nacho'),
}