File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 14
14
cross :
15
15
cd host-binary && $(MAKE ) cross
16
16
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
18
18
cat ../../prompts/catalog.yaml | yq -r ' .registry[].icon' | while read -r iconUrl; do \
19
19
iconName=$$( echo "$$iconUrl" | xxd -p -u | tr -d '\n' ) ; \
20
20
iconPath=" ui/static-assets/$$ iconName.png" ; \
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ import { useSecrets } from '../../queries/useSecrets';
45
45
import { CatalogItemRichened } from '../../types/catalog' ;
46
46
import ConfigEditor from './ConfigEditor' ;
47
47
import { isEmpty } from 'lodash-es' ;
48
- import { encode } from 'js-base64' ;
49
48
import CatalogIconPath from '../../utils/CatalogIconPath' ;
50
49
51
50
interface TabPanelProps {
You can’t perform that action at this time.
0 commit comments