Skip to content

Commit 31d1844

Browse files
colinmcneildgageot
authored andcommitted
Tidyup PR
1 parent 92aba94 commit 31d1844

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/extension/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bin:
1414
cross:
1515
cd host-binary && $(MAKE) cross
1616

17-
pull-catalog-images: ## Pull all icons from the catalog into static-assets with base64 filenames
17+
pull-catalog-images: ## Pull all icons from the catalog into static-assets with base16 filename safe for paths and urls alike
1818
cat ../../prompts/catalog.yaml | yq -r '.registry[].icon' | while read -r iconUrl; do \
1919
iconName=$$( echo "$$iconUrl" | xxd -p -u | tr -d '\n' ); \
2020
iconPath="ui/static-assets/$$iconName.png"; \

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ import { useSecrets } from '../../queries/useSecrets';
4545
import { CatalogItemRichened } from '../../types/catalog';
4646
import ConfigEditor from './ConfigEditor';
4747
import { isEmpty } from 'lodash-es';
48-
import { encode } from 'js-base64';
4948
import CatalogIconPath from '../../utils/CatalogIconPath';
5049

5150
interface TabPanelProps {

0 commit comments

Comments
 (0)