mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-22 19:46:39 +00:00
ids
This commit is contained in:
parent
aaafa12bc7
commit
5852b27d49
@ -160,7 +160,7 @@ export function useFlatToolRegistry(): ToolRegistry {
|
||||
const allTools: ToolRegistry = {
|
||||
// Signing
|
||||
|
||||
certSign: {
|
||||
manageSignatures: {
|
||||
icon: <LocalIcon icon="workspace-premium-rounded" width="1.5rem" height="1.5rem" />,
|
||||
name: t("home.certSign.title", "Certificate Sign"),
|
||||
component: ManageSignatures,
|
||||
@ -399,7 +399,7 @@ export function useFlatToolRegistry(): ToolRegistry {
|
||||
categoryId: ToolCategoryId.STANDARD_TOOLS,
|
||||
subcategoryId: SubcategoryId.PAGE_FORMATTING,
|
||||
},
|
||||
"booklet-imposition": {
|
||||
bookletImposition: {
|
||||
icon: <LocalIcon icon="menu-book-rounded" width="1.5rem" height="1.5rem" />,
|
||||
name: t("home.bookletImposition.title", "Booklet Imposition"),
|
||||
component: BookletImposition,
|
||||
|
@ -55,6 +55,8 @@ const TOOL_IDS = [
|
||||
'devFolderScanning',
|
||||
'devSsoGuide',
|
||||
'devAirgapped',
|
||||
'bookletImposition',
|
||||
'manageSignatures',
|
||||
] as const;
|
||||
|
||||
// Tool identity - what PDF operation we're performing (type-safe)
|
||||
|
@ -31,4 +31,7 @@ export const URL_TO_TOOL_MAP: Record<string, ToolId> = {
|
||||
'/unlock-pdf-forms': 'unlockPDFForms',
|
||||
'/remove-certificate-sign': 'removeCertSign',
|
||||
'/remove-cert-sign': 'removeCertSign',
|
||||
'/cert-sign': 'manageSignatures',
|
||||
'/manage-signatures': 'manageSignatures',
|
||||
'/booklet-imposition': 'bookletImposition',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user